/** * 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 -%>" }