Hi, we are using Open Source, does that matter? I have not seen this...
Thanks!
Search found 5 matches
- Tue Nov 08, 2016 12:47 pm
- Forum: Open Source Nagios Projects
- Topic: Check if both servers have drive mounted
- Replies: 3
- Views: 1199
- Mon Nov 07, 2016 2:25 pm
- Forum: Open Source Nagios Projects
- Topic: Check if both servers have drive mounted
- Replies: 3
- Views: 1199
Check if both servers have drive mounted
Hi, We are having a MS cluster issue where both nodes end up have one of the drives mounted. I have a PS script which checks both servers for the existence of the drive (can be done with WMI or Powershell). It checks the server the script is running from, then it remotely checks the other one.If the...
- Wed Jun 01, 2016 2:49 pm
- Forum: Open Source Nagios Projects
- Topic: Service using filters for Windows service
- Replies: 5
- Views: 1856
Re: Service using filters for Windows service
yeah, it definitely Nagios, maybe open source. Someone built an API to make things "easy" but now I cannot troubleshoot anything. So basically if you were going to write a service command which used the Windows NSClient to find any BizTalk service by using the command check_service - a &qu...
- Wed Jun 01, 2016 11:57 am
- Forum: Open Source Nagios Projects
- Topic: Service using filters for Windows service
- Replies: 5
- Views: 1856
Re: Service using filters for Windows service
Do you mean this? Service: +-------------+------------------------------------------------------------------------------------------+ | Name | biztalk.service.check | | Description | Checks if BizTalk Services are running | | Source | nrpe | | Command | $USER2$ -H $HOSTADDRESS$ -t $_SERVICENRPE_TIME...
- Wed Jun 01, 2016 11:04 am
- Forum: Open Source Nagios Projects
- Topic: Service using filters for Windows service
- Replies: 5
- Views: 1856
Service using filters for Windows service
Hi, I am using the following manually command which works fine: /usr/lib64/nagios/plugins/check_nrpe -H x.x.x.x -c check_service -a "filter=name like 'BTSSvc'" The service check I created on Nagios is: { "command": "$USER2$ -H $HOSTADDRESS$ -t $SERVICENRPETIMEOUT$ -c check_s...