NFS挂载监控
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NFS挂载监控相关的知识,希望对你有一定的参考价值。
zabbix-agent端
[[email protected] zabbix_agentd.d]$ cat mount.conf
UserParameter=mount_status[*],mount |grep 172.16.4.11 |grep $1 |grep $2 |wc -l
[[email protected] zabbix_agentd.d]$
zabbix-server端
mount_status[/home/sdk/publishLicense/sdk,/home/data/sdk]
本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1947462
以上是关于NFS挂载监控的主要内容,如果未能解决你的问题,请参考以下文章