Page 1 of 1

Service or Windows Process

Posted: Tue Apr 12, 2016 11:26 am
by Llander
I've done some searching and I'm not sure how, but is there a way to alert if one of the two items is down.

We have a service that is run on a Windows machine, but sometimes we run the client application for troubleshooting. So I'm wondering if we can create an alert only if both of the two conditions service or process are not online.

Any ideas?

Re: Service or Windows Process

Posted: Tue Apr 12, 2016 1:52 pm
by bwallace
You could try check_multi
https://exchange.nagios.org/directory/P ... ti/details

...but it may be quicker to use the BPI component for Core using this doc, refer to the section "Downloading and Installing Nagios BPI for Nagios Core"
*BPI will enable you to group these checks together, then define a threshold for the group

https://assets.nagios.com/downloads/nag ... 1456514247


NOTE: Be sure to update the paths for constants.conf as by default, these paths are for for XI, not Core. I missed this the first time around. The paths listed in the doc are correct.