I've got Zabbix installed and I'm able to add the hosts. Its a mix of Linux and Windows servers. Well I'm wanting it to send me a space utilization report of each server via email. Does anyone know where I can find how to do this or assist with this setup?
Ad Widget
Collapse
Newbie Question and Help
Collapse
X
-
"The Linux Way" isn't really "send me reports", it's "Tell me when there is a problem", otherwise, silence is goodness.
Zabbix has scheduled reports, but I think you would have to configure all the hosts, then it would send the report on a schedule.
I do a lot of Zabbix API scripting and reporting with Python. It would be possible to report on all hosts, probably by host groups because Linux and Windows space reporting is different.
Comment