Re: [Nagios-devel] Incorrect ping service warnings

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
Guest

Re: [Nagios-devel] Incorrect ping service warnings

Post by Guest »

Hi rajesh,

use the init script or external command pipe to shutdown your nagios
process.

Or with the hard method

killall -9 nagios

This should get you out of your self made problem.

But just to clear it, even with two or more running nagios processes,
the executed plugins to check your ping rta just runs for their specific
one nagios process who executes the plugin.
The results where _not_ added to result in one big rta!!

So I think it is not a nagios problem!

Regards
Hendrik



rajesh schrieb:
> thanks marc this problem was started after adding two hosts i try to
> restart the nagios where i did wrong instead of restarting nagios
> process i started nagios using the following command
>
> /usr/local/bin/nagios -d /usr/local/etc/nagios/nagios.cfg
> i suspect because already one nagios process is running on top of that i
> used above command so where it went wrong.My network is working fine it
> is only problem with nagios can some one please help me how to fix this
> problem is there anything i can reset nagios so that it would start
> checking as normal
>
> thanks for your help





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked