Configuring line feedback for rsyslog notifications

Prev Next

Use the CLI commands in this topic to configure whether to send notifications to a remote syslog server in a single line or with line breaks between each notification. The default is to send rsyslog notifications in a single line.

To send rsyslog notifications in a single line:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Configure the single line option:

    hostname (config) # fenotify preferences rsyslog-strip-lnfb enable
  3. Save the configuration:

    hostname (config) # write memory
  4. Verify that rsyslog notifications will be sent in a single line:

    hostname (config) # show fenotify preferences
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes
    Rsyslog notification Stripping off line feedback: yes
To send rsyslog notifications with line breaks:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Configure the line break option:

    hostname (config) # no fenotify preferences rsyslog-strip-lnfb enable
  3. Save the configuration:

    hostname (config) # write memory
  4. Verify that rsyslog notifications will be sent with line breaks:

    hostname (config) # show fenotify preferences
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes
    Rsyslog notification Stripping off line feedback: no