Is there a report I can run to see what servers are in maint? Is there a db Value I can query? It sucks that i have to wait till an event triggers so i can see a server is in maint.
Ad Widget
Collapse
Show Servers in Maint Mode
Collapse
X
-
row in hosts table
Ok I found that if you run
SELECT * FROM `hosts` WHERE `maintenance_status` =1
on the zabbix DB you can get all systems in maint. No how can I translate this into a useful zabbix item? How hard would it be to add new internal zabbbix item of Zabbix[Maint_Status,Host] Then I could easily instrument and monitor this.
Comment