Update nagios config for noc02 to nagios 4.0.8
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e84a937620
commit
6ade29c415
3 changed files with 14 additions and 23 deletions
|
@ -12,6 +12,7 @@ define hostescalation{
|
||||||
|
|
||||||
define serviceescalation{
|
define serviceescalation{
|
||||||
host_name *
|
host_name *
|
||||||
|
description *
|
||||||
contact_groups fedora-sysadmin-email,fedora-sysadmin-emergency,fedora-sysadmin-ircbot
|
contact_groups fedora-sysadmin-email,fedora-sysadmin-emergency,fedora-sysadmin-ircbot
|
||||||
first_notification 2
|
first_notification 2
|
||||||
last_notification 0
|
last_notification 0
|
||||||
|
|
|
@ -78,12 +78,12 @@ define host {
|
||||||
address 152.19.134.169
|
address 152.19.134.169
|
||||||
}
|
}
|
||||||
|
|
||||||
define host {
|
#define host {
|
||||||
host_name ibiblio05.fedoraproject.org
|
# host_name ibiblio05.fedoraproject.org
|
||||||
alias ibiblio05.fedoraproject.org
|
# alias ibiblio05.fedoraproject.org
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
address 152.19.134.137
|
# address 152.19.134.137
|
||||||
}
|
#}
|
||||||
|
|
||||||
#
|
#
|
||||||
# ibiblio ipv6
|
# ibiblio ipv6
|
||||||
|
|
|
@ -170,27 +170,17 @@ command_file=/var/spool/nagios/cmd/nagios.cmd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# COMMENT FILE
|
|
||||||
# This is the file that Nagios will use for storing host and service
|
|
||||||
# comments.
|
|
||||||
|
|
||||||
comment_file=/var/log/nagios/comments.dat
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# DOWNTIME FILE
|
|
||||||
# This is the file that Nagios will use for storing host and service
|
|
||||||
# downtime data.
|
|
||||||
|
|
||||||
downtime_file=/var/log/nagios/downtime.dat
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# LOCK FILE
|
# LOCK FILE
|
||||||
# This is the lockfile that Nagios will use to store its PID number
|
# This is the lockfile that Nagios will use to store its PID number
|
||||||
# in when it is running in daemon mode.
|
# in when it is running in daemon mode.
|
||||||
|
|
||||||
lock_file=/var/run/nagios.pid
|
lock_file=/var/run/nagios/nagios.pid
|
||||||
|
|
||||||
|
|
||||||
|
# QUERY HANDLER INTERFACE
|
||||||
|
# This is the socket that is created for the Query Handler interface
|
||||||
|
|
||||||
|
query_socket=/var/spool/nagios/cmd/nagios.qh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue