I use zabbix to monitor our server farm (50 servers with NFS storage). When NFS volume goes over 90% Zabbix sends alarm to group admins. That's fine.
I am looking to add functionality. Specifically, to produce disk usage report for the overloaded partition, for instance.
$ du -s /mnt/partition1/homes
and send email to 10 top abusers. I do have a standalone python script that runs "du" and email report to admin.
Any ideas on how to implement it better with Zabbix?
Thanks
Oleg
PS. Feel free to point me to the old posts that discussed this issue. I 've not found them.
I am looking to add functionality. Specifically, to produce disk usage report for the overloaded partition, for instance.
$ du -s /mnt/partition1/homes
and send email to 10 top abusers. I do have a standalone python script that runs "du" and email report to admin.
Any ideas on how to implement it better with Zabbix?
Thanks
Oleg
PS. Feel free to point me to the old posts that discussed this issue. I 've not found them.
Comment