-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzbx_export_templates.json
More file actions
148 lines (148 loc) · 6.81 KB
/
zbx_export_templates.json
File metadata and controls
148 lines (148 loc) · 6.81 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"zabbix_export": {
"version": "6.0",
"date": "2024-03-20T12:58:34Z",
"groups": [
{
"uuid": "7df96b18c230490a9a0a9e2307226338",
"name": "Templates"
}
],
"templates": [
{
"uuid": "0382b029c8c647a7b0d03f2cd947c12e",
"template": "Template Graylog Monitoring API",
"name": "Template Graylog Monitoring API",
"groups": [
{
"name": "Templates"
}
],
"items": [
{
"uuid": "19d80136bf554ecaaba181bb2cfdd264",
"name": "ElasticSearch Service Status",
"type": "HTTP_AGENT",
"key": "elasticsearch.service.status",
"trends": "0",
"value_type": "CHAR",
"preprocessing": [
{
"type": "JSONPATH",
"parameters": [
"$.elasticsearch"
]
}
],
"url": "http://{IPADDRESS}:8081/graylogstatusapi.php",
"triggers": [
{
"uuid": "85e9d83cfa864a78ac3e341993d6e2f7",
"expression": "last(/Template Graylog Monitoring API/elasticsearch.service.status)=\"DOWN\"",
"recovery_mode": "RECOVERY_EXPRESSION",
"recovery_expression": "last(/Template Graylog Monitoring API/elasticsearch.service.status)=\"UP\"",
"name": "ElasticSearch Service - Operational Status",
"priority": "HIGH"
},
{
"uuid": "4bd417bae65747f2aa98a609de4779e8",
"expression": "last(/Template Graylog Monitoring API/elasticsearch.service.status)=\"DOWN\"",
"recovery_mode": "RECOVERY_EXPRESSION",
"recovery_expression": "last(/Template Graylog Monitoring API/elasticsearch.service.status)=\"UP\"",
"name": "Graylog Service - Operational Status",
"priority": "HIGH"
}
]
},
{
"uuid": "ab87a5d96626487eb1bb4fc2277db33d",
"name": "Graylog Disk Usage",
"type": "HTTP_AGENT",
"key": "graylog.disk.usage",
"trends": "0",
"value_type": "CHAR",
"preprocessing": [
{
"type": "JSONPATH",
"parameters": [
"$.diskusage"
]
}
],
"url": "http://{IPADDRESS}:8081/graylogstatusapi.php"
},
{
"uuid": "759e2a5768044fa3b636ee2d5c7e9574",
"name": "Graylog Disk Usage Percent",
"type": "HTTP_AGENT",
"key": "graylog.disk.usage.percent",
"value_type": "FLOAT",
"preprocessing": [
{
"type": "JSONPATH",
"parameters": [
"$.diskusagepercent"
]
}
],
"url": "http://{IPADDRESS}:8081/graylogstatusapi.php",
"triggers": [
{
"uuid": "c8750e525b804b62914dcd6bc2ba65b0",
"expression": "last(/Template Graylog Monitoring API/graylog.disk.usage.percent)>90",
"recovery_mode": "RECOVERY_EXPRESSION",
"recovery_expression": "last(/Template Graylog Monitoring API/graylog.disk.usage.percent)<90",
"name": "Graylog Running Out of Disk Space",
"priority": "HIGH"
}
]
},
{
"uuid": "7c8c39c07160406780c39610416d65e8",
"name": "Graylog Service Status",
"type": "HTTP_AGENT",
"key": "graylog.service.status",
"trends": "0",
"value_type": "CHAR",
"preprocessing": [
{
"type": "JSONPATH",
"parameters": [
"$.graylog"
]
}
],
"url": "http://{IPADDRESS}:8081/graylogstatusapi.php"
},
{
"uuid": "6188e19acd394dba99d1419e6be97ebd",
"name": "Mongo DB Service Status",
"type": "HTTP_AGENT",
"key": "mongodb.service.status",
"trends": "0",
"value_type": "CHAR",
"preprocessing": [
{
"type": "JSONPATH",
"parameters": [
"$.mongodb"
]
}
],
"url": "http://{IPADDRESS}:8081/graylogstatusapi.php",
"triggers": [
{
"uuid": "d77a84bdfe434ab499c04217ac819d15",
"expression": "last(/Template Graylog Monitoring API/mongodb.service.status)=\"DOWN\"",
"recovery_mode": "RECOVERY_EXPRESSION",
"recovery_expression": "last(/Template Graylog Monitoring API/mongodb.service.status)=\"UP\"",
"name": "MongoDB Service - Operational Status",
"priority": "HIGH"
}
]
}
]
}
]
}
}