Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/app/haproxy_agent/template_app_haproxy_agent.xml')
-rw-r--r--templates/app/haproxy_agent/template_app_haproxy_agent.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/app/haproxy_agent/template_app_haproxy_agent.xml b/templates/app/haproxy_agent/template_app_haproxy_agent.xml
index cd80c4590e1..b6584588415 100644
--- a/templates/app/haproxy_agent/template_app_haproxy_agent.xml
+++ b/templates/app/haproxy_agent/template_app_haproxy_agent.xml
@@ -210,7 +210,7 @@ catch (error) {
</items>
<discovery_rules>
<discovery_rule>
- <name>TCP BACKEND discovery</name>
+ <name>TCP Backend discovery</name>
<type>DEPENDENT</type>
<key>haproxy.backend_tcp.discovery</key>
<delay>0</delay>
@@ -553,7 +553,7 @@ catch (error) {
</lld_macro_paths>
</discovery_rule>
<discovery_rule>
- <name>BACKEND discovery</name>
+ <name>Backend discovery</name>
<type>DEPENDENT</type>
<key>haproxy.backend.discovery</key>
<delay>0</delay>
@@ -2517,22 +2517,22 @@ catch (error) {
<macro>
<macro>{$HAPROXY.BACK_ERESP.MAX.WARN}</macro>
<value>10</value>
- <description>Maximum of responses with error on BACKEND for trigger expression.</description>
+ <description>Maximum of responses with error on Backend for trigger expression.</description>
</macro>
<macro>
<macro>{$HAPROXY.BACK_QCUR.MAX.WARN}</macro>
<value>10</value>
- <description>Maximum number of requests on BACKEND unassigned in queue for trigger expression.</description>
+ <description>Maximum number of requests on Backend unassigned in queue for trigger expression.</description>
</macro>
<macro>
<macro>{$HAPROXY.BACK_QTIME.MAX.WARN}</macro>
<value>10s</value>
- <description>Maximum of average time spent in queue on BACKEND for trigger expression.</description>
+ <description>Maximum of average time spent in queue on Backend for trigger expression.</description>
</macro>
<macro>
<macro>{$HAPROXY.BACK_RTIME.MAX.WARN}</macro>
<value>10s</value>
- <description>Maximum of average BACKEND response time for trigger expression.</description>
+ <description>Maximum of average Backend response time for trigger expression.</description>
</macro>
<macro>
<macro>{$HAPROXY.FRONT_DREQ.MAX.WARN}</macro>