Skip to content

Python script to check avamar for failures within X minutes. Output is in Nagios format.

License

Notifications You must be signed in to change notification settings

acl/nagios-avamar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nagios-avamar

Python script to check avamar for failures within X minutes. Output is in Nagios format.

Usage.

Usage: check_ave.py -d DB -u USER -H HOST -P PORT -p PWD -M MINUTES

Options:
  -h, --help  show this help message and exit
  -d D        Avamar PG Database [default: mcdb]
  -u U        PG User [default: viewuser]
  -H H        Avamar Server [default: localhost]
  -P P        PG Port [default: 5555]
  -p P        PG Password [default: viewuser1]
  -M M        Minutes to query [default: 5 Minutes(s)]

About

Python script to check avamar for failures within X minutes. Output is in Nagios format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages