mirror of https://github.com/Icinga/icinga2.git
parent
a716b9f4d7
commit
4c01555114
|
@ -698,16 +698,11 @@ Example:
|
|||
user = "icinga"
|
||||
password = "icinga"
|
||||
database = "icinga"
|
||||
table_prefix = "icinga_"
|
||||
instance_name = "icinga2"
|
||||
instance_description = "icinga2 instance"
|
||||
|
||||
cleanup = {
|
||||
downtimehistory_age = 48h
|
||||
logentries_age = 31d
|
||||
}
|
||||
|
||||
categories = DbCatConfig | DbCatState
|
||||
}
|
||||
|
||||
Configuration Attributes:
|
||||
|
@ -788,16 +783,11 @@ Example:
|
|||
user = "icinga"
|
||||
password = "icinga"
|
||||
database = "icinga"
|
||||
table_prefix = "icinga_"
|
||||
instance_name = "icinga2"
|
||||
instance_description = "icinga2 instance"
|
||||
|
||||
cleanup = {
|
||||
downtimehistory_age = 48h
|
||||
logentries_age = 31d
|
||||
}
|
||||
|
||||
categories = DbCatConfig | DbCatState
|
||||
}
|
||||
|
||||
Configuration Attributes:
|
||||
|
|
Loading…
Reference in New Issue