-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig_basic.yml
52 lines (47 loc) · 1.22 KB
/
config_basic.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
interval: 5m
devices:
- name: router
enabled: true
host: 10.12.0.1
port: 161
protocol: udp
# Authentication details
community: public
version: 3
username: paul
auth-proto: SHA1
prov-proto: AES
auth-password: authpass
priv-password: encpass
# Statically loaded labels for the device
# static-labels:
# replica: primary
# inventory: RA123456
static-status:
up: 1
labels:
identity: .1.3.6.1.2.1.1.5.0
model: .1.3.6.1.2.1.1.1.0
status:
uptime: .1.3.6.1.2.1.1.3.0
groupings:
- group: interfaces
priority: true
labels:
name: .1.3.6.1.2.1.31.1.1.1.1
status:
ifInErrors: .1.3.6.1.2.1.2.2.1.14
ifOutErrors: .1.3.6.1.2.1.2.2.1.20
ifHighSpeed: .1.3.6.1.2.1.31.1.1.1.15
ifHCOutOctets: .1.3.6.1.2.1.31.1.1.1.10
ifHCInOctets: .1.3.6.1.2.1.31.1.1.1.6
- group: routes_v4
labels:
dest: .1.3.6.1.2.1.4.24.4.1.1
nextHop: .1.3.6.1.2.1.4.24.4.1.4
mask: .1.3.6.1.2.1.4.24.4.1.2
status:
active: .1.3.6.1.2.1.4.24.4.1.16
ifIndex: .1.3.6.1.2.1.4.24.4.1.5
age: .1.3.6.1.2.1.4.24.4.1.8