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