-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
99 lines (98 loc) · 2.25 KB
/
config.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#Confluence
confluence.username: ''
confluence.password: ''
confluence.url: 'http://confluence.........:8090'
confluence.pageid: ''
################################################################################
#Credentials for ESXI
esxi.username : ''
esxi.password : ''
esxi.url: ''
################################################################################
#Credentials to cinnect by SSH
ssh.username: ''
ssh.password: ''
#Number of devices to connect in a Thread
limit: 20
#Domains of an Enterprise
#Networ Device's hostname consists of two parts - name and domain. These domaip parts will be filtered later in the script
domains:
- ''
- ''
- ''
#For distinguishing device roles
#Add some if needed, thats how device role will be assigned
switches:
- 'WS-'
- '9200'
switches_L3:
- 'WS-C3750'
- 'WS-C3850'
- '6807'
- '9300'
- 'N9K-C93240'
- 'N9K-C93180'
- 'N3K-C3172'
- 'N5K-C5548'
- 'N9K-C9508'
- 'N3K-C3548'
#For distinguishing sites and region codes
# SITE: city code
sites:
ELS: 78
REN: 78
################################################################################
#Netbox
netbox.url: 'https://*.*.*.*'
netbox.token: ''
netbox.debug: ''
################################################################################
zabbix.url : 'http://*/'
zabbix.user : ''
zabbix.password : ''
debug: 0
# Edit roles according to your network. These roles are used to assign templates
processed_roles:
- router
- switch
- switch_layer_3
- switch_cod
- wlc
- ap
template:
router:
- Cisco Router
- Template SNMP BGP
- Template SNMP OSPF
switch_layer_3:
- Cisco Router
- Template SNMP BGP
- Template SNMP OSPF
router_dzr:
- Cisco Router
- Template SNMP BGP
- Template SNMP OSPF
switch_cod:
- Cisco Switch Datacenter
switch:
- Cisco Switch Office
switch_smb_cod:
- Cisco Switch SMB Datacenter
wlc:
- Cisco WLC
ap:
- Simple ICMP
#group: site: role - zabbix devices group
group:
N6:
router:
- group name
switch:
- group name2
switch_layer_3:
- group name
ELS:
router:
- group name5
switch:
- group name...