mirror of https://github.com/Icinga/icinga2.git
parent
5797aeb2c5
commit
3f2238b46c
|
@ -411,7 +411,7 @@ Attributes:
|
|||
|
||||
Name |Description
|
||||
----------------|----------------
|
||||
severity |**Optional.** The minimum severity for this log. Can be "debug", "information", "warning" or "critical". Defaults to "information".
|
||||
severity |**Optional.** The minimum severity for this log. Can be "debug", "information", "warning" or "critical". Defaults to "warning".
|
||||
|
||||
### <a id="objecttype-checkcommand"></a> CheckCommand
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
*/
|
||||
|
||||
object SyslogLogger "syslog" {
|
||||
severity = "information"
|
||||
severity = "warning"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue