[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Sending Notifications for System Log Messages to Users with the SRC CLI

Use the following statements to configure the system log server to send notifications to users:

system syslog user user-name (any | authorization | daemon | ftp | kernel | user | 
local7) {
(any | emergency | alert | critical | error | warning | notice | info | none); 
}

To configure the system log server to send notifications to users:

  1. From configuration mode, access the configuration statement that configures the system log server.
  2. [edit]
    
    user@host# edit system syslog
    
    
    
  3. Specify the user to receive notifications and the types of notifications to be sent.
  4. [edit system syslog]
    
    user@host# set user user-name message-group severity
    
    
    

For example, to configure the system log server to send notifications to admin for conditions that require immediate attention:

[edit system syslog]
user@host# set user admin any critical


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]