Cacti / plugin_syslog

Syslog Plugin for Cacti
GNU General Public License v2.0
21 stars 16 forks source link

Syslog severities are in the wrong order #203

Closed bmfmancini closed 5 months ago

bmfmancini commented 1 year ago

when setting a syslog alert to critical the sev is set to 2 but when you set a syslog alert to warning sev is set to 1

the severity levels should be (based on itil)

Notice sev 0 Warning sev 2 Critical sev 1

TheWitness commented 1 year ago

Does this even matter? It's just a number.

bmfmancini commented 1 year ago

It matters if your looking for that value when executing a script i.e usually critical would be sev 1 warning sev 2 and sev 0 is usually clear