l7SrvCheckStatus
L7STAT-EXPERIMENTAL-MIB ·
.1.3.6.1.4.1.54849.1.2.7.1.55
Object
column L7HealthCheckStatus
Status of last health check
Context
- MIB
- L7STAT-EXPERIMENTAL-MIB
- OID
.1.3.6.1.4.1.54849.1.2.7.1.55- Type
- column
- Access
- readonly
- Status
- current
- Parent
- l7ServerEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'L7STAT-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/loadbalancerorg:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'L7STAT-EXPERIMENTAL-MIB::l7SrvCheckStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'L7STAT-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/loadbalancerorg:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'L7STAT-EXPERIMENTAL-MIB::l7SrvCheckStatus.<l7SrvPxyIdx>.<l7SrvSrvIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'L7STAT-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/loadbalancerorg:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'L7STAT-EXPERIMENTAL-MIB::l7SrvCheckStatus'
Syntax
- Source
- L7HealthCheckStatus
- Base type
Enumeration
Type Description
The result of a health or agent check made by HAProxy.
Values & Constraints
Type Values
0 | unknown |
1 | initializing |
2 | noStatusChange |
3 | healthAnalyze |
4 | socketError |
5 | layer4CheckPassed |
6 | layer4Timeout |
7 | layer4ConnectionProblem |
8 | layer6CheckPassed |
9 | layer6Timeout |
10 | layer6InvalidResponse |
11 | layer7Timeout |
12 | layer7InvalidResponse |
13 | layer7CheckPassed |
14 | layer7CheckConditionallyPassed |
15 | layer7WrongStatus |
16 | externalCheckError |
17 | externalCheckTimeout |
18 | externalCheckPassed |
Conformance
Member of