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_http/template_app_haproxy_http.xml')
-rw-r--r--templates/app/haproxy_http/template_app_haproxy_http.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/app/haproxy_http/template_app_haproxy_http.xml b/templates/app/haproxy_http/template_app_haproxy_http.xml
index 8cdc96ed94b..e1cb745436e 100644
--- a/templates/app/haproxy_http/template_app_haproxy_http.xml
+++ b/templates/app/haproxy_http/template_app_haproxy_http.xml
@@ -223,7 +223,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>
@@ -2530,22 +2530,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>