I manage a number of CMS platforms for my company. A sample CMS would be Wordpress. I've got a php script which can be queried to print the current version of the Wordpress installation, and if there are updates required.
Since I have several different wordpress installations, it would be much simpler to have some automated way of adding/removing/updating them in Zabbix.
As it stands now, when a new version of WP comes out, I have to manually update the triggers for each site individually to check the latest version.
Is there a way to auto-populate or discover hosts basted upon the contents of a text file? That way if/when we bring up a new WP site, all I do is add it to this text file, Zabbix makes a host, adds it to a group (with necessary items/triggers) automagically?
Web checks checking for a specific text don't work for me. They do not solve the problem of having to update a dozen checks manually when a new version comes out.
Since I have several different wordpress installations, it would be much simpler to have some automated way of adding/removing/updating them in Zabbix.
As it stands now, when a new version of WP comes out, I have to manually update the triggers for each site individually to check the latest version.
Is there a way to auto-populate or discover hosts basted upon the contents of a text file? That way if/when we bring up a new WP site, all I do is add it to this text file, Zabbix makes a host, adds it to a group (with necessary items/triggers) automagically?
Web checks checking for a specific text don't work for me. They do not solve the problem of having to update a dozen checks manually when a new version comes out.