Hi Markus,

Thanks for your response !

I've figured it out how to monitor a specific service as such:

vars.procs_command = "ntpd"
vars.procs_critical = "1:1"

I was wondering how do I monitor a few specific services. When I add
another vars.procs_command line, the first and the second line monitors the
same service although configured otherwise.

Thank you,
Dennis.
Hi Dennis,

your question can be answered with at least a million possibilities :-)

Just to name a few:
- tcp port check which you already mentioned
- local check on your node if a certain process is running (check_procs)
- remote check via snmpd if a certain process is running
- application-level check for your specific use-case (depending on the
application you want to monitor)

As you can see, you probably won't find someone to be able to answer that
question for you, since noone knows your specific requirements.

The best solution would be for you to make yourself familiar with the
possibilities and choose the way which fits you best.

Regards,
Markus


Sent from my iPhone

On 16 Jul 2015, at 15:43, Dennis Zheleznyak <dennis.zhelezn...@gmail.com>
wrote:

Hi,

I've installed a basic icinga2 setup that consists of a master and a node.
I'm trying to figure out how to monitor a service such as ypbind without
using tcp built in check.

Please help me find a way to monitor if a certain service is running on the
linux machine  :)

Thank you,
Dennis.

_______________________________________________

icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users


_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to