]> arthur.barton.de Git - ZabbixExtensions.git/blob - README.md
Fix backup_script.errors to not report errors when a job is running
[ZabbixExtensions.git] / README.md
1 # Extensions for the Zabbix Monitoring Platform
2
3
4 ## Installation
5
6 Install all components to the `/usr/local` hierarchy:
7
8 ```
9 make all check
10 make install
11 ```
12
13 Deploy files to a remote system:
14
15 ```
16 ./deploy.sh <host> [<host> [...]]
17 ```
18
19 *Note:*
20 This requires `ssh`, `rsync` and access as user "root" (and "admin" on OS X,
21 the latter being the one running `zabbix_agentd` from Homebrew) on the target
22 system(s).
23
24
25 ## References
26
27 - [Zabbix](http://www.zabbix.com): Home of Zabbix
28 - [Zabbix Share](https://share.zabbix.com): Zabbix templates, modules & more