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.
ls -la /usr/local/nagios/libexec
grep -4 check-host-alive commands.cfg
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
# grep -4 check-host-alive commands.cfg
# The check must result in a 100% packet loss or 5 second (5000ms) round trip
# average time to produce a critical error.
# Note: Five ICMP echo packets are sent (determined by the '-p 5' argument)
What distro are you running? It appears as if you do not have the nagios plugins package installed, can you install them and then check your web interface again?:
and of course it worked...well, I could have sworn I installed the plugins, that's why I was ignoring that possibility adamantly. but apparently not- thanks for your help and patience and please excuse my ignorance. thanks again
Are you going to install through the repos or source? (my suggestion is to do a source install of the plugins)
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.