Hi All,
I've had nagios 3.0.3 on a linux box, going for several months now, checking
swap, disk space, number of processes, and several other services on about 8
UNIX hosts. Last week, a fellow admin decided he wanted to add a bunch of
hosts. He added the hosts, but only added the check_ping service for the
hosts. But for some reason, nagios is doing the additional aforementioned
services, not just ping, so now I have all these errors. My services file
looks like this:
define service{
use generic-service
host_name
server1,server2,server3,server4,server5,server6,server7,server8,server9,server10,server11,server12,server13,server14,server15,server16,server17,server18
hostgroup_name solaris-servers
service_description Ping
check_command check_ping!200.0,20%!600.0,60%
max_check_attempts 5
notification_interval 60
check_period 24x7
notification_options w,u,c,r,f,s
contacts glowe
}
define service{
use generic-service
host_name
server1,server2,server3,server4,server5,server6,server7,server8
hostgroup_name solaris-servers
service_description Secure Shell
check_command check_ssh
max_check_attempts 5
notification_interval 60
check_period 24x7
notification_options w,u,c,r,f,s
contacts glowe
}
Any ideas on why all the extra monitoring?
------------------------------------------------------------------------------
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue.
::: Messages without supporting info will risk being sent to /dev/null