Hi All,
We have several equipments which are sending emails if there is any problem.
We need monitor them, so idea was to create a script which gather important parts from emails and process with Zabbix's regexp option, for example:
vfs.file.regexp[/tmp/test/equipment1_alert_email.txt,"^Measured Value:.([0-9.]*)",,,,\1]
If we are going this way it means we need to create email files for every equipments (~20 pieces).
However we do not know how is possible to create "virtual" hosts for each equipments (email texts) on the zabbix server to have equipment items and triggers available.
Maybe is there another solution?
Any help really appreciated.
We have several equipments which are sending emails if there is any problem.
We need monitor them, so idea was to create a script which gather important parts from emails and process with Zabbix's regexp option, for example:
vfs.file.regexp[/tmp/test/equipment1_alert_email.txt,"^Measured Value:.([0-9.]*)",,,,\1]
If we are going this way it means we need to create email files for every equipments (~20 pieces).
However we do not know how is possible to create "virtual" hosts for each equipments (email texts) on the zabbix server to have equipment items and triggers available.
Maybe is there another solution?
Any help really appreciated.