Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Replica Hyper-V Status
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This Plugin check the Replica Status in a Windows Hyper-V environment.
Use the script with nsclient as external script and check the status with check_nrpe.
Use a command like this:
define command {
command_name check_replica
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 300 -c check_replica
}
Use a service like this:
Service like this:
define service{
use service-template
host_name hostname
service_description Replica-Status
check_command check_replica!
}
Use the script with nsclient as external script and check the status with check_nrpe.
Use a command like this:
define command {
command_name check_replica
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 300 -c check_replica
}
Use a service like this:
Service like this:
define service{
use service-template
host_name hostname
service_description Replica-Status
check_command check_replica!
}
Reviews (1)
bywasserja, February 27, 2015
I wrote an alternative script.
https://gallery.technet.microsoft.com/scriptcenter/Check-Hyper-V-Replication-415988f7
https://gallery.technet.microsoft.com/scriptcenter/Check-Hyper-V-Replication-415988f7