-
Notifications
You must be signed in to change notification settings - Fork 0
/
foreman_zabbix_mappings.cnf
36 lines (36 loc) · 1.14 KB
/
foreman_zabbix_mappings.cnf
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
{
"zabbix-server": {
"zabbix_groups": ["Zabbix servers"],
"zabbix_templates": ["Template OS Linux","Template Postfix Queue","Template MySQL XtraDB","Template MySQL Master"]
},
"galera arbitrator": {
"zabbix_groups": ["other"]
},
"mysql56": {
"zabbix_templates": ["Template OS Linux","Template MySQL Master"],
"detach_zabbix_groups_by_fact": [
{
"puppet_fact_name": "mysql_role",
"puppet_fact_value": "master",
"zabbix_group": ["mysql-slave"]
},
{
"puppet_fact_name": "mysql_role",
"puppet_fact_value": "master",
"zabbix_group": ["mysql-slave"]
}
],
"attach_zabbix_groups_by_fact": [
{
"puppet_fact_name": "mysql_role",
"puppet_fact_value": "master",
"zabbix_group": ["mysql-master"]
},
{
"puppet_fact_name": "mysql_role",
"puppet_fact_value": "slave",
"zabbix_group": ["mysql-slave"]
}
]
}
}