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
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