6d0b759fa6
refs#7234: https://dev.icinga.org/issues/7234
21 lines
No EOL
655 B
Text
21 lines
No EOL
655 B
Text
/**
|
|
* WARNING: This SyslogLogger definition is automatically generated by Puppet.
|
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
|
*/
|
|
|
|
/**
|
|
* A SyslogLogger object definition.
|
|
*
|
|
* The SyslogLogger type writes log information to syslog.
|
|
*
|
|
* You can create your own configuration
|
|
* files in the conf.d directory (e.g. one per host). By default all *.conf
|
|
* files in this directory are included.
|
|
*
|
|
* See http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/configuring-icinga2#objecttype-sysloglogger
|
|
* for more info on MySQL IDO connection obects.
|
|
*/
|
|
|
|
object SyslogLogger "<%= @object_name -%>" {
|
|
severity = "<%= @severity -%>"
|
|
} |