Hi all,
We're evaluating several monitoring systems(Icinga2/Bosun and Zabbix).
Our basic requirement, aside from the obvious machine monitoring, is as follows:
We have a Elasticsearch cluster with a lot of data points.
We'd like to enable our dev team with a GUI to add/remove monitoring/alerts/etc but on elasticsearch query evaluation.
I know that all monitoring systems enable running external scripts but I'm trying to avoid that because the overhead for dev teams to write these scripts.
Can zabbix generate checks/alerts on a elasticsearch query via API call (e.g. /_search?fields=response:404) ?
Any other ideas?
Thanks,
Yarden
We're evaluating several monitoring systems(Icinga2/Bosun and Zabbix).
Our basic requirement, aside from the obvious machine monitoring, is as follows:
We have a Elasticsearch cluster with a lot of data points.
We'd like to enable our dev team with a GUI to add/remove monitoring/alerts/etc but on elasticsearch query evaluation.
I know that all monitoring systems enable running external scripts but I'm trying to avoid that because the overhead for dev teams to write these scripts.
Can zabbix generate checks/alerts on a elasticsearch query via API call (e.g. /_search?fields=response:404) ?
Any other ideas?
Thanks,
Yarden
Comment