- i need monitor running services on remote host - for example, I need monitor runnig squid, apache... how?
- i have several host only for check whether they are on or off - is possible edit service for no reporting critical or warn status?
Monitoring remote host proces & disable critical status
Monitoring remote host proces & disable critical status
Hi, I am pretty new to Nagios and I am using Nagios with Nagvis. I have two little questions - can you me direct to right way please?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring remote host proces & disable critical status
You can use the Linux or Windows server monitoring wizards from Configure > Monitoring Wizard > "Wizard name" and fill in the fields for checking services. Also, Nagios creates a ping check for the host object, this will tell you if that host is accessible or not.
Re: Monitoring remote host proces & disable critical status
Monitoring wizards is XI only feature I think?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring remote host proces & disable critical status
Apologies, wrong subject matter. What are you currently using to check these servers? Are you using NRPE?
Re: Monitoring remote host proces & disable critical status
I am only checking ping for UP/DOWN status... I was readed about nrpe, but dont know, if is it right way...
Re: Monitoring remote host proces & disable critical status
NRPE is nice, but NCPA is the new up-and-coming all-star. It is entirely self-contained with no dependencies, requires no compiling, and runs on Linux, Windows, and even Mac. It supports both Active and Passive checks, has a fairly small footprint, and should be able to tackle your running services issue.kissman wrote:I am only checking ping for UP/DOWN status... I was readed about nrpe, but dont know, if is it right way...
As for checking for just on or off, this would be best run as a host check, not a service check.
Former Nagios employee
Re: Monitoring remote host proces & disable critical status
I was created host, and with host was created automaticaly ping service. I can see both status (ping OK and host check OK)... i go read about NCPA now
what about my second questions? I need monitor some Windows station but only for info if they are ON or OFF. No need warn or crit status...
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Monitoring remote host proces & disable critical status
well doing a host check using ping sounds like it would fit your needs, only notify on down or recovery.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Monitoring remote host proces & disable critical status
I was deleted PING services and I left only check_host_alive with notify on recovery only... thats what you mean?
I was looked at NCPA spec and install guide... and again, NCPA is only XI feature
?
I was looked at NCPA spec and install guide... and again, NCPA is only XI feature
NCPA install manual wrote:Now that NCPA is installed on the target, you can monitor the machine using the NCPA monitoring wizard in Nagios XI.
If you have any questions about using NCPA, please contact our technical support team on our support forum
Re: Monitoring remote host proces & disable critical status
NCPA can be used with both Core and XI, however the setup wizard is only for XI.
http://assets.nagios.com/downloads/ncpa ... agios-core
http://assets.nagios.com/downloads/ncpa ... agios-core
Former Nagios employee