Status stuck on WARNING

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sherrera1
Posts: 4
Joined: Wed Nov 09, 2011 4:04 pm

Status stuck on WARNING

Post 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
raggmopp
Posts: 17
Joined: Fri Oct 28, 2011 8:42 am

Re: Status stuck on WARNING

Post by raggmopp »

What is the error? What is happening? Check the logs to see if anything stands out (status.dat, perfdata.log, messages, etc)
raggmopp
Posts: 17
Joined: Fri Oct 28, 2011 8:42 am

Re: Status stuck on WARNING

Post by raggmopp »

Also look in the nagios.log file.
sherrera1
Posts: 4
Joined: Wed Nov 09, 2011 4:04 pm

Re: Status stuck on WARNING

Post 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%
}

~
~
~
~
Locked