This article describes the syslog messages that are generated when SNMP Health Monitor is configured upon user login/logout
Symptoms
SNMPD_HEALTH_MON_INSTANCE: Health Monitor: jroute daemon CPU usage (Command-line interface): new instance detected (variable: sysApplElmtRunCPU.5.8.28349) SNMPD_HEALTH_MON_INSTANCE: Health Monitor: jroute daemon CPU usage (Management process): new instance detected (variable: sysApplElmtRunCPU.5.6.28350) SNMPD_HEALTH_MON_INSTANCE: Health Monitor: jroute daemon memory usage (Command-line interface): new instance detected (variable: sysApplElmtRunMemory.5.8.28349) SNMPD_HEALTH_MON_INSTANCE: Health Monitor: jroute daemon memory usage (Management process): new instance detected (variable: sysApplElmtRunMemory.5.6.28350) SNMPD_HEALTH_MON_ERROR: Health Monitor: jroute daemon CPU usage (Command-line interface): monitored instance has been lost, variable: sysApplElmtRunCPU.5.8.28349 SNMPD_HEALTH_MON_ERROR: Health Monitor: jroute daemon CPU usage (Management process): monitored instance has been lost, variable: sysApplElmtRunCPU.5.6.28350 SNMPD_HEALTH_MON_ERROR: Health Monitor: jroute daemon memory usage (Command-line interface): monitored instance has been lost, variable: sysApplElmtRunMemory.5.8.28349 SNMPD_HEALTH_MON_ERROR: Health Monitor: jroute daemon memory usage (Management process): monitored instance has been lost, variable: sysApplElmtRunMemory.5.6.28350
Cause
To prevent such messages from being logged, the following filter can be applied:
system { syslog { host x.x.x.x { match "!(\(Management process\): monitored instance has been lost|\(Command-line interface\): monitored instance has been lost|\(Management process\): new instance detected|\(Command-line interface\): new instance detected)"; } file messages { match "!(\(Management process\): monitored instance has been lost|\(Command-line interface\): monitored instance has been lost|\(Management process\): new instance detected|\(Command-line interface\): new instance detected)"; } } }