Hello,
Is there something I don't understand or I do wrong or the Apache by Zabbix agent template is not working as expected? I'm using the version 7.0-1 found on git repository.
It detects apache process with a discovery rule. Not sure why it's done that way, why I would have many apache server running? Anyway, this is not the point.
The discovery rule include triggers prototypes. One of theses triggers is to alert if there is apache process running...
But if the apache service is stopped, the LLD disable all discovered elements because they are now missing. So no triggers are triggered. No alert if the service is down!
So, should I move the elements/triggers found in the LLD and hard code them in the template or do I miss something?
Thanks!
Is there something I don't understand or I do wrong or the Apache by Zabbix agent template is not working as expected? I'm using the version 7.0-1 found on git repository.
It detects apache process with a discovery rule. Not sure why it's done that way, why I would have many apache server running? Anyway, this is not the point.
The discovery rule include triggers prototypes. One of theses triggers is to alert if there is apache process running...
But if the apache service is stopped, the LLD disable all discovered elements because they are now missing. So no triggers are triggered. No alert if the service is down!
So, should I move the elements/triggers found in the LLD and hard code them in the template or do I miss something?
Thanks!
Hardcoding it all would solve your issue
Comment