Hello,
I didn't get any alerts when my 4 servers had their space at 95 % so i went to investigate further. I want to monitor the disk space on Linux hosts. I am running into a problem. When I go to Monitoring > Latest Data and look for the host I see the file system "/" , "/boot", and "/opt" , I don't care about boot, and depending on which system I am on I care about "/opt" and "/"
When I select these two I see this:
/: Free inodes in % /: Used space /boot: Used space
I want to get an alert when the space used is at 80% and 90%
I see that I have the triggers configured for Linux by Zabbix agent but nothing was triggered for the /opt space used even when I made the macros {$VFS.FS.PUSED.MAX.WARN} at 15%. and {$VFS.FS.FREE.MIN.WARN} at 100G
How do I make this trigger for /opt?
I didn't get any alerts when my 4 servers had their space at 95 % so i went to investigate further. I want to monitor the disk space on Linux hosts. I am running into a problem. When I go to Monitoring > Latest Data and look for the host I see the file system "/" , "/boot", and "/opt" , I don't care about boot, and depending on which system I am on I care about "/opt" and "/"
When I select these two I see this:
/: Free inodes in % /: Used space /boot: Used space
I want to get an alert when the space used is at 80% and 90%
I see that I have the triggers configured for Linux by Zabbix agent but nothing was triggered for the /opt space used even when I made the macros {$VFS.FS.PUSED.MAX.WARN} at 15%. and {$VFS.FS.FREE.MIN.WARN} at 100G
How do I make this trigger for /opt?
Comment