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 they both have drive F: mounted, I will send an alert. But of course, I get access denied when trying to run the wmi call on the remote server.
Can anyone think of how I might be able to monitor this situation?
If drive F: is mounted on server1, plus server2, send an alert.
The above is what I am trying to do.
Thanks in advance for any assistance!
Check if both servers have drive mounted
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: Check if both servers have drive mounted
You should be able to use BPI to create meta objects and alert on them:
Using Nagios BPI
Does this help?
Using Nagios BPI
Does this help?
Previous Nagios employee
Re: Check if both servers have drive mounted
Hi, we are using Open Source, does that matter? I have not seen this...
Thanks!
Thanks!
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: Check if both servers have drive mounted
Previous Nagios employee