Monitoring windows cluster

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dex2ht
Posts: 7
Joined: Tue Jan 05, 2016 8:03 am

Monitoring windows cluster

Post by dex2ht »

Hi,
I'm looking for best practice how to setup windows failover cluster in nagios XI.
We have two nodes in cluster (windows 2012)
at node one curently are running two instances od SQL server, at node two curently running IIS

Configuration:
Node 1 IP: 1.1.1.1
SQL 1 - DISK H I J
SQL 2 - DISK K L M
Node 2 IP: 1.1.1.2
IIS - DISK F
Cluster IP 1.1.1.3

I instaled nagios client at both nodes and added cluster to nagios monitoring
Now active is NODE 1, so when i loged via RDP to Cluster (1.1.1.3) I go to Node 1 (1.1.1.1)

In nagios I added at Cluster (1.1.1.3) services: SQL1 and SQL2 and disks H I J K L M
Now when I move SQL 2 to second node I have critical for disks K L M and SQL 2.

Question is how to monitor it propertly. I think i cant monitor it like ordinary windows servers
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Monitoring windows cluster

Post by cdienger »

I'd recommend using the check_cluster plugin for monitoring clustered services. It allows you to combine multiple services into a single check and alert based on criteria you set:

https://assets.nagios.com/downloads/nag ... sters.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked