Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Replica Hyper-V Status

Current Version
1.0
Last Release Date
2014-07-09
Compatible With
  • Nagios 4.x
Hits
23874
Files:
FileDescription
check_replica.ps1check_replica.ps1
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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!
}
Reviews (1)
bywasserja, February 27, 2015
I wrote an alternative script.

https://gallery.technet.microsoft.com/scriptcenter/Check-Hyper-V-Replication-415988f7