Hi, It was suppose to be a simple one, but I'm struggling with this one for a week now and decided to reach for some help:
Google installs two update services on some of my machines. I'm monitoring these machines with the "Windows by zabbix agent active". While their startup is "automatic" - I really couldn't care less if they are running or not.
Instead of disabling them, I decided to add them to the "{$SERVICE.NAME.NOT_MATCHES}" list in the macro.
Since the service adds a version number to it's name (i.e. GoogleUpdaterService125.0.6386.0" (GoogleUpdater Service 125.0.6386.0 (GoogleUpdaterService125.0.6386.0)) )
I wanted to add it as a wildcard and so I started trying all kinds of variations.
GoogleUpdater* GoogleUpdater.+ GoogleUpdater.* GoogleUpdater. GoogleUpdater[0-9.]*
and .... None of the above works. I had some quite in one of these variations and then when the service updated itself alerts started popping up again.
How can I add it so it will be ignored once and for all ?
Thanks
Gil
Google installs two update services on some of my machines. I'm monitoring these machines with the "Windows by zabbix agent active". While their startup is "automatic" - I really couldn't care less if they are running or not.
Instead of disabling them, I decided to add them to the "{$SERVICE.NAME.NOT_MATCHES}" list in the macro.
Since the service adds a version number to it's name (i.e. GoogleUpdaterService125.0.6386.0" (GoogleUpdater Service 125.0.6386.0 (GoogleUpdaterService125.0.6386.0)) )
I wanted to add it as a wildcard and so I started trying all kinds of variations.
GoogleUpdater* GoogleUpdater.+ GoogleUpdater.* GoogleUpdater. GoogleUpdater[0-9.]*
and .... None of the above works. I had some quite in one of these variations and then when the service updated itself alerts started popping up again.
How can I add it so it will be ignored once and for all ?
Thanks
Gil
Comment