Home Directory Plugins Operating Systems Windows Check Active Directory Sync

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

Check Active Directory Sync

Rating
0 votes
Favoured:
0
Current Version
1.1
Last Release Date
2022-02-21
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
10443
Files:
FileDescription
Captura.PNGPerformance output
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check Active Directory Sync
PowerShell script to check AD Replication and Sysvol status in a DC Server and returns Nagios output and exit code.
SYNOPSIS
Check AD Replication in a DC Server.

DESCRIPTION
Check AD Replication in a DC Server and returns Nagios output and code.

PARAMETER Warning
Number of failed replications for warning treshold.
Default 1.

PARAMETER Critical
Number of failed replications for critical treshold.
Default 5.

OUTPUTS
OK: AD replication successful.
WARNING: Failed replications equal to warning treshold or Sysvol in a warning state.
CRITICAL: Failed replications equal to critical treshold or Sysvol in a critical state.

Performance output with number of syncs and sync errors.

EXAMPLE
Get-ADReplication.ps1 -Warning 5 -Critical 10