ZPool-Monitoring: Add README.md
This commit is contained in:
parent
d82aa42d27
commit
f467963c55
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue