How to use zabbix to monitor a specified host to monitor the same mounted disk
E.g:
#df -h
#10.40.39.11:/data 2.0T 736G 1.3T 36% /data
I currently have 10 hosts, each of which has a /data directory mounted (the storage is provided by a remote NFS service)
When zabbix uses the monitoring item of the automatic discovery disk [vfs.fs.discovery] to add the /data disk to the zabbix server monitoring item, the monitoring item will be added to all hosts
When the disk triggers an alarm, all hosts will alarm
In other words, when a /data directory triggers an alarm, how many hosts you have mounted the disk, how many warnings you will receive
So, who can help me, how can I set up a designated host to give an alarm or all the same alarms can only be alarmed once?
Comment