File sysconfig.nagircbot of Package nagircbot
## Path: Network/Remote access/IRC
## Description: Nagios IRC Bot settings
## Type: string
## Default: "nobody"
## ServiceRestart: nagircbot
#
# User who runs Nagios IRC Bot
#
IRCBOT_USER="nobody"
## Type: string
## Default: "/var/lib/nagios/status.dat"
## ServiceRestart: nagircbot
#
# Path to status.dat ('status_file' parameter in nagios.cfg)
#
#
NAGIOS_STATUSFILE="/var/lib/nagios/status.dat"
## Type: yesno
## Default: no
## ServiceRestart: nagircbot
#
# status.dat is in old Nagios 1.0 format
#
OLD_NAGIOS_FORM="no"
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# host:port for retrieving status.dat
#
NAGIOS_HOST=""
## Type: integer
## Default: 60
## ServiceRestart: nagircbot
#
# Check interval (in seconds - default 60)
#
CHECK_INTERVAL="60"
## Type: yesno
## Default: "yes"
## ServiceRestart: nagircbot
#
# Show only state type 'HARD' (default)
#
SHOW_HARD_STATES="yes"
## Type: yesno
## Default: "no"
## ServiceRestart: nagircbot
#
# Show also state type 'SOFT'
#
SHOW_SOFT_STATES="no"
## Type: yesno
## Default: "no"
## ServiceRestart: nagircbot
#
# Only announce CRITICAL/UNKNOWN errors on the channel
#
SHOW_ONLY_CRITICAL_UNKNOWN="no"
## Type: list(max_time_last_host_update,max_time_oldest_host_update,max_time_last_host_check,max_time_oldest_host_check,max_time_last_service_check,max_time_oldest_service_check,max_time_oldest_next_service_check)
## Default: ""
## ServiceRestart: nagircbot
#
# max_time_last_host_update,max_time_oldest_host_update,
# max_time_last_host_check,max_time_oldest_host_check,
# max_time_last_service_check,max_time_oldest_service_check,
# max_time_oldest_next_service_check
# send 'check' in a private message to invoke the check
#
NAGIOS_TEST=""
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# IRC server to connect to (host:port)
#
IRC_SERVER=""
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# Channel to connect to (#channel)
#
IRC_CHANNEL=""
## Type: string
## Default: "nagircbot"
## ServiceRestart: nagircbot
#
# nickname to use
#
IRC_NICK="nagircbot"
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# username (for logging into the irc server)
#
IRC_USERNAME=''
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# password (for logging into the irc server)
#
IRC_PASSWORD=''
## Type: string
## Default: ""
## ServiceRestart: nagircbot
#
# name (as seen by other users)
#
IRC_NAME="Nagios IRC Bot"
## Type: string
## Default: "-C -t -R"
## ServiceRestart: nagircbot
#
# Options for starting Nagios IRC Bot
#
# -d do not fork into the background
# -C use colors
# -N prefix for all in-channel messages, e.g. for nick highlight
# -m display all information on separate lines
# -t show a summary in the topic-line
# -e Use encryption (SSL) (default: no)
# -A x filter (omit) lines that match with the given regular expression
#
IRCBOT_OPTIONS="-C -t -R"