Module: Org::Zenoss::Protobufs::Zep::SyslogPriority

Defined in:
lib/logstash/util/zenoss.rb

Constant Summary collapse

SYSLOG_PRIORITY_EMERG =
0
SYSLOG_PRIORITY_ALERT =
1
SYSLOG_PRIORITY_CRIT =
2
SYSLOG_PRIORITY_ERR =
3
SYSLOG_PRIORITY_WARNING =
4
SYSLOG_PRIORITY_NOTICE =
5
SYSLOG_PRIORITY_INFO =
6
SYSLOG_PRIORITY_DEBUG =
7