Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

outsideopen/nagios-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Nagios Plugin Collection

Collection of Nagios Plugins

check_aad_sync_status.py (DEPRECATED)

Used to check Azure AD Connect synchronization status from within Office 365. It reports on both DirSync and PasswordSync

NOTE: This no longer works with the new Office 365 login screen.

Usage

  • ./check_aad_sync_status.py -u username -p pasword
  • ./check_aad_sync_status.py -F /path/to/file.cred

Credential File

The credential file is expected to be in the following format:

username = username
password = password

It is recommended to set the credential file to 600: chmod 600 /path/to/file.cred

snmp_check_disk.py

NOTE Currently only supports SNMP v1

This works similarly to the Nagios check_disk plugin, but uses UCD SNMP on the host

snmp_check_load.py

NOTE Currently only supports SNMP v1

This works similarly to the Nagios check_load plugin, but uses UCD SNMP on the host

Other Projects

About

Collection of Nagios Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages