ZPool-Monitoring: Add README.md

This commit is contained in:
Michael Höß 2020-09-29 13:11:00 +00:00
parent d82aa42d27
commit f467963c55
1 changed files with 14 additions and 0 deletions

14
zbx-zpool-readme.md Normal file
View File

@ -0,0 +1,14 @@
Quick and dirty script to check if ZFS-ZPools are "Online" (e.g. not degraded) or Missing.
Requires: Bash
Install the ... template.xml in Zabbix
Example crontab:
```
*/10 * * * * root /opt/scripts/zbx-zpool.bash main1,bulk1
```
First parameter is ","-delimited list of pools to check
Optional second parameter allows to specifiy an alternate Zabbix-Server-address