Has anyone been able to get this working properly... or can point me in the direction of a KB that explains how to get this working?
Ad Widget
Collapse
Windows Updates Monitoring on Zabbix.
Collapse
X
-
Does this work
Here's how I monitor it:
I have a lot of servers that I don't handle day-to-day management of, so I primarily need to know when the servers were last updated. I have triggers set if they go a month without updates like this:
2592000 is the number of seconds in 30 days.Code:{HOST:system.localtime.last()} - {HOST:custom.check_win_update["last"].last()} > 2592000 -
Update / ZBX_NOTSUPPORTED
I've mostly got this working on our platform... Although rather irritatingly keep on getting ZBX_NOTSUPPORTED on some values... Although it does have a tendency to clear itself... I'm assuming this some sort of timeout issue on the agent settings..
I've set the agent to Timeout=30 in zabbix_agentd.conf, if anyone has any thoughts on this ZBX_NOTSUPPORTED issue i'm all ears!
Thanks in advance..Comment
Comment