30 lines
872 B
Plaintext
30 lines
872 B
Plaintext
## Path: Network/Monitors/Icinga
|
|
## Description: Icinga startup parameters
|
|
## Type: integer
|
|
## Default: 10
|
|
#
|
|
# Timeout during server shutdown (seconds)
|
|
# The start script kills Icinga after this timeout in double-seconds with SIGTERM
|
|
#
|
|
# Increase it, if you use Icinga in an big environment (>100 monitoring hosts)!
|
|
#
|
|
ICINGA_TIMEOUT="10"
|
|
|
|
## Type: integer
|
|
## Default: 0
|
|
#
|
|
# Nice level of running Icinga daemon.
|
|
#
|
|
ICINGA_NICELEVEL="0"
|
|
|
|
## Type: boolean
|
|
## Default: true
|
|
#
|
|
# Compress old Icinga logfiles in /var/log/icinga/archive.
|
|
#
|
|
# Icinga comes with his own logrotate scripts, so you can configure Icinga
|
|
# to rotate his logfile in /etc/icinga/icinga.cfg
|
|
# To save disk space, you can enable a cron job which compress the old
|
|
# logfiles once a week. Note: this disables the Icinga history.
|
|
ICINGA_COMPRESS_LOGFILES="true"
|