Hello,
Is there a way to compare a key between two hosts?
I am trying to create a trigger when a new release of WildFly is out. I am able to create an HTTP agent and parse the download page to find latest release, but I don't want to run that for all WildFly servers in my environment. I would rather run it once, so I create a simple template associate to the Zabbix server, but then I can't compare.
The trigger expression:
last(/Software Version Check/wildfly.version.latest)<>last(/WildFly Server by JMX/jmx["jboss.as:management-root=server","productVersion"])
Trigger "Not latest software installed" belongs to templates with different linkages.
If I associate the template to all servers, it will get the info from WildFly website as many time as there are hosts.
Any idea?
Regards,
Olivier
Is there a way to compare a key between two hosts?
I am trying to create a trigger when a new release of WildFly is out. I am able to create an HTTP agent and parse the download page to find latest release, but I don't want to run that for all WildFly servers in my environment. I would rather run it once, so I create a simple template associate to the Zabbix server, but then I can't compare.
The trigger expression:
last(/Software Version Check/wildfly.version.latest)<>last(/WildFly Server by JMX/jmx["jboss.as:management-root=server","productVersion"])
Trigger "Not latest software installed" belongs to templates with different linkages.
If I associate the template to all servers, it will get the info from WildFly website as many time as there are hosts.
Any idea?
Regards,
Olivier
Comment