Skip to content

A tool to move a host to Zabbix maintenance mode for the next n minutes.

Notifications You must be signed in to change notification settings

freifunkh/zabbix-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

zabbix-maintenance

A tool to move a host to Zabbix maintenance mode for the next n minutes.

I built this as a quick fix because I don't understand zabbix-cli yet.

usage: zabbix_maintenance.py [-h] [--url URL] [--user USER] [--password PASSWORD] minutes

Sets the host into Zabbix maintenance mode. Config of zabbix-cli is used if user, password or URL are undefined.

positional arguments:
  minutes              Length of the maintenance window

optional arguments:
  -h, --help           show this help message and exit
  --url URL            Zabbix API URL
  --user USER          API user name
  --password PASSWORD  API password

About

A tool to move a host to Zabbix maintenance mode for the next n minutes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages