Monitor Windows Cluster using NagiosXI
Posted: Mon Sep 23, 2019 10:44 am
In my lab environment, I am trying to monitor a Microsoft Failover Cluster with the IP 192.168.0.110. The cluster has two nodes whose IP's are 192.168.0.112 and 192.168.0.113. The cluster has a monitored service of SMTP with IP 192.168.0.111.
I am trying to use the method which involved changing NSClient configs. I followed the instructions in the following article:
https://exchange.nagios.org/components/ ... 2&cf_id=29
However, in Nagios, the service that I created is not able to connect to the cluster. I am specifying the cluster IP, as the instructions say. I tried different ports and get different responses. What port should be specified in the "command" section? The port given in the article is not listed when I run netstat on the active cluster node.
The command in Nagios is :
"Name": check_mscsMnrpe
"Comand Line": $USER1$/check_nrpe_ -H $HOSTADDRESS$ -p 139 -t 30 -c check_mscs -a "$ARG1$" "$ARG2$"
Any help or advice would be appreciated. I am willing to try a better method if someone can please guide me through it.
Thanks.
I am trying to use the method which involved changing NSClient configs. I followed the instructions in the following article:
https://exchange.nagios.org/components/ ... 2&cf_id=29
However, in Nagios, the service that I created is not able to connect to the cluster. I am specifying the cluster IP, as the instructions say. I tried different ports and get different responses. What port should be specified in the "command" section? The port given in the article is not listed when I run netstat on the active cluster node.
The command in Nagios is :
"Name": check_mscsMnrpe
"Comand Line": $USER1$/check_nrpe_ -H $HOSTADDRESS$ -p 139 -t 30 -c check_mscs -a "$ARG1$" "$ARG2$"
Any help or advice would be appreciated. I am willing to try a better method if someone can please guide me through it.
Thanks.