Service or Windows Process

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
Llander
Posts: 2
Joined: Tue Apr 12, 2016 11:19 am

Service or Windows Process

Post 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?
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Service or Windows Process

Post 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.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked