zabbix scripts monit zfs

This commit is contained in:
2026-01-12 01:21:54 +04:00
parent b5c4a90c6a
commit 134febbc9c
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
## zabbix_agentd.conf
#### check zfs
```ini
UserParameter=zpool.check,/etc/zabbix/scripts/zpool_check.pl
```
## trigger
#### check zfs
```
{Template ZFS Pool:zpool.check.str(degraded)}=1
```