diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:18:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:18:05 +0000 |
commit | b46aad6df449445a9fc4aa7b32bd40005438e3f7 (patch) | |
tree | 751aa858ca01f35de800164516b298887382919d /admin/netsnmp-perl/haproxy_backend.xml | |
parent | Initial commit. (diff) | |
download | haproxy-b46aad6df449445a9fc4aa7b32bd40005438e3f7.tar.xz haproxy-b46aad6df449445a9fc4aa7b32bd40005438e3f7.zip |
Adding upstream version 2.9.5.upstream/2.9.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'admin/netsnmp-perl/haproxy_backend.xml')
-rw-r--r-- | admin/netsnmp-perl/haproxy_backend.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/admin/netsnmp-perl/haproxy_backend.xml b/admin/netsnmp-perl/haproxy_backend.xml new file mode 100644 index 0000000..26ce63f --- /dev/null +++ b/admin/netsnmp-perl/haproxy_backend.xml @@ -0,0 +1,83 @@ +<interface> + <name>HAProxy - backend</name> + <oid_index>.1.3.6.1.4.1.29385.106.1.1.10001</oid_index> + <fields> + <beIID> + <name>Proxy ID</name> + <method>get</method> + <source>value</source> + <direction>input</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.27</oid> + </beIID> + <beSID> + <name>Service ID</name> + <method>get</method> + <source>value</source> + <direction>input</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.28</oid> + </beSID> + <bePxName> + <name>Proxy Name</name> + <method>get</method> + <source>value</source> + <direction>input</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.0</oid> + </bePxName> + <beSvName> + <name>Service Name</name> + <method>get</method> + <source>value</source> + <direction>input</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.1</oid> + </beSvName> + <beSTot> + <name>Total Sessions</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.7</oid> + </beSTot> + <beBIn> + <name>Bytes In</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.8</oid> + </beBIn> + <beBOut> + <name>Bytes Out</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.9</oid> + </beBOut> + <beEConn> + <name>Connection Errors</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.13</oid> + </beEConn> + <beEResp> + <name>Response Errors</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.14</oid> + </beEResp> + <beLBTot> + <name>LB Total</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.30</oid> + </beLBTot> + <beDReq> + <name>Denied Requests</name> + <method>get</method> + <source>value</source> + <direction>output</direction> + <oid>.1.3.6.1.4.1.29385.106.1.1.10</oid> + </beDReq> + </fields> +</interface> |