运维基础——Zabbix 添加磁盘空间监控

1. Configuration-Templates-Create template
运维基础——Zabbix 添加磁盘空间监控_第1张图片

2.输入Template name:disk space 50Gb
运维基础——Zabbix 添加磁盘空间监控_第2张图片

3.点击 Items(0)-Create item
运维基础——Zabbix 添加磁盘空间监控_第3张图片

运维基础——Zabbix 添加磁盘空间监控_第4张图片

4.选择Triggers(0)-Create triggers
Expression

{disk space 50Gb:vfs.fs.size[/data,free].last()}<50000000000
```
![这里写图片描述](https://imgconvert.csdnimg.cn/aHR0cDovL2ltZy5ibG9nLmNzZG4ubmV0LzIwMTcwNTA5MDkwODMxMTUy?x-oss-process=image/format,png)

你可能感兴趣的:(#,Zabbix)