Facility
Numerical codes for syslog facilities.
These constants in this module correspond to those defined in section 4.1.1 of RFC 3164.
SECURITY_4
module-attribute
¶
SECURITY_4 = 4
Security/authorization messages
Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization, audit, and alert messages which seem to be similar.
CLOCK_DAEMON_9
module-attribute
¶
CLOCK_DAEMON_9 = 9
Clock daemon
Various operating systems have been found to utilize both Facilities 9 and 15 for clock (cron/at) messages.
SECURITY_10
module-attribute
¶
SECURITY_10 = 10
Security/authorization messages
Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization, audit, and alert messages which seem to be similar.
LOG_AUDIT
module-attribute
¶
LOG_AUDIT = 13
Log audit
Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization, audit, and alert messages which seem to be similar.
LOG_ALERT
module-attribute
¶
LOG_ALERT = 14
Log alert
Various operating systems have been found to utilize Facilities 4, 10, 13 and 14 for security/authorization, audit, and alert messages which seem to be similar.
CLOCK_DAEMON_15
module-attribute
¶
CLOCK_DAEMON_15 = 15
Clock daemon
Various operating systems have been found to utilize both Facilities 9 and 15 for clock (cron/at) messages.