forked from j18e/prometheus-edgerouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerator.yml
35 lines (35 loc) · 809 Bytes
/
generator.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
modules:
edgerouter:
auth:
community: public
walk:
- memTotalReal
- memAvailReal
- ssCpuRawIdle
# host resource metrics
- hrSystemUptime
- hrSystemProcesses
- hrSystemMaxProcesses
- hrMemorySize
- hrStorageSize
- hrStorageUsed
- hrProcessorLoad # non idle percent past minute
# interface metrics
- ifAdminStatus # 1=up,2=down,3=testing
- ifOperStatus # 1=up,2=down,3=testing,4=unknown,5=dormant,6=notPresent,7=lowerLayerDown
- ifLastChange
- ifInDiscards
- ifInErrors
- ifOutDiscards
- ifOutErrors
- ifHCInOctets
- ifHCOutOctets
# tcp metrics
- tcpMaxConn
- tcpActiveOpens
- tcpPassiveOpens
- tcpEstabResets
- tcpCurrEstab
lookups:
- old_index: ifIndex
new_index: ifName