2017 © Pedro Peláez
 

library zabbix-maintenance

PHP script to add/remove Maintenance mode in Zabbix

image

berriart/zabbix-maintenance

PHP script to add/remove Maintenance mode in Zabbix

  • Tuesday, May 2, 2017
  • by artberri
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,052 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

zabbix-maintenance-php

PHP script to add/remove Maintenance mode in Zabbix (using a maintenance group)., (*1)

Requirements

  • PHP 5.3.9 and up.

That's all!, (*2)

Installation

To install zabbix-maintenance-php download zabbixmaintenance.phar archive and move zabbixmaintenance.phar to your bin directory and make it executable., (*3)

``` sh curl -LO https://github.com/artberri/zabbix-maintenance-php/releases/download/v0.0.2/zabbixmaintenance.phar sudo mv zabbixmaintenance.phar /usr/local/bin/zabbixmaintenance sudo chmod +x /usr/local/bin/zabbixmaintenance, (*4)


Or via composer: ``` sh composer require berriart/zabbix-maintenance

Documentation

See the command options running:, (*5)

``` sh zabbixmaintenance -h, (*6)


Or if you installed it via composer: ``` sh ./vendor/bin/zabbixmaintenance -h

Usage example

Maintenance on:, (*7)

``` sh zabbixmaintenance on -U "http://zabbix.yourdomain.com" -u zabbixuser -p zabbixuser -g maintenance-group -H host-to-add-in.maintenance.com -s 5, (*8)


Maintenance off: ``` sh zabbixmaintenance off -U "http://zabbix.yourdomain.com" -u zabbixuser -p zabbixuser -g maintenance-group -H host-to-add-in.maintenance.com -s 5

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php, (*9)

The Versions

02/05 2017

dev-master

9999999-dev https://github.com/artberri/zabbix-maintenance-php

PHP script to add/remove Maintenance mode in Zabbix

  Sources   Download

MIT

The Requires

 

The Development Requires

maintenance cli zabbix

02/05 2017

v0.0.3

0.0.3.0 https://github.com/artberri/zabbix-maintenance-php

PHP script to add/remove Maintenance mode in Zabbix

  Sources   Download

MIT

The Requires

 

The Development Requires

maintenance cli zabbix

02/06 2016

v0.0.2

0.0.2.0 https://github.com/artberri/zabbix-maintenance-php

PHP script to add/remove Maintenance mode in Zabbix

  Sources   Download

MIT

The Requires

 

The Development Requires

maintenance cli zabbix

02/06 2016

v0.0.1

0.0.1.0 https://github.com/artberri/zabbix-maintenance-php

PHP script to add/remove Maintenance mode in Zabbix

  Sources   Download

MIT

The Requires

 

maintenance cli zabbix