mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
parent
5797aeb2c5
commit
3f2238b46c
@ -411,7 +411,7 @@ Attributes:
|
|||||||
|
|
||||||
Name |Description
|
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
|
### <a id="objecttype-checkcommand"></a> CheckCommand
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
object SyslogLogger "syslog" {
|
object SyslogLogger "syslog" {
|
||||||
severity = "information"
|
severity = "warning"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user