Disk Failover Monitor
Posted: Wed Aug 18, 2021 11:27 am
Hello,
I have a group of hosts set up for db failovers. The db disks will only be running on the first server until it fails at which point those disks disappear from node 1 and come online on node 2. Is check_cluster the best way to monitor the availability of these db disks?
In my initial configuration, I have both nodes configured with the db disks. On the first node, the db disk services are working as expected. However, since those disks don't exist on node 2 until a failure on node 1, the db disk services are reading as "Unknown" on node 2. When node 1 goes down, the db disks read as "Unknown" on node 1 and get picked up on node 2.
The issue here is that the way we alert out to our event manager means that node 2 will be alerting out unnecessarily while node 1 is working properly. Can this be solved via check_cluster or should I look for another plugin?
I have a group of hosts set up for db failovers. The db disks will only be running on the first server until it fails at which point those disks disappear from node 1 and come online on node 2. Is check_cluster the best way to monitor the availability of these db disks?
In my initial configuration, I have both nodes configured with the db disks. On the first node, the db disk services are working as expected. However, since those disks don't exist on node 2 until a failure on node 1, the db disk services are reading as "Unknown" on node 2. When node 1 goes down, the db disks read as "Unknown" on node 1 and get picked up on node 2.
The issue here is that the way we alert out to our event manager means that node 2 will be alerting out unnecessarily while node 1 is working properly. Can this be solved via check_cluster or should I look for another plugin?