Page 1 of 1

Status stuck on WARNING

Posted: Wed Nov 09, 2011 4:42 pm
by sherrera1
Hello,
I'm extremely new to nagios. I am running nagios 3.2 on solaris 10. I've made some changes to the sample templates and have ran the nagios -v preflight check and it comes back with 0 errors and 0 warnings. I am testing it to monitor 1 host aside from the localhost. The plugin that i'm trying to use is just check_ping. My ipfilter is disabled to rule out the thought of the machine blocking it. I'm not sure where my problem is.

My goal is to get this up and running for the rest of the network and other plugins such has check_disk.

Thanks

Re: Status stuck on WARNING

Posted: Thu Nov 10, 2011 10:51 am
by raggmopp
What is the error? What is happening? Check the logs to see if anything stands out (status.dat, perfdata.log, messages, etc)

Re: Status stuck on WARNING

Posted: Thu Nov 10, 2011 11:03 am
by raggmopp
Also look in the nagios.log file.

Re: Status stuck on WARNING

Posted: Thu Nov 10, 2011 6:16 pm
by sherrera1
Here is my services.cfg configs. I looked in the logs, and nothing stood out at me. Again, not much experience in this area..
I tested the plugin via command line, and that worked.

define service{
host_name tundra.domain.com
service_description PING
check_period 24x7
max_check_attempts 4
normal_check_interval 5
retry_check_interval 2
contact_groups sysadmin
notification_interval 0
notification_period 24x7
notification_options c,r
check_command check_ping!100.0,20%!500.0,60%
}

~
~
~
~