Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 767 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 767 Bytes

nagios-plugins

Nagios plugins that are good for general purpose or are for 3rd party providers

Nagios plugin for checking ADrive disk usage using the API. Refer to API reference regarding API access restrictions based on account type. Outputs Nagios performance data and alerts based on the thresholds defined(optional) as a whole number representing a percentage, without using the '%'.

Developed in Linux and with PHP 5.

Example:

  • Username and password are required
  • Warning and Critical variables are optional

By default 90% warning and 97% is critical PS C:\foo>.\check_adrive_usage.php user@email.com UserPasword

PS C:\foo>.\check_adrive_usage.php user@email.com UserPasword -warn 90 -crit 97