Event Notifications are displayed on the CLI session

Event Notifications are displayed on the CLI session

Problem:
When a user connects to the CLI session, event notifications are displayed as part of the CLI session like:

  1. 2021 Jan 01 00:00:00 nodegrid Event Notification from nodegrid. Reported on 2020-01-01T00:00:00Z. Event ID 200: A user logged into the system. User: user@192.168.1.1. Session type: SSH. Authentication Method: TACACS+.

Cause:
Event Notifications are getting pushed to administrators CLI session based on a setting in the Syslog Auditing settings. By default this setting is turned off and no events are pushed to admin session, but when enabled all events will be pushed to all admin sessions. This includes all users which are part of the admin group.

Resolution:
Turn off the setting 'admin_session' in the Syslog Destination settings

WebUI

CLI
  1. [admin@nodegrid settings]# cd /settings/auditing/destinations/syslog/
  2. [admin@iegsr nodegrid]# set admin_session=no
  3. [admin@iegsr nodegrid]# commit

    • Related Articles

    • How to: Set up ZPE Cloud event notifications

      This document describes the process to set up ZPE Cloud event notifications. Define events you want to receive notifications 1. Login to ZPE Cloud as admin. 2. Go to Settings :: Notification :: Events You can select enable notifications based on ...
    • How to Send Syslog Messages to a Different Socket Port?

      If your Remote Syslog Server has its socket port set with a different port e.g. 5514 (default is 514), you can modify the NodeGrid syslog-ng configuration to accommodate this situation. Here's how: Log in as admin to NodeGrid WebUI Go to Auditing :: ...
    • Network Configuration via CLI

      Example of configuring the ETH0 interface via CLI (please, replace the network values with your own information). Log in as admin to the Nodegrid console port or HDMI Type the following commands (in bold): [admin@nodegrid /]# cd ...
    • How to: Define a Session Idle Timeout in ZPE Cloud

      This document describes the process to define a session idle timeout in ZPE Cloud 1. Login to ZPE Cloud as admin. 2. Go to Settings :: Account 3. Define a session idle timeout in seconds. 4. Click Save
    • Configuring Session Idle Timeout

      The idle session timeout is the number of seconds to timeout the open sessions due to inactivity. Changes made will affect the new sessions only, the open sessions which are already in use will continue to follow the timeout value since the start of ...