Hi,
I'm begginer with Zabbix, i use Haproxy script / template :
Plugin work very well and now i need use trigger. I need Trigger for backend status : UP / DOWN / ERROR (when the backend no longer exists because it was removed in the configuration of Haproxy)
I try with this Trigger :
It's OK for UP / DOWN but for this trigger ERROR = DOWN i do not understand why 
Output of ERROR :
I'm begginer with Zabbix, i use Haproxy script / template :
Plugin work very well and now i need use trigger. I need Trigger for backend status : UP / DOWN / ERROR (when the backend no longer exists because it was removed in the configuration of Haproxy)
I try with this Trigger :
Code:
{Template HAProxy:haproxy.stats[{$HAPROXY_SOCK},{#BACKEND_NAME},BACKEND,status].str(DOWN)}=1

Output of ERROR :
Code:
ERROR: bad mywebserver/BACKEND
Comment