@cryptotaxi247 / netdata-1 / commits / bf3843d37

Restructure integration categories, fix related_resources, add guides (#21742)

Restructure integration categories, fix related_resources, add Proxmox guide 1. Restructure integration categories (categories.yaml) - Consolidate 74 categories (42 under data-collection alone) into 10 clean, flat data-collection categories: Databases, Web Servers and Proxies, Containers and Orchestration, Operating Systems, Networking, Cloud and DevOps, Hardware and IoT, Applications, Storage, Synthetic Testing - Eliminate 4-level deep nesting (e.g. data-collection.linux-systems. filesystem-metrics.btrfs) — all categories are now flat under data-collection - Remove 19 empty/unused categories - Update all 151 metadata.yaml files with new category IDs 2. Fix related_resources lookup (gen_integrations.py) - The related_resources mechanism was completely broken — references never matched actual integration IDs due to make_id() producing mismatched suffixes (e.g. "000_unknown" vs actual instance names) - Implement 3-level cascading lookup: plugin+module+instance (exact), plugin+module (all instances), plugin-only (all modules) - Update collector.json schema: make module_name optional, add monitored_instance_name for precise references - Fix 22 broken references across 10 metadata.yaml files: * 19 cases of module_name "cgroups" (correct: "/sys/fs/cgroup") * 3 cases of module_name "weblog" (correct: "web_log") 3. Fix collector.json schema validation - Add "heatmap" to chart_type enum — k8s_apiserver uses heatmap charts for admission controller/webhook latency but the schema only allowed line/area/stacked, causing a validation warning 4. Add Proxmox VE monitoring guide - New guides infrastructure: src/collectors/guides/{name}/metadata.yaml - Add guides directory to COLLECTOR_SOURCES in gen_integrations.py - First guide: Proxmox VE — ties together cgroups.plugin, proc.plugin, apps.plugin, ZFS, Ceph, SMART, sensors collectors into a single discoverable integration page with comprehensive keywords

Costa Tsaousis committed Feb 12, 2026 at 12:04 UTC bf3843d3781235719157977228ec1f0c3643b5a2
154 files changed +721 -823
integrations/categories.yaml
+32 -351
@@ -17,7 +17,6 @@
17 priority: 2
18 children: []
19 - id: deploy.provisioning-systems
20 - parent: deploy
20 name: Provisioning Systems
21 description: ""
22 most_popular: false
@@ -29,384 +28,66 @@
28 most_popular: true
29 priority: 2
30 children:
32 - - id: data-collection.other
33 - name: Other
34 - description: ""
35 - most_popular: false
36 - priority: -1
37 - collector_default: true
38 - children: []
39 - - id: data-collection.ebpf
40 - name: eBPF
41 - description: ""
42 - most_popular: false
43 - priority: -1
44 - children: []
45 - - id: data-collection.freebsd
46 - name: FreeBSD
47 - description: ""
48 - most_popular: false
49 - priority: -1
50 - children: []
51 - - id: data-collection.containers-and-vms
52 - name: Containers and VMs
53 - description: ""
54 - most_popular: true
55 - priority: 6
56 - children: []
57 - - id: data-collection.database-servers
31 + - id: data-collection.databases
32 name: Databases
33 description: ""
34 most_popular: true
35 priority: 1
36 children: []
63 - - id: data-collection.kubernetes
64 - name: Kubernetes
65 - description: ""
66 - most_popular: true
67 - priority: 7
68 - children: []
69 - - id: data-collection.notifications
70 - name: Incident Management
71 - description: ""
72 - most_popular: false
73 - priority: -1
74 - children: []
75 - - id: data-collection.service-discovery-registry
76 - name: Service Discovery / Registry
77 - description: ""
78 - most_popular: false
79 - priority: -1
80 - children: []
81 - - id: data-collection.web-servers-and-web-proxies
82 - name: Web Servers and Web Proxies
37 + - id: data-collection.web-servers-and-proxies
38 + name: Web Servers and Proxies
39 description: ""
40 most_popular: true
41 priority: 2
42 children: []
87 - - id: data-collection.cloud-provider-managed
88 - name: Cloud Provider Managed
89 - description: ""
90 - most_popular: false
91 - priority: -1
92 - children: []
93 - - id: data-collection.windows-systems
94 - name: Windows Systems
95 - description: ""
96 - most_popular: false
97 - priority: -1
98 - children: []
99 - - id: data-collection.apm
100 - name: APM
101 - description: ""
102 - most_popular: false
103 - priority: -1
104 - children: []
105 - - id: data-collection.hardware-devices-and-sensors
106 - name: Hardware Devices and Sensors
107 - description: ""
108 - most_popular: true
109 - priority: 4
110 - children: []
111 - - id: data-collection.macos-systems
112 - name: macOS Systems
113 - description: ""
114 - most_popular: false
115 - priority: -1
116 - children: []
117 - - id: data-collection.message-brokers
118 - name: Message Brokers
43 + - id: data-collection.containers-and-orchestration
44 + name: Containers and Orchestration
45 description: ""
46 most_popular: true
47 priority: 3
48 children: []
123 - - id: data-collection.provisioning-systems
124 - name: Provisioning Systems
125 - description: ""
126 - most_popular: false
127 - priority: -1
128 - children: []
129 - - id: data-collection.search-engines
130 - name: Search Engines
49 + - id: data-collection.operating-systems
50 + name: Operating Systems
51 description: ""
132 - most_popular: false
133 - priority: -1
52 + most_popular: true
53 + priority: 4
54 children: []
135 - - id: data-collection.linux-systems
136 - name: Linux Systems
55 + - id: data-collection.networking
56 + name: Networking
57 description: ""
58 most_popular: true
59 priority: 5
140 - children:
141 - - id: data-collection.linux-systems.system-metrics
142 - name: System
143 - description: ""
144 - most_popular: true
145 - priority: 1
146 - children: []
147 - - id: data-collection.linux-systems.memory-metrics
148 - name: Memory
149 - description: ""
150 - most_popular: true
151 - priority: 3
152 - children: []
153 - - id: data-collection.linux-systems.cpu-metrics
154 - name: CPU
155 - description: ""
156 - most_popular: true
157 - priority: 2
158 - children: []
159 - - id: data-collection.linux-systems.pressure-metrics
160 - name: Pressure
161 - description: ""
162 - most_popular: false
163 - priority: -1
164 - children: []
165 - - id: data-collection.linux-systems.network-metrics
166 - name: Network
167 - description: ""
168 - most_popular: true
169 - priority: 5
170 - children: []
171 - - id: data-collection.linux-systems.ipc-metrics
172 - name: IPC
173 - description: ""
174 - most_popular: false
175 - priority: -1
176 - children: []
177 - - id: data-collection.linux-systems.disk-metrics
178 - name: Disk
179 - description: ""
180 - most_popular: true
181 - priority: 4
182 - children: []
183 - - id: data-collection.linux-systems.firewall-metrics
184 - name: Firewall
185 - description: ""
186 - most_popular: false
187 - priority: -1
188 - children: []
189 - - id: data-collection.linux-systems.power-supply-metrics
190 - name: Power Supply
191 - description: ""
192 - most_popular: false
193 - priority: -1
194 - children: []
195 - - id: data-collection.linux-systems.filesystem-metrics
196 - name: Filesystem
197 - description: ""
198 - most_popular: false
199 - priority: -1
200 - children:
201 - - id: data-collection.linux-systems.filesystem-metrics.zfs
202 - name: ZFS
203 - description: ""
204 - most_popular: false
205 - priority: -1
206 - children: []
207 - - id: data-collection.linux-systems.filesystem-metrics.btrfs
208 - name: BTRFS
209 - description: ""
210 - most_popular: false
211 - priority: -1
212 - children: []
213 - - id: data-collection.linux-systems.filesystem-metrics.nfs
214 - name: NFS
215 - description: ""
216 - most_popular: false
217 - priority: -1
218 - children: []
219 - - id: data-collection.linux-systems.kernel-metrics
220 - name: Kernel
221 - description: ""
222 - most_popular: false
223 - priority: -1
224 - children: []
225 - - id: data-collection.networking-stack-and-network-interfaces
226 - name: Networking Stack and Network Interfaces
227 - description: ""
228 - most_popular: false
229 - priority: -1
230 - children: []
231 - - id: data-collection.synthetic-checks
232 - name: Synthetic Checks
233 - description: ""
234 - most_popular: false
235 - priority: -1
236 - children: []
237 - - id: data-collection.ci-cd-systems
238 - name: CICD Platforms
239 - description: ""
240 - most_popular: false
241 - priority: -1
242 - children: []
243 - - id: data-collection.ups
244 - name: UPS
245 - description: ""
246 - most_popular: false
247 - priority: -1
248 - children: []
249 - - id: data-collection.freebsd-systems
250 - name: FreeBSD Systems
251 - description: ""
252 - most_popular: false
253 - priority: -1
254 - children: []
255 - - id: data-collection.logs-servers
256 - name: Logs Servers
257 - description: ""
258 - most_popular: false
259 - priority: -1
260 - children: []
261 - - id: data-collection.security-systems
262 - name: Security Systems
263 - description: ""
264 - most_popular: false
265 - priority: -1
266 - children: []
267 - - id: data-collection.observability
268 - name: Observability
269 - description: ""
270 - most_popular: false
271 - priority: -1
60 children: []
273 - - id: data-collection.gaming
274 - name: Gaming
61 + - id: data-collection.cloud-and-devops
62 + name: Cloud and DevOps
63 description: ""
276 - most_popular: false
277 - priority: -1
278 - children: []
279 - - id: data-collection.iot-devices
280 - name: IoT Devices
281 - description: ""
282 - most_popular: false
283 - priority: -1
284 - children: []
285 - - id: data-collection.media-streaming-servers
286 - name: Media Services
287 - description: ""
288 - most_popular: false
289 - priority: -1
290 - children: []
291 - - id: data-collection.authentication-and-authorization
292 - name: Authentication and Authorization
293 - description: ""
294 - most_popular: false
295 - priority: -1
296 - children: []
297 - - id: data-collection.project-management
298 - name: Project Management
299 - description: ""
300 - most_popular: false
301 - priority: -1
302 - children: []
303 - - id: data-collection.application-servers
304 - name: Application Servers
305 - description: ""
306 - most_popular: false
307 - priority: -1
308 - children: []
309 - - id: data-collection.dns-and-dhcp-servers
310 - name: DNS and DHCP Servers
311 - description: ""
312 - most_popular: false
313 - priority: -1
314 - children: []
315 - - id: data-collection.mail-servers
316 - name: Mail Servers
317 - description: ""
318 - most_popular: false
319 - priority: -1
320 - children: []
321 - - id: data-collection.processes-and-system-services
322 - name: Processes and System Services
323 - description: ""
324 - most_popular: false
325 - priority: -1
326 - children: []
327 - - id: data-collection.storage-mount-points-and-filesystems
328 - name: Storage, Mount Points and Filesystems
329 - description: ""
330 - most_popular: false
331 - priority: -1
332 - children: []
333 - - id: data-collection.systemd
334 - name: Systemd
335 - description: ""
336 - most_popular: false
337 - priority: -1
338 - children: []
339 - - id: data-collection.telephony-servers
340 - name: Telephony Servers
341 - description: ""
342 - most_popular: false
343 - priority: -1
344 - children: []
345 - - id: data-collection.vpns
346 - name: VPNs
347 - description: ""
348 - most_popular: false
349 - priority: -1
350 - children: []
351 - - id: data-collection.blockchain-servers
352 - name: Blockchain Servers
353 - description: ""
354 - most_popular: false
355 - priority: -1
356 - children: []
357 - - id: data-collection.distributed-computing-systems
358 - name: Distributed Computing Systems
359 - description: ""
360 - most_popular: false
361 - priority: -1
362 - children: []
363 - - id: data-collection.generic-data-collection
364 - name: Generic Data Collection
365 - description: ""
366 - most_popular: false
367 - priority: -1
368 - children: []
369 - - id: data-collection.p2p
370 - name: P2P
371 - description: ""
372 - most_popular: false
373 - priority: -1
374 - children: []
375 - - id: data-collection.snmp-and-networked-devices
376 - name: SNMP and Networked Devices
377 - description: ""
378 - most_popular: false
379 - priority: -1
380 - children: []
381 - - id: data-collection.system-clock-and-ntp
382 - name: System Clock and NTP
383 - description: ""
384 - most_popular: false
385 - priority: -1
64 + most_popular: true
65 + priority: 6
66 children: []
387 - - id: data-collection.nas
388 - name: NAS
67 + - id: data-collection.hardware-and-iot
68 + name: Hardware and IoT
69 description: ""
390 - most_popular: false
391 - priority: -1
70 + most_popular: true
71 + priority: 7
72 children: []
393 - - id: data-collection.api-gateways
394 - name: API Gateways
73 + - id: data-collection.applications
74 + name: Applications
75 description: ""
396 - most_popular: false
397 - priority: -1
76 + most_popular: true
77 + priority: 8
78 + collector_default: true
79 children: []
399 - - id: data-collection.task-queues
400 - name: Task Queues
80 + - id: data-collection.storage
81 + name: Storage
82 description: ""
402 - most_popular: false
403 - priority: -1
83 + most_popular: true
84 + priority: 9
85 children: []
405 - - id: data-collection.ftp-servers
406 - name: FTP Servers
86 + - id: data-collection.synthetic-testing
87 + name: Synthetic Testing
88 description: ""
408 - most_popular: false
409 - priority: -1
89 + most_popular: true
90 + priority: 10
91 children: []
92 - id: logs
93 name: Logs
integrations/gen_integrations.py
+61 -11
@@ -28,6 +28,7 @@ COLLECTOR_SOURCES = [
28 (AGENT_REPO, REPO_PATH / 'src' / 'collectors', True),
29 (AGENT_REPO, REPO_PATH / 'src' / 'collectors' / 'charts.d.plugin', True),
30 (AGENT_REPO, REPO_PATH / 'src' / 'collectors' / 'python.d.plugin', True),
31 + (AGENT_REPO, REPO_PATH / 'src' / 'collectors' / 'guides', True),
32 (AGENT_REPO, REPO_PATH / 'src' / 'go' / 'plugin' / 'go.d' / 'collector', True),
33 ]
34
@@ -623,7 +624,47 @@ def render_collectors(categories, collectors, ids):
624 collectors, ids = dedupe_integrations(collectors, ids)
625 clean_collectors = []
626
626 - idmap = {i['id']: i for i in collectors}
627 + # Build hierarchical indexes for cascading related_resources lookup:
628 + # Level 1: plugin_name + module_name + monitored_instance_name (exact)
629 + # Level 2: plugin_name + module_name (all instances of that module)
630 + # Level 3: plugin_name (all modules of that plugin)
631 + by_pm_instance = {} # (plugin, module, instance) -> [items]
632 + by_pm = {} # (plugin, module) -> [items]
633 + by_plugin = {} # plugin -> [items]
634 +
635 + for i in collectors:
636 + m = i['meta']
637 + pn = m['plugin_name']
638 + mn = m['module_name']
639 + inst = m['monitored_instance']['name']
640 +
641 + by_pm_instance.setdefault((pn, mn, inst), []).append(i)
642 + by_pm.setdefault((pn, mn), []).append(i)
643 + by_plugin.setdefault(pn, []).append(i)
644 +
645 + def find_related(res):
646 + """Cascading lookup: try most specific first, relax until a match is found."""
647 + pn = res['plugin_name']
648 + mn = res.get('module_name')
649 + inst = res.get('monitored_instance_name')
650 +
651 + # Level 1: all three specified
652 + if mn and inst:
653 + matches = by_pm_instance.get((pn, mn, inst))
654 + if matches:
655 + return matches
656 + debug(f'No exact related_resources match for plugin={pn!r}, '
657 + f'module={mn!r}, monitored_instance_name={inst!r}; '
658 + f'falling back to all instances of that module.')
659 +
660 + # Level 2: plugin + module
661 + if mn:
662 + # When module_name is explicitly specified, don't fall back to
663 + # plugin-only — that would mask typos in the reference.
664 + return by_pm.get((pn, mn), [])
665 +
666 + # Level 3: plugin only (no module specified)
667 + return by_plugin.get(pn, [])
668
669 for item in collectors:
670 debug(f'Processing {item["id"]}.')
@@ -633,21 +674,30 @@ def render_collectors(categories, collectors, ids):
674 clean_item = deepcopy(item)
675
676 related = []
677 + seen_ids = set()
678
679 for res in item['meta']['related_resources']['integrations']['list']:
638 - res_id = make_id(res)
680 + matches = find_related(res)
681
640 - if res_id not in idmap.keys():
641 - warn(f'Could not find related integration {res_id}, ignoring it.', item['_src_path'])
682 + if not matches:
683 + warn(f'Could not find related integration for {res}, ignoring it.', item['_src_path'])
684 continue
685
644 - related.append({
645 - 'plugin_name': res['plugin_name'],
646 - 'module_name': res['module_name'],
647 - 'id': res_id,
648 - 'name': idmap[res_id]['meta']['monitored_instance']['name'],
649 - 'info': idmap[res_id]['meta']['info_provided_to_referring_integrations'],
650 - })
686 + for match in matches:
687 + mid = match['id']
688 +
689 + # skip self-references and duplicates
690 + if mid == item['id'] or mid in seen_ids:
691 + continue
692 +
693 + seen_ids.add(mid)
694 + related.append({
695 + 'plugin_name': match['meta']['plugin_name'],
696 + 'module_name': match['meta']['module_name'],
697 + 'id': mid,
698 + 'name': match['meta']['monitored_instance']['name'],
699 + 'info': match['meta']['info_provided_to_referring_integrations'],
700 + })
701
702 item_cats = set(item['meta']['monitored_instance']['categories'])
703 bogus_cats = item_cats - valid_cats
integrations/schemas/collector.json
+11 -4
@@ -49,12 +49,18 @@
49 "module_name": {
50 "type": "string",
51 "description": "Related integration module name."
52 + },
53 + "monitored_instance_name": {
54 + "type": "string",
55 + "description": "Related integration monitored instance name. Use to reference a specific module when a plugin+module combination has multiple monitored instances (e.g. cgroups.plugin)."
56 }
57 },
58 "required": [
55 - "plugin_name",
56 - "module_name"
57 - ]
59 + "plugin_name"
60 + ],
61 + "dependencies": {
62 + "monitored_instance_name": ["module_name"]
63 + }
64 }
65 }
66 },
@@ -346,7 +352,8 @@
352 "enum": [
353 "line",
354 "area",
349 - "stacked"
355 + "stacked",
356 + "heatmap"
357 ]
358 },
359 "dimensions": {
src/collectors/apps.plugin/metadata.yaml
+3 -3
@@ -8,7 +8,7 @@ modules:
8 name: Applications
9 link: ""
10 categories:
11 - - data-collection.processes-and-system-services
11 + - data-collection.operating-systems
12 icon_filename: "applications.svg"
13 related_resources:
14 integrations:
@@ -197,7 +197,7 @@ modules:
197 name: User Groups
198 link: ""
199 categories:
200 - - data-collection.processes-and-system-services
200 + - data-collection.operating-systems
201 icon_filename: "user.svg"
202 related_resources:
203 integrations:
@@ -388,7 +388,7 @@ modules:
388 name: Users
389 link: ""
390 categories:
391 - - data-collection.processes-and-system-services
391 + - data-collection.operating-systems
392 icon_filename: "users.svg"
393 related_resources:
394 integrations:
src/collectors/cgroups.plugin/metadata.yaml
+17 -18
@@ -8,7 +8,7 @@ modules:
8 name: Containers
9 link: ""
10 categories:
11 - - data-collection.containers-and-vms
11 + - data-collection.containers-and-orchestration
12 icon_filename: container.svg
13 related_resources:
14 integrations:
@@ -428,8 +428,8 @@ modules:
428 link: https://kubernetes.io/
429 icon_filename: kubernetes.svg
430 categories:
431 - #- data-collection.containers-and-vms
432 - - data-collection.kubernetes
431 + #- data-collection.containers-and-orchestration
432 + - data-collection.containers-and-orchestration
433 keywords:
434 - k8s
435 - kubernetes
@@ -843,7 +843,7 @@ modules:
843 link: ""
844 icon_filename: systemd.svg
845 categories:
846 - - data-collection.systemd
846 + - data-collection.operating-systems
847 keywords:
848 - systemd
849 - services
@@ -976,7 +976,7 @@ modules:
976 link: ""
977 icon_filename: container.svg
978 categories:
979 - - data-collection.containers-and-vms
979 + - data-collection.containers-and-orchestration
980 keywords:
981 - vms
982 - virtual machines
@@ -1004,7 +1004,7 @@ modules:
1004 link: ""
1005 icon_filename: lxc.png
1006 categories:
1007 - - data-collection.containers-and-vms
1007 + - data-collection.containers-and-orchestration
1008 keywords:
1009 - lxc
1010 - lxd
@@ -1025,7 +1025,7 @@ modules:
1025 link: ""
1026 icon_filename: libvirt.png
1027 categories:
1028 - - data-collection.containers-and-vms
1028 + - data-collection.containers-and-orchestration
1029 keywords:
1030 - libvirt
1031 - kvm
@@ -1048,7 +1048,7 @@ modules:
1048 link: ""
1049 icon_filename: ovirt.svg
1050 categories:
1051 - - data-collection.containers-and-vms
1051 + - data-collection.containers-and-orchestration
1052 keywords:
1053 - ovirt
1054 - rhev
@@ -1072,7 +1072,7 @@ modules:
1072 link: ""
1073 icon_filename: proxmox.png
1074 categories:
1075 - - data-collection.containers-and-vms
1075 + - data-collection.containers-and-orchestration
1076 keywords:
1077 - proxmox
1078 - proxmox ve
@@ -1097,7 +1097,7 @@ modules:
1097 link: https://www.docker.com/
1098 icon_filename: docker.svg
1099 categories:
1100 - - data-collection.containers-and-vms
1100 + - data-collection.containers-and-orchestration
1101 keywords:
1102 - docker
1103 - containers
@@ -1119,7 +1119,7 @@ modules:
1119 link: https://podman.io/
1120 icon_filename: podman.svg
1121 categories:
1122 - - data-collection.containers-and-vms
1122 + - data-collection.containers-and-orchestration
1123 keywords:
1124 - podman
1125 - containers
@@ -1140,7 +1140,7 @@ modules:
1140 link: https://aws.amazon.com/ecs/
1141 icon_filename: aws.svg
1142 categories:
1143 - - data-collection.containers-and-vms
1143 + - data-collection.containers-and-orchestration
1144 keywords:
1145 - aws
1146 - ecs
@@ -1160,7 +1160,7 @@ modules:
1160 link: https://www.nomadproject.io/
1161 icon_filename: nomad.svg
1162 categories:
1163 - - data-collection.containers-and-vms
1163 + - data-collection.containers-and-orchestration
1164 keywords:
1165 - nomad
1166 - hashicorp
@@ -1179,7 +1179,7 @@ modules:
1179 link: https://containerd.io/
1180 icon_filename: containerd.svg
1181 categories:
1182 - - data-collection.containers-and-vms
1182 + - data-collection.containers-and-orchestration
1183 keywords:
1184 - containerd
1185 - containers
@@ -1199,7 +1199,7 @@ modules:
1199 link: https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html
1200 icon_filename: systemd.svg
1201 categories:
1202 - - data-collection.containers-and-vms
1202 + - data-collection.containers-and-orchestration
1203 keywords:
1204 - systemd-nspawn
1205 - nspawn
@@ -1219,8 +1219,7 @@ modules:
1219 link: https://www.redhat.com/en/technologies/cloud-computing/openshift
1220 icon_filename: openshift.svg
1221 categories:
1222 - - data-collection.containers-and-vms
1223 - - data-collection.kubernetes
1222 + - data-collection.containers-and-orchestration
1223 keywords:
1224 - openshift
1225 - red hat openshift
@@ -1244,7 +1243,7 @@ modules:
1243 link: https://www.openstack.org/
1244 icon_filename: openstack.svg
1245 categories:
1247 - - data-collection.containers-and-vms
1246 + - data-collection.containers-and-orchestration
1247 keywords:
1248 - openstack
1249 - openstack nova
src/collectors/charts.d.plugin/libreswan/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Libreswan
8 link: "https://libreswan.org/"
9 categories:
10 - - data-collection.vpns
10 + - data-collection.networking
11 icon_filename: "libreswan.png"
12 related_resources:
13 integrations:
src/collectors/charts.d.plugin/opensips/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: OpenSIPS
8 link: "https://opensips.org/"
9 categories:
10 - - data-collection.telephony-servers
10 + - data-collection.applications
11 icon_filename: "opensips.png"
12 related_resources:
13 integrations:
src/collectors/cups.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: CUPS
8 link: "https://www.cups.org/"
9 categories:
10 - - data-collection.hardware-devices-and-sensors
10 + - data-collection.hardware-and-iot
11 icon_filename: "cups.png"
12 related_resources:
13 integrations:
src/collectors/debugfs.plugin/metadata.yaml
+3 -3
@@ -7,7 +7,7 @@ modules:
7 name: System Memory Fragmentation
8 link: 'https://www.kernel.org/doc/html/next/admin-guide/sysctl/vm.html'
9 categories:
10 - - data-collection.linux-systems.memory-metrics
10 + - data-collection.operating-systems
11 icon_filename: 'microchip.svg'
12 related_resources:
13 integrations:
@@ -149,7 +149,7 @@ modules:
149 name: Linux ZSwap
150 link: 'https://www.kernel.org/doc/html/latest/admin-guide/mm/zswap.html'
151 categories:
152 - - data-collection.linux-systems.memory-metrics
152 + - data-collection.operating-systems
153 icon_filename: 'microchip.svg'
154 related_resources:
155 integrations:
@@ -294,7 +294,7 @@ modules:
294 name: Power Capping
295 link: 'https://www.kernel.org/doc/html/next/power/powercap/powercap.html'
296 categories:
297 - - data-collection.linux-systems.kernel-metrics
297 + - data-collection.operating-systems
298 icon_filename: 'powersupply.svg'
299 related_resources:
300 integrations:
src/collectors/diskspace.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Disk space
8 link: ""
9 categories:
10 - - data-collection.linux-systems
10 + - data-collection.operating-systems
11 icon_filename: "hard-drive.svg"
12 related_resources:
13 integrations:
src/collectors/ebpf.plugin/metadata.yaml
+35 -26
@@ -7,7 +7,7 @@ modules:
7 name: eBPF Filedescriptor
8 link: "https://kernel.org/"
9 categories:
10 - - data-collection.ebpf
10 + - data-collection.operating-systems
11 icon_filename: "ebpf.jpg"
12 related_resources:
13 integrations:
@@ -15,7 +15,8 @@ modules:
15 - plugin_name: apps.plugin
16 module_name: apps
17 - plugin_name: cgroups.plugin
18 - module_name: cgroups
18 + module_name: /sys/fs/cgroup
19 + monitored_instance_name: Containers
20 info_provided_to_referring_integrations:
21 description: ""
22 keywords:
@@ -231,7 +232,7 @@ modules:
232 name: eBPF Processes
233 link: "https://kernel.org/"
234 categories:
234 - - data-collection.ebpf
235 + - data-collection.operating-systems
236 icon_filename: "ebpf.jpg"
237 related_resources:
238 integrations:
@@ -239,7 +240,8 @@ modules:
240 - plugin_name: apps.plugin
241 module_name: apps
242 - plugin_name: cgroups.plugin
242 - module_name: cgroups
243 + module_name: /sys/fs/cgroup
244 + monitored_instance_name: Containers
245 info_provided_to_referring_integrations:
246 description: ""
247 keywords:
@@ -486,7 +488,7 @@ modules:
488 name: eBPF Disk
489 link: "https://kernel.org/"
490 categories:
489 - - data-collection.ebpf
491 + - data-collection.operating-systems
492 icon_filename: "ebpf.jpg"
493 related_resources:
494 integrations:
@@ -594,7 +596,7 @@ modules:
596 name: eBPF Hardirq
597 link: "https://kernel.org/"
598 categories:
597 - - data-collection.ebpf
599 + - data-collection.operating-systems
600 icon_filename: "ebpf.jpg"
601 related_resources:
602 integrations:
@@ -700,7 +702,7 @@ modules:
702 name: eBPF Cachestat
703 link: "https://kernel.org/"
704 categories:
703 - - data-collection.ebpf
705 + - data-collection.operating-systems
706 icon_filename: "ebpf.jpg"
707 related_resources:
708 integrations:
@@ -708,7 +710,8 @@ modules:
710 - plugin_name: apps.plugin
711 module_name: apps
712 - plugin_name: cgroups.plugin
711 - module_name: cgroups
713 + module_name: /sys/fs/cgroup
714 + monitored_instance_name: Containers
715 info_provided_to_referring_integrations:
716 description: ""
717 keywords:
@@ -932,7 +935,7 @@ modules:
935 name: eBPF Sync
936 link: "https://kernel.org/"
937 categories:
935 - - data-collection.ebpf
938 + - data-collection.operating-systems
939 icon_filename: "ebpf.jpg"
940 related_resources:
941 integrations:
@@ -1114,7 +1117,7 @@ modules:
1117 name: eBPF MDflush
1118 link: "https://kernel.org/"
1119 categories:
1117 - - data-collection.ebpf
1120 + - data-collection.operating-systems
1121 icon_filename: "ebpf.jpg"
1122 related_resources:
1123 integrations:
@@ -1218,7 +1221,7 @@ modules:
1221 name: eBPF SWAP
1222 link: "https://kernel.org/"
1223 categories:
1221 - - data-collection.ebpf
1224 + - data-collection.operating-systems
1225 icon_filename: "ebpf.jpg"
1226 related_resources:
1227 integrations:
@@ -1226,7 +1229,8 @@ modules:
1229 - plugin_name: apps.plugin
1230 module_name: apps
1231 - plugin_name: cgroups.plugin
1229 - module_name: cgroups
1232 + module_name: /sys/fs/cgroup
1233 + monitored_instance_name: Containers
1234 info_provided_to_referring_integrations:
1235 description: ""
1236 keywords:
@@ -1398,7 +1402,7 @@ modules:
1402 name: eBPF OOMkill
1403 link: "https://kernel.org/"
1404 categories:
1401 - - data-collection.ebpf
1405 + - data-collection.operating-systems
1406 icon_filename: "ebpf.jpg"
1407 related_resources:
1408 integrations:
@@ -1406,7 +1410,8 @@ modules:
1410 - plugin_name: apps.plugin
1411 module_name: apps
1412 - plugin_name: cgroups.plugin
1409 - module_name: cgroups
1413 + module_name: /sys/fs/cgroup
1414 + monitored_instance_name: Containers
1415 info_provided_to_referring_integrations:
1416 description: ""
1417 keywords:
@@ -1526,7 +1531,7 @@ modules:
1531 name: eBPF Socket
1532 link: "https://kernel.org/"
1533 categories:
1529 - - data-collection.ebpf
1534 + - data-collection.operating-systems
1535 icon_filename: "ebpf.jpg"
1536 related_resources:
1537 integrations:
@@ -1534,7 +1539,8 @@ modules:
1539 - plugin_name: apps.plugin
1540 module_name: apps
1541 - plugin_name: cgroups.plugin
1537 - module_name: cgroups
1542 + module_name: /sys/fs/cgroup
1543 + monitored_instance_name: Containers
1544 info_provided_to_referring_integrations:
1545 description: ""
1546 keywords:
@@ -1885,7 +1891,7 @@ modules:
1891 name: eBPF DCstat
1892 link: "https://kernel.org/"
1893 categories:
1888 - - data-collection.ebpf
1894 + - data-collection.operating-systems
1895 icon_filename: "ebpf.jpg"
1896 related_resources:
1897 integrations:
@@ -1893,7 +1899,8 @@ modules:
1899 - plugin_name: apps.plugin
1900 module_name: apps
1901 - plugin_name: cgroups.plugin
1896 - module_name: cgroups
1902 + module_name: /sys/fs/cgroup
1903 + monitored_instance_name: Containers
1904 info_provided_to_referring_integrations:
1905 description: ""
1906 keywords:
@@ -2107,7 +2114,7 @@ modules:
2114 name: eBPF Filesystem
2115 link: "https://kernel.org/"
2116 categories:
2110 - - data-collection.ebpf
2117 + - data-collection.operating-systems
2118 icon_filename: "ebpf.jpg"
2119 related_resources:
2120 integrations:
@@ -2269,7 +2276,7 @@ modules:
2276 name: eBPF SHM
2277 link: "https://kernel.org/"
2278 categories:
2272 - - data-collection.ebpf
2279 + - data-collection.operating-systems
2280 icon_filename: "ebpf.jpg"
2281 related_resources:
2282 integrations:
@@ -2277,7 +2284,8 @@ modules:
2284 - plugin_name: apps.plugin
2285 module_name: apps
2286 - plugin_name: cgroups.plugin
2280 - module_name: cgroups
2287 + module_name: /sys/fs/cgroup
2288 + monitored_instance_name: Containers
2289 info_provided_to_referring_integrations:
2290 description: ""
2291 keywords:
@@ -2505,7 +2513,7 @@ modules:
2513 name: eBPF SoftIRQ
2514 link: "https://kernel.org/"
2515 categories:
2508 - - data-collection.ebpf
2516 + - data-collection.operating-systems
2517 icon_filename: "ebpf.jpg"
2518 related_resources:
2519 integrations:
@@ -2611,7 +2619,7 @@ modules:
2619 name: eBPF Mount
2620 link: "https://kernel.org/"
2621 categories:
2614 - - data-collection.ebpf
2622 + - data-collection.operating-systems
2623 icon_filename: "ebpf.jpg"
2624 related_resources:
2625 integrations:
@@ -2735,7 +2743,7 @@ modules:
2743 name: eBPF VFS
2744 link: "https://kernel.org/"
2745 categories:
2738 - - data-collection.ebpf
2746 + - data-collection.operating-systems
2747 icon_filename: "ebpf.jpg"
2748 related_resources:
2749 integrations:
@@ -2743,7 +2751,8 @@ modules:
2751 - plugin_name: apps.plugin
2752 module_name: apps
2753 - plugin_name: cgroups.plugin
2746 - module_name: cgroups
2754 + module_name: /sys/fs/cgroup
2755 + monitored_instance_name: Containers
2756 info_provided_to_referring_integrations:
2757 description: ""
2758 keywords:
@@ -3170,7 +3179,7 @@ modules:
3179 name: eBPF Process
3180 link: "https://github.com/netdata/netdata/"
3181 categories:
3173 - - data-collection.ebpf
3182 + - data-collection.operating-systems
3183 icon_filename: "ebpf.jpg"
3184 related_resources:
3185 integrations:
src/collectors/freebsd.plugin/metadata.yaml
+30 -30
@@ -7,7 +7,7 @@ modules:
7 name: vm.loadavg
8 link: "https://www.freebsd.org/"
9 categories:
10 - - data-collection.freebsd
10 + - data-collection.operating-systems
11 icon_filename: "freebsd.svg"
12 related_resources:
13 integrations:
@@ -106,7 +106,7 @@ modules:
106 name: vm.vmtotal
107 link: "https://www.freebsd.org/"
108 categories:
109 - - data-collection.freebsd
109 + - data-collection.operating-systems
110 icon_filename: "memory.svg"
111 related_resources:
112 integrations:
@@ -208,7 +208,7 @@ modules:
208 name: kern.cp_time
209 link: "https://www.freebsd.org/"
210 categories:
211 - - data-collection.freebsd
211 + - data-collection.operating-systems
212 icon_filename: "freebsd.svg"
213 related_resources:
214 integrations:
@@ -322,7 +322,7 @@ modules:
322 name: dev.cpu.temperature
323 link: "https://www.freebsd.org/"
324 categories:
325 - - data-collection.freebsd
325 + - data-collection.operating-systems
326 icon_filename: "freebsd.svg"
327 related_resources:
328 integrations:
@@ -399,7 +399,7 @@ modules:
399 name: dev.cpu.0.freq
400 link: "https://www.freebsd.org/"
401 categories:
402 - - data-collection.freebsd
402 + - data-collection.operating-systems
403 icon_filename: "freebsd.svg"
404 related_resources:
405 integrations:
@@ -476,7 +476,7 @@ modules:
476 name: hw.intrcnt
477 link: "https://www.freebsd.org/"
478 categories:
479 - - data-collection.freebsd
479 + - data-collection.operating-systems
480 icon_filename: "freebsd.svg"
481 related_resources:
482 integrations:
@@ -559,7 +559,7 @@ modules:
559 name: vm.stats.sys.v_intr
560 link: "https://www.freebsd.org/"
561 categories:
562 - - data-collection.freebsd
562 + - data-collection.operating-systems
563 icon_filename: "freebsd.svg"
564 related_resources:
565 integrations:
@@ -636,7 +636,7 @@ modules:
636 name: vm.stats.sys.v_soft
637 link: "https://www.freebsd.org/"
638 categories:
639 - - data-collection.freebsd
639 + - data-collection.operating-systems
640 icon_filename: "freebsd.svg"
641 related_resources:
642 integrations:
@@ -713,7 +713,7 @@ modules:
713 name: vm.stats.sys.v_swtch
714 link: "https://www.freebsd.org/"
715 categories:
716 - - data-collection.freebsd
716 + - data-collection.operating-systems
717 icon_filename: "freebsd.svg"
718 related_resources:
719 integrations:
@@ -796,7 +796,7 @@ modules:
796 name: vm.swap_info
797 link: ""
798 categories:
799 - - data-collection.freebsd
799 + - data-collection.operating-systems
800 icon_filename: "freebsd.svg"
801 related_resources:
802 integrations:
@@ -879,7 +879,7 @@ modules:
879 name: system.ram
880 link: "https://www.freebsd.org/"
881 categories:
882 - - data-collection.freebsd
882 + - data-collection.operating-systems
883 icon_filename: "memory.svg"
884 related_resources:
885 integrations:
@@ -988,7 +988,7 @@ modules:
988 name: vm.stats.vm.v_swappgs
989 link: "https://www.freebsd.org/"
990 categories:
991 - - data-collection.freebsd
991 + - data-collection.operating-systems
992 icon_filename: "memory.svg"
993 related_resources:
994 integrations:
@@ -1071,7 +1071,7 @@ modules:
1071 name: vm.stats.vm.v_pgfaults
1072 link: "https://www.freebsd.org/"
1073 categories:
1074 - - data-collection.freebsd
1074 + - data-collection.operating-systems
1075 icon_filename: "memory.svg"
1076 related_resources:
1077 integrations:
@@ -1152,7 +1152,7 @@ modules:
1152 name: kern.ipc.sem
1153 link: "https://www.freebsd.org/"
1154 categories:
1155 - - data-collection.freebsd
1155 + - data-collection.operating-systems
1156 icon_filename: "freebsd.svg"
1157 related_resources:
1158 integrations:
@@ -1245,7 +1245,7 @@ modules:
1245 name: kern.ipc.shm
1246 link: "https://www.freebsd.org/"
1247 categories:
1248 - - data-collection.freebsd
1248 + - data-collection.operating-systems
1249 icon_filename: "memory.svg"
1250 related_resources:
1251 integrations:
@@ -1328,7 +1328,7 @@ modules:
1328 name: kern.ipc.msq
1329 link: "https://www.freebsd.org/"
1330 categories:
1331 - - data-collection.freebsd
1331 + - data-collection.operating-systems
1332 icon_filename: "freebsd.svg"
1333 related_resources:
1334 integrations:
@@ -1418,7 +1418,7 @@ modules:
1418 name: uptime
1419 link: "https://www.freebsd.org/"
1420 categories:
1421 - - data-collection.freebsd
1421 + - data-collection.operating-systems
1422 icon_filename: "freebsd.svg"
1423 related_resources:
1424 integrations:
@@ -1495,7 +1495,7 @@ modules:
1495 name: net.isr
1496 link: "https://www.freebsd.org/"
1497 categories:
1498 - - data-collection.freebsd
1498 + - data-collection.operating-systems
1499 icon_filename: "freebsd.svg"
1500 related_resources:
1501 integrations:
@@ -1609,7 +1609,7 @@ modules:
1609 name: devstat
1610 link: "https://www.freebsd.org/"
1611 categories:
1612 - - data-collection.freebsd
1612 + - data-collection.operating-systems
1613 icon_filename: "hard-drive.svg"
1614 related_resources:
1615 integrations:
@@ -1801,7 +1801,7 @@ modules:
1801 name: net.inet.tcp.states
1802 link: "https://www.freebsd.org/"
1803 categories:
1804 - - data-collection.freebsd
1804 + - data-collection.operating-systems
1805 icon_filename: "network.svg"
1806 related_resources:
1807 integrations:
@@ -1883,7 +1883,7 @@ modules:
1883 name: net.inet.tcp.stats
1884 link: "https://www.freebsd.org/"
1885 categories:
1886 - - data-collection.freebsd
1886 + - data-collection.operating-systems
1887 icon_filename: "network.svg"
1888 related_resources:
1889 integrations:
@@ -2070,7 +2070,7 @@ modules:
2070 name: net.inet.udp.stats
2071 link: "https://www.freebsd.org/"
2072 categories:
2073 - - data-collection.freebsd
2073 + - data-collection.operating-systems
2074 icon_filename: "network.svg"
2075 related_resources:
2076 integrations:
@@ -2172,7 +2172,7 @@ modules:
2172 name: net.inet.icmp.stats
2173 link: "https://www.freebsd.org/"
2174 categories:
2175 - - data-collection.freebsd
2175 + - data-collection.operating-systems
2176 icon_filename: "network.svg"
2177 related_resources:
2178 integrations:
@@ -2275,7 +2275,7 @@ modules:
2275 name: net.inet.ip.stats
2276 link: "https://www.freebsd.org/"
2277 categories:
2278 - - data-collection.freebsd
2278 + - data-collection.operating-systems
2279 icon_filename: "network.svg"
2280 related_resources:
2281 integrations:
@@ -2394,7 +2394,7 @@ modules:
2394 name: net.inet6.ip6.stats
2395 link: "https://www.freebsd.org/"
2396 categories:
2397 - - data-collection.freebsd
2397 + - data-collection.operating-systems
2398 icon_filename: "network.svg"
2399 related_resources:
2400 integrations:
@@ -2515,7 +2515,7 @@ modules:
2515 name: net.inet6.icmp6.stats
2516 link: "https://www.freebsd.org/"
2517 categories:
2518 - - data-collection.freebsd
2518 + - data-collection.operating-systems
2519 icon_filename: "network.svg"
2520 related_resources:
2521 integrations:
@@ -2681,7 +2681,7 @@ modules:
2681 name: ipfw
2682 link: "https://www.freebsd.org/"
2683 categories:
2684 - - data-collection.freebsd
2684 + - data-collection.operating-systems
2685 icon_filename: "firewall.svg"
2686 related_resources:
2687 integrations:
@@ -2791,7 +2791,7 @@ modules:
2791 name: getifaddrs
2792 link: "https://www.freebsd.org/"
2793 categories:
2794 - - data-collection.freebsd
2794 + - data-collection.operating-systems
2795 icon_filename: "network.svg"
2796 related_resources:
2797 integrations:
@@ -3011,7 +3011,7 @@ modules:
3011 name: getmntinfo
3012 link: "https://www.freebsd.org/"
3013 categories:
3014 - - data-collection.freebsd
3014 + - data-collection.operating-systems
3015 icon_filename: "hard-drive.svg"
3016 related_resources:
3017 integrations:
@@ -3124,7 +3124,7 @@ modules:
3124 name: zfs
3125 link: "https://www.freebsd.org/"
3126 categories:
3127 - - data-collection.freebsd
3127 + - data-collection.operating-systems
3128 icon_filename: "filesystem.svg"
3129 related_resources:
3130 integrations:
src/collectors/freeipmi.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Intelligent Platform Management Interface (IPMI)
8 link: "https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface"
9 categories:
10 - - data-collection.hardware-devices-and-sensors
10 + - data-collection.hardware-and-iot
11 icon_filename: "netdata.png"
12 related_resources:
13 integrations:
src/collectors/guides/proxmox/metadata.yaml new
+149
@@ -0,0 +1,149 @@
1 +# yamllint disable rule:line-length
2 +---
3 +plugin_name: guides
4 +modules:
5 + - meta:
6 + plugin_name: guides
7 + module_name: proxmox
8 + monitored_instance:
9 + name: Proxmox VE Monitoring
10 + link: https://www.proxmox.com/
11 + icon_filename: proxmox.png
12 + categories:
13 + - data-collection.containers-and-orchestration
14 + keywords:
15 + - proxmox
16 + - proxmox ve
17 + - pve
18 + - kvm
19 + - qemu
20 + - lxc
21 + - virtualization
22 + - hypervisor
23 + - virtual machines
24 + - containers
25 + - ceph
26 + - zfs
27 + - corosync
28 + - cluster
29 + related_resources:
30 + integrations:
31 + list:
32 + - plugin_name: cgroups.plugin
33 + module_name: /sys/fs/cgroup
34 + monitored_instance_name: Proxmox VMs and Containers
35 + - plugin_name: cgroups.plugin
36 + module_name: /sys/fs/cgroup
37 + monitored_instance_name: Systemd Services
38 + - plugin_name: apps.plugin
39 + module_name: apps
40 + monitored_instance_name: Applications
41 + - plugin_name: go.d.plugin
42 + module_name: zfspool
43 + - plugin_name: go.d.plugin
44 + module_name: ceph
45 + - plugin_name: go.d.plugin
46 + module_name: smartctl
47 + - plugin_name: go.d.plugin
48 + module_name: sensors
49 + - plugin_name: proc.plugin
50 + module_name: /proc/net/dev
51 + - plugin_name: proc.plugin
52 + module_name: /proc/diskstats
53 + - plugin_name: proc.plugin
54 + module_name: /proc/stat
55 + - plugin_name: proc.plugin
56 + module_name: /proc/meminfo
57 + - plugin_name: proc.plugin
58 + module_name: /proc/spl/kstat/zfs/arcstats
59 + info_provided_to_referring_integrations:
60 + description: ""
61 + most_popular: true
62 + overview:
63 + data_collection:
64 + metrics_description: |
65 + This guide describes how Netdata monitors Proxmox VE hypervisors. Netdata provides comprehensive, zero-configuration monitoring of Proxmox hosts, including per-VM and per-container resource utilization, host system metrics, storage health, and cluster components.
66 +
67 + When installed on a Proxmox host, Netdata automatically discovers and monitors all KVM/QEMU virtual machines and LXC containers through Linux cgroups, resolving friendly names for each VM and container.
68 + method_description: |
69 + Netdata uses multiple collectors working together to provide full Proxmox visibility:
70 +
71 + - **cgroups.plugin** monitors per-VM and per-container CPU, memory, disk I/O, and network via Linux cgroups. It automatically resolves VM names from `/etc/pve/qemu-server/<VMID>.conf` and container hostnames from `/etc/pve/lxc/<CTID>.conf`.
72 + - **proc.plugin** monitors host-level system metrics (CPU, memory, network interfaces, disk I/O).
73 + - **apps.plugin** monitors Proxmox-specific process groups (`proxmox-ve`, `libvirt`, `qemu-guest-agent`).
74 + - **go.d/zfspool** monitors ZFS pool health, space utilization, and fragmentation (ZFS is common on Proxmox).
75 + - **go.d/ceph** monitors Ceph cluster health and performance (for Proxmox clusters using Ceph storage).
76 + - **go.d/smartctl** monitors physical disk SMART health data.
77 + - **go.d/sensors** monitors hardware temperature, fan speed, and voltage.
78 + - **ebpf.plugin** provides kernel-level visibility into VM/container syscalls, file I/O, and network activity.
79 + supported_platforms:
80 + include:
81 + - Linux
82 + exclude: []
83 + multi_instance: false
84 + additional_permissions:
85 + description: ""
86 + default_behavior:
87 + auto_detection:
88 + description: |
89 + When Netdata is installed on a Proxmox VE host, it automatically detects and monitors:
90 +
91 + - All running KVM/QEMU virtual machines
92 + - All running LXC containers
93 + - Host system resources (CPU, memory, network, disks)
94 + - Systemd services (pveproxy, pvedaemon, pvestatd, corosync, etc.)
95 + - ZFS pools (if ZFS is used)
96 + limits:
97 + description: ""
98 + performance_impact:
99 + description: ""
100 + setup:
101 + prerequisites:
102 + list:
103 + - title: Install Netdata on the Proxmox host
104 + description: |
105 + Netdata must be installed directly on the Proxmox VE host (not inside a VM or container) to access cgroups for all VMs and containers.
106 +
107 + ```bash
108 + wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh
109 + ```
110 + configuration:
111 + file:
112 + name: ""
113 + description: "No configuration is required. All Proxmox monitoring works automatically."
114 + options:
115 + description: ""
116 + folding:
117 + title: ""
118 + enabled: true
119 + list: []
120 + examples:
121 + folding:
122 + enabled: true
123 + title: ""
124 + list: []
125 + troubleshooting:
126 + problems:
127 + list:
128 + - name: VM or container names not resolved
129 + description: |
130 + If VMs or containers show raw cgroup paths instead of friendly names, verify that:
131 +
132 + 1. Netdata is installed on the Proxmox host (not inside a VM)
133 + 2. The `/etc/pve/` directory is accessible to the netdata user
134 + 3. The `cgroup-name.sh` script can read VM/container configuration files
135 + - name: Missing ZFS metrics
136 + description: |
137 + If ZFS pool metrics are not showing, ensure the `zfspool` collector is enabled and the `zpool` command is available to the netdata user.
138 + - name: Missing Ceph metrics
139 + description: |
140 + Ceph metrics require the Ceph collector to be configured with the Ceph REST API endpoint. See the Ceph integration page for details.
141 + alerts: []
142 + metrics:
143 + folding:
144 + title: ""
145 + enabled: false
146 + description: |
147 + This guide does not collect metrics directly. Metrics are collected by the related integrations listed above. See each integration's page for detailed metric documentation.
148 + availability: []
149 + scopes: []
src/collectors/idlejitter.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Idle OS Jitter
8 link: ''
9 categories:
10 - - data-collection.synthetic-checks
10 + - data-collection.synthetic-testing
11 icon_filename: 'syslog.png'
12 related_resources:
13 integrations:
src/collectors/ioping.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: IOPing
8 link: "https://github.com/koct9i/ioping"
9 categories:
10 - - data-collection.synthetic-checks
10 + - data-collection.synthetic-testing
11 icon_filename: "syslog.png"
12 related_resources:
13 integrations:
src/collectors/macos.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: macOS
8 link: "https://www.apple.com/macos"
9 categories:
10 - - data-collection.macos-systems
10 + - data-collection.operating-systems
11 icon_filename: "macos.svg"
12 related_resources:
13 integrations:
src/collectors/nfacct.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Netfilter
8 link: 'https://www.netfilter.org/'
9 categories:
10 - - data-collection.linux-systems.firewall-metrics
10 + - data-collection.operating-systems
11 icon_filename: 'netfilter.png'
12 related_resources:
13 integrations:
src/collectors/perf.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: CPU performance
8 link: "https://kernel.org/"
9 categories:
10 - - data-collection.linux-systems
10 + - data-collection.operating-systems
11 icon_filename: "bolt.svg"
12 related_resources:
13 integrations:
src/collectors/proc.plugin/metadata.yaml
+34 -34
@@ -7,7 +7,7 @@ modules:
7 name: System statistics
8 link: ""
9 categories:
10 - - data-collection.linux-systems.system-metrics
10 + - data-collection.operating-systems
11 icon_filename: "linuxserver.svg"
12 related_resources:
13 integrations:
@@ -206,7 +206,7 @@ modules:
206 name: Entropy
207 link: ""
208 categories:
209 - - data-collection.linux-systems.system-metrics
209 + - data-collection.operating-systems
210 icon_filename: "syslog.png"
211 related_resources:
212 integrations:
@@ -314,7 +314,7 @@ modules:
314 name: System Uptime
315 link: ""
316 categories:
317 - - data-collection.linux-systems.system-metrics
317 + - data-collection.operating-systems
318 icon_filename: "linuxserver.svg"
319 related_resources:
320 integrations:
@@ -398,7 +398,7 @@ modules:
398 name: Memory Statistics
399 link: ""
400 categories:
401 - - data-collection.linux-systems.memory-metrics
401 + - data-collection.operating-systems
402 icon_filename: "linuxserver.svg"
403 related_resources:
404 integrations:
@@ -617,7 +617,7 @@ modules:
617 name: Interrupts
618 link: ""
619 categories:
620 - - data-collection.linux-systems.cpu-metrics
620 + - data-collection.operating-systems
621 icon_filename: "linuxserver.svg"
622 related_resources:
623 integrations:
@@ -732,7 +732,7 @@ modules:
732 name: System Load Average
733 link: ""
734 categories:
735 - - data-collection.linux-systems.system-metrics
735 + - data-collection.operating-systems
736 icon_filename: "linuxserver.svg"
737 related_resources:
738 integrations:
@@ -861,7 +861,7 @@ modules:
861 name: Pressure Stall Information
862 link: ""
863 categories:
864 - - data-collection.linux-systems.pressure-metrics
864 + - data-collection.operating-systems
865 icon_filename: "linuxserver.svg"
866 related_resources:
867 integrations:
@@ -1035,7 +1035,7 @@ modules:
1035 name: SoftIRQ statistics
1036 link: ""
1037 categories:
1038 - - data-collection.linux-systems.cpu-metrics
1038 + - data-collection.operating-systems
1039 icon_filename: "linuxserver.svg"
1040 related_resources:
1041 integrations:
@@ -1143,7 +1143,7 @@ modules:
1143 name: Softnet Statistics
1144 link: ""
1145 categories:
1146 - - data-collection.linux-systems.network-metrics
1146 + - data-collection.operating-systems
1147 icon_filename: "linuxserver.svg"
1148 related_resources:
1149 integrations:
@@ -1268,7 +1268,7 @@ modules:
1268 name: Memory Usage
1269 link: ""
1270 categories:
1271 - - data-collection.linux-systems.memory-metrics
1271 + - data-collection.operating-systems
1272 icon_filename: "linuxserver.svg"
1273 related_resources:
1274 integrations:
@@ -1510,7 +1510,7 @@ modules:
1510 name: Page types
1511 link: ""
1512 categories:
1513 - - data-collection.linux-systems.memory-metrics
1513 + - data-collection.operating-systems
1514 icon_filename: "microchip.svg"
1515 related_resources:
1516 integrations:
@@ -1599,7 +1599,7 @@ modules:
1599 name: Memory modules (DIMMs)
1600 link: ""
1601 categories:
1602 - - data-collection.linux-systems.memory-metrics
1602 + - data-collection.operating-systems
1603 icon_filename: "microchip.svg"
1604 related_resources:
1605 integrations:
@@ -1743,7 +1743,7 @@ modules:
1743 name: Non-Uniform Memory Access
1744 link: ""
1745 categories:
1746 - - data-collection.linux-systems.memory-metrics
1746 + - data-collection.operating-systems
1747 icon_filename: "linuxserver.svg"
1748 related_resources:
1749 integrations:
@@ -1835,7 +1835,7 @@ modules:
1835 name: Kernel Same-Page Merging
1836 link: ""
1837 categories:
1838 - - data-collection.linux-systems.memory-metrics
1838 + - data-collection.operating-systems
1839 icon_filename: "microchip.svg"
1840 related_resources:
1841 integrations:
@@ -1932,7 +1932,7 @@ modules:
1932 name: ZRAM
1933 link: ""
1934 categories:
1935 - - data-collection.linux-systems.memory-metrics
1935 + - data-collection.operating-systems
1936 icon_filename: "microchip.svg"
1937 related_resources:
1938 integrations:
@@ -2031,7 +2031,7 @@ modules:
2031 name: Inter Process Communication
2032 link: ""
2033 categories:
2034 - - data-collection.linux-systems.ipc-metrics
2034 + - data-collection.operating-systems
2035 icon_filename: "network-wired.svg"
2036 related_resources:
2037 integrations:
@@ -2160,7 +2160,7 @@ modules:
2160 name: Disk Statistics
2161 link: ""
2162 categories:
2163 - - data-collection.linux-systems.disk-metrics
2163 + - data-collection.operating-systems
2164 icon_filename: "hard-drive.svg"
2165 related_resources:
2166 integrations:
@@ -2444,7 +2444,7 @@ modules:
2444 name: MD RAID
2445 link: ""
2446 categories:
2447 - - data-collection.linux-systems.disk-metrics
2447 + - data-collection.operating-systems
2448 icon_filename: "hard-drive.svg"
2449 related_resources:
2450 integrations:
@@ -2585,7 +2585,7 @@ modules:
2585 name: Network interfaces
2586 link: ""
2587 categories:
2588 - - data-collection.linux-systems.network-metrics
2588 + - data-collection.operating-systems
2589 icon_filename: "network-wired.svg"
2590 related_resources:
2591 integrations:
@@ -2807,7 +2807,7 @@ modules:
2807 name: Wireless network interfaces
2808 link: ""
2809 categories:
2810 - - data-collection.linux-systems.network-metrics
2810 + - data-collection.operating-systems
2811 icon_filename: "network-wired.svg"
2812 related_resources:
2813 integrations:
@@ -2917,7 +2917,7 @@ modules:
2917 name: InfiniBand
2918 link: ""
2919 categories:
2920 - - data-collection.linux-systems.network-metrics
2920 + - data-collection.operating-systems
2921 icon_filename: "network-wired.svg"
2922 related_resources:
2923 integrations:
@@ -3060,7 +3060,7 @@ modules:
3060 name: Network statistics
3061 link: ""
3062 categories:
3063 - - data-collection.linux-systems.network-metrics
3063 + - data-collection.operating-systems
3064 icon_filename: "network-wired.svg"
3065 related_resources:
3066 integrations:
@@ -3645,7 +3645,7 @@ modules:
3645 name: Socket statistics
3646 link: ""
3647 categories:
3648 - - data-collection.linux-systems.network-metrics
3648 + - data-collection.operating-systems
3649 icon_filename: "network-wired.svg"
3650 related_resources:
3651 integrations:
@@ -3779,7 +3779,7 @@ modules:
3779 name: IPv6 Socket Statistics
3780 link: ""
3781 categories:
3782 - - data-collection.linux-systems.network-metrics
3782 + - data-collection.operating-systems
3783 icon_filename: "network-wired.svg"
3784 related_resources:
3785 integrations:
@@ -3876,7 +3876,7 @@ modules:
3876 name: IP Virtual Server
3877 link: ""
3878 categories:
3879 - - data-collection.linux-systems.network-metrics
3879 + - data-collection.operating-systems
3880 icon_filename: "network-wired.svg"
3881 related_resources:
3882 integrations:
@@ -3963,7 +3963,7 @@ modules:
3963 name: NFS Client
3964 link: ""
3965 categories:
3966 - - data-collection.linux-systems.filesystem-metrics.nfs
3966 + - data-collection.operating-systems
3967 icon_filename: "nfs.png"
3968 related_resources:
3969 integrations:
@@ -4064,7 +4064,7 @@ modules:
4064 name: NFS Server
4065 link: ""
4066 categories:
4067 - - data-collection.linux-systems.filesystem-metrics.nfs
4067 + - data-collection.operating-systems
4068 icon_filename: "nfs.png"
4069 related_resources:
4070 integrations:
@@ -4198,7 +4198,7 @@ modules:
4198 name: SCTP Statistics
4199 link: ""
4200 categories:
4201 - - data-collection.linux-systems.network-metrics
4201 + - data-collection.operating-systems
4202 icon_filename: "network-wired.svg"
4203 related_resources:
4204 integrations:
@@ -4302,7 +4302,7 @@ modules:
4302 name: Conntrack
4303 link: ""
4304 categories:
4305 - - data-collection.linux-systems.firewall-metrics
4305 + - data-collection.operating-systems
4306 icon_filename: "firewall.svg"
4307 related_resources:
4308 integrations:
@@ -4423,7 +4423,7 @@ modules:
4423 name: Synproxy
4424 link: ""
4425 categories:
4426 - - data-collection.linux-systems.firewall-metrics
4426 + - data-collection.operating-systems
4427 icon_filename: "firewall.svg"
4428 related_resources:
4429 integrations:
@@ -4510,7 +4510,7 @@ modules:
4510 name: ZFS Adaptive Replacement Cache
4511 link: ""
4512 categories:
4513 - - data-collection.linux-systems.filesystem-metrics.zfs
4513 + - data-collection.operating-systems
4514 icon_filename: "filesystem.svg"
4515 related_resources:
4516 integrations:
@@ -4776,7 +4776,7 @@ modules:
4776 name: BTRFS
4777 link: ""
4778 categories:
4779 - - data-collection.linux-systems.filesystem-metrics.btrfs
4779 + - data-collection.operating-systems
4780 icon_filename: "filesystem.svg"
4781 related_resources:
4782 integrations:
@@ -4966,7 +4966,7 @@ modules:
4966 name: Power Supply
4967 link: ""
4968 categories:
4969 - - data-collection.linux-systems.power-supply-metrics
4969 + - data-collection.operating-systems
4970 icon_filename: "powersupply.svg"
4971 related_resources:
4972 integrations:
@@ -5082,7 +5082,7 @@ modules:
5082 name: AMD GPU
5083 link: "https://www.amd.com"
5084 categories:
5085 - - data-collection.hardware-devices-and-sensors
5085 + - data-collection.hardware-and-iot
5086 icon_filename: amd.svg
5087 related_resources:
5088 integrations:
src/collectors/python.d.plugin/am2320/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: AM2320
8 link: 'https://learn.adafruit.com/adafruit-am2320-temperature-humidity-i2c-sensor/overview'
9 categories:
10 - - data-collection.hardware-devices-and-sensors
10 + - data-collection.hardware-and-iot
11 icon_filename: 'microchip.svg'
12 related_resources:
13 integrations:
src/collectors/python.d.plugin/go_expvar/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Go applications (EXPVAR)
8 link: "https://pkg.go.dev/expvar"
9 categories:
10 - - data-collection.apm
10 + - data-collection.applications
11 icon_filename: "go.png"
12 related_resources:
13 integrations:
src/collectors/python.d.plugin/haproxy/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@
9 # name: HAProxy
10 # link: 'https://www.haproxy.org/'
11 # categories:
12 -# - data-collection.web-servers-and-web-proxies
12 +# - data-collection.web-servers-and-proxies
13 # icon_filename: 'haproxy.png'
14 # related_resources:
15 # integrations:
src/collectors/python.d.plugin/pandas/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Pandas
8 link: https://pandas.pydata.org/
9 categories:
10 - - data-collection.generic-data-collection
10 + - data-collection.applications
11 icon_filename: pandas.png
12 related_resources:
13 integrations:
src/collectors/slabinfo.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Linux kernel SLAB allocator statistics
8 link: "https://kernel.org/"
9 categories:
10 - - data-collection.linux-systems.kernel-metrics
10 + - data-collection.operating-systems
11 icon_filename: 'linuxserver.svg'
12 related_resources:
13 integrations:
src/collectors/tc.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: tc QoS classes
8 link: "https://wiki.linuxfoundation.org/networking/iproute2"
9 categories:
10 - - data-collection.linux-systems.network-metrics
10 + - data-collection.operating-systems
11 icon_filename: "netdata.png"
12 related_resources:
13 integrations:
src/collectors/timex.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Timex
8 link: ""
9 categories:
10 - - data-collection.system-clock-and-ntp
10 + - data-collection.networking
11 icon_filename: "syslog.png"
12 related_resources:
13 integrations:
src/collectors/windows.plugin/metadata.yaml
+21 -21
@@ -7,7 +7,7 @@ modules:
7 name: Processor
8 link: "https://learn.microsoft.com/en-us/windows-hardware/design/minimum/windows-processor-requirements"
9 categories:
10 - - data-collection.windows-systems
10 + - data-collection.operating-systems
11 icon_filename: "windows.svg"
12 related_resources:
13 integrations:
@@ -113,7 +113,7 @@ modules:
113 name: Memory statistics
114 link: "https://learn.microsoft.com/en-us/windows/win32/Memory/memory-management"
115 categories:
116 - - data-collection.windows-systems
116 + - data-collection.operating-systems
117 icon_filename: "windows.svg"
118 related_resources:
119 integrations:
@@ -216,7 +216,7 @@ modules:
216 name: System statistics
217 link: "https://learn.microsoft.com/en-us/windows/win32/procthread/processes-and-threads"
218 categories:
219 - - data-collection.windows-systems
219 + - data-collection.operating-systems
220 icon_filename: "windows.svg"
221 related_resources:
222 integrations:
@@ -317,7 +317,7 @@ modules:
317 name: Physical and Logical Disk Performance Metrics
318 link: "https://learn.microsoft.com/en-us/windows/win32/fileio/disk-management"
319 categories:
320 - - data-collection.windows-systems
320 + - data-collection.operating-systems
321 icon_filename: "windows.svg"
322 related_resources:
323 integrations:
@@ -500,7 +500,7 @@ modules:
500 name: Network Subsystem
501 link: "https://learn.microsoft.com/en-us/windows/win32/networking"
502 categories:
503 - - data-collection.windows-systems
503 + - data-collection.operating-systems
504 icon_filename: "windows.svg"
505 related_resources:
506 integrations:
@@ -824,7 +824,7 @@ modules:
824 name: Semaphore statistics
825 link: "https://learn.microsoft.com/en-us/windows/win32/sync/semaphore-objects"
826 categories:
827 - - data-collection.windows-systems
827 + - data-collection.operating-systems
828 icon_filename: "windows.svg"
829 related_resources:
830 integrations:
@@ -916,7 +916,7 @@ modules:
916 name: Hardware information collected from kernel ring.
917 link: "https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/"
918 categories:
919 - - data-collection.windows-systems
919 + - data-collection.operating-systems
920 icon_filename: "windows.svg"
921 related_resources:
922 integrations:
@@ -998,7 +998,7 @@ modules:
998 name: System thermal zone
999 link: "https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/design-guide"
1000 categories:
1001 - - data-collection.windows-systems
1001 + - data-collection.operating-systems
1002 icon_filename: "windows.svg"
1003 related_resources:
1004 integrations:
@@ -1080,7 +1080,7 @@ modules:
1080 name: Power supply
1081 link: "https://learn.microsoft.com/en-us/windows/win32/power/power-management-portal"
1082 categories:
1083 - - data-collection.windows-systems
1083 + - data-collection.operating-systems
1084 icon_filename: "powersupply.svg"
1085 related_resources:
1086 integrations:
@@ -1173,7 +1173,7 @@ modules:
1173 name: Sensors
1174 link: "https://learn.microsoft.com/en-us/windows/win32/sensorsapi/portal"
1175 categories:
1176 - - data-collection.windows-systems
1176 + - data-collection.operating-systems
1177 icon_filename: "windows.svg"
1178 related_resources:
1179 integrations:
@@ -1399,7 +1399,7 @@ modules:
1399 name: IIS
1400 link: "https://www.iis.net/"
1401 categories:
1402 - - data-collection.windows-systems
1402 + - data-collection.operating-systems
1403 icon_filename: "windows.svg"
1404 related_resources:
1405 integrations:
@@ -1716,7 +1716,7 @@ modules:
1716 name: Hyper-V
1717 link: "https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/"
1718 categories:
1719 - - data-collection.windows-systems
1719 + - data-collection.operating-systems
1720 icon_filename: "windows.svg"
1721 related_resources:
1722 integrations:
@@ -2084,7 +2084,7 @@ modules:
2084 name: MS SQL Server
2085 link: "https://www.microsoft.com/en-us/sql-server/"
2086 categories:
2087 - - data-collection.windows-systems
2087 + - data-collection.operating-systems
2088 icon_filename: "windows.svg"
2089 related_resources:
2090 integrations:
@@ -2707,7 +2707,7 @@ modules:
2707 name: NET Framework
2708 link: "https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework"
2709 categories:
2710 - - data-collection.windows-systems
2710 + - data-collection.operating-systems
2711 icon_filename: "dotnet.svg"
2712 related_resources:
2713 integrations:
@@ -2973,7 +2973,7 @@ modules:
2973 name: Active Directory
2974 link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview"
2975 categories:
2976 - - data-collection.windows-systems
2976 + - data-collection.operating-systems
2977 icon_filename: "windows.svg"
2978 related_resources:
2979 integrations:
@@ -3139,7 +3139,7 @@ modules:
3139 name: Active Directory Certificate Service
3140 link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/"
3141 categories:
3142 - - data-collection.windows-systems
3142 + - data-collection.operating-systems
3143 icon_filename: "windows.svg"
3144 related_resources:
3145 integrations:
@@ -3316,7 +3316,7 @@ modules:
3316 name: Active Directory Federation Service
3317 link: "https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/ad-fs-overview"
3318 categories:
3319 - - data-collection.windows-systems
3319 + - data-collection.operating-systems
3320 icon_filename: "windows.svg"
3321 related_resources:
3322 integrations:
@@ -3594,7 +3594,7 @@ modules:
3594 name: Windows Services
3595 link: "https://learn.microsoft.com/en-us/dotnet/framework/windows-services/"
3596 categories:
3597 - - data-collection.windows-systems
3597 + - data-collection.operating-systems
3598 icon_filename: "windows.svg"
3599 related_resources:
3600 integrations:
@@ -3686,7 +3686,7 @@ modules:
3686 name: MS Exchange
3687 link: "https://www.microsoft.com/en-us/microsoft-365/exchange/email"
3688 categories:
3689 - - data-collection.windows-systems
3689 + - data-collection.operating-systems
3690 icon_filename: "exchange.svg"
3691 related_resources:
3692 integrations:
@@ -3951,7 +3951,7 @@ modules:
3951 name: NUMA Architecture
3952 link: "https://learn.microsoft.com/en-us/windows/win32/procthread/numa-support"
3953 categories:
3954 - - data-collection.windows-systems
3954 + - data-collection.operating-systems
3955 icon_filename: "windows.svg"
3956 related_resources:
3957 integrations:
@@ -4037,7 +4037,7 @@ modules:
4037 name: ASP.NET
4038 link: "https://dotnet.microsoft.com/en-us/apps/aspnet"
4039 categories:
4040 - - data-collection.windows-systems
4040 + - data-collection.operating-systems
4041 icon_filename: "windows.svg"
4042 related_resources:
4043 integrations:
src/collectors/xenstat.plugin/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Xen XCP-ng
8 link: "https://xenproject.org/"
9 categories:
10 - - data-collection.containers-and-vms
10 + - data-collection.containers-and-orchestration
11 icon_filename: "xen.png"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/activemq/metadata.yaml
+1 -1
@@ -6,7 +6,7 @@ modules:
6 plugin_name: go.d.plugin
7 monitored_instance:
8 categories:
9 - - data-collection.message-brokers
9 + - data-collection.databases
10 icon_filename: activemq.png
11 name: ActiveMQ
12 link: https://activemq.apache.org/
src/go/plugin/go.d/collector/adaptecraid/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://www.microchip.com/en-us/products/storage"
10 icon_filename: "adaptec.svg"
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - storage
15 - raid-controller
src/go/plugin/go.d/collector/ap/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Access Points
8 link: ""
9 categories:
10 - - data-collection.linux-systems.network-metrics
10 + - data-collection.operating-systems
11 icon_filename: "network-wired.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/apache/metadata.yaml
+3 -3
@@ -10,14 +10,14 @@ modules:
10 link: https://httpd.apache.org/
11 icon_filename: apache.svg
12 categories:
13 - - data-collection.web-servers-and-web-proxies
13 + - data-collection.web-servers-and-proxies
14 keywords:
15 - webserver
16 related_resources:
17 integrations:
18 list:
19 - plugin_name: go.d.plugin
20 - module_name: weblog
20 + module_name: web_log
21 - plugin_name: go.d.plugin
22 module_name: httpcheck
23 - plugin_name: apps.plugin
@@ -337,4 +337,4 @@ modules:
337 link: https://httpd.apache.org/
338 icon_filename: apache.svg
339 categories:
340 - - data-collection.web-servers-and-web-proxies
340 + - data-collection.web-servers-and-proxies
src/go/plugin/go.d/collector/apcupsd/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.apc.com
10 icon_filename: apc.svg
11 categories:
12 - - data-collection.ups
12 + - data-collection.hardware-and-iot
13 keywords:
14 - ups
15 - apcupsd
src/go/plugin/go.d/collector/beanstalk/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Beanstalk
9 link: https://beanstalkd.github.io/
10 categories:
11 - - data-collection.message-brokers
11 + - data-collection.databases
12 icon_filename: "beanstalk.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/boinc/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: BOINC
9 link: https://boinc.berkeley.edu/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: "bolt.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/cassandra/metadata.yaml
+1 -1
@@ -6,7 +6,7 @@ modules:
6 plugin_name: go.d.plugin
7 monitored_instance:
8 categories:
9 - - data-collection.database-servers
9 + - data-collection.databases
10 icon_filename: cassandra.svg
11 name: Cassandra
12 link: https://cassandra.apache.org/_/index.html
src/go/plugin/go.d/collector/ceph/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Ceph
8 link: "https://ceph.io/"
9 categories:
10 - - data-collection.storage-mount-points-and-filesystems
10 + - data-collection.storage
11 icon_filename: "ceph.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/chrony/metadata.yaml
+1 -1
@@ -6,7 +6,7 @@ modules:
6 plugin_name: go.d.plugin
7 monitored_instance:
8 categories:
9 - - data-collection.system-clock-and-ntp
9 + - data-collection.networking
10 icon_filename: chrony.jpg
11 name: Chrony
12 link: https://chrony.tuxfamily.org/
src/go/plugin/go.d/collector/clickhouse/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://clickhouse.com/
10 icon_filename: clickhouse.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - database
15 related_resources:
src/go/plugin/go.d/collector/cockroachdb/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.cockroachlabs.com/
10 icon_filename: cockroachdb.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - cockroachdb
15 - databases
src/go/plugin/go.d/collector/consul/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Consul
9 link: https://www.consul.io/
10 categories:
11 - - data-collection.service-discovery-registry
11 + - data-collection.applications
12 icon_filename: consul.svg
13 alternative_monitored_instances: []
14 related_resources:
src/go/plugin/go.d/collector/coredns/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://coredns.io/
10 icon_filename: coredns.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - coredns
15 - dns
src/go/plugin/go.d/collector/couchbase/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.couchbase.com/
10 icon_filename: couchbase.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - couchbase
15 - databases
src/go/plugin/go.d/collector/couchdb/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://couchdb.apache.org/
10 icon_filename: couchdb.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - couchdb
15 - databases
src/go/plugin/go.d/collector/dmcache/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: filesystem.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - dmcache
15 related_resources:
src/go/plugin/go.d/collector/dnsdist/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://dnsdist.org/
10 icon_filename: network-wired.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - dnsdist
15 - dns
src/go/plugin/go.d/collector/dnsmasq/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://thekelleys.org.uk/dnsmasq/doc.html
10 icon_filename: dnsmasq.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - dnsmasq
15 - dns
src/go/plugin/go.d/collector/dnsmasq_dhcp/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.thekelleys.org.uk/dnsmasq/doc.html
10 icon_filename: dnsmasq.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - dnsmasq
15 - dhcp
src/go/plugin/go.d/collector/dnsquery/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: network-wired.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - dns
15 related_resources:
src/go/plugin/go.d/collector/docker/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 name: Docker
10 link: https://www.docker.com/
11 categories:
12 - - data-collection.containers-and-vms
12 + - data-collection.containers-and-orchestration
13 icon_filename: docker.svg
14 related_resources:
15 integrations:
src/go/plugin/go.d/collector/docker_engine/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 name: Docker Engine
10 link: https://docs.docker.com/engine/
11 categories:
12 - - data-collection.containers-and-vms
12 + - data-collection.containers-and-orchestration
13 icon_filename: docker.svg
14 related_resources:
15 integrations:
src/go/plugin/go.d/collector/dockerhub/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://hub.docker.com/
10 icon_filename: docker.svg
11 categories:
12 - - data-collection.containers-and-vms # FIXME
12 + - data-collection.containers-and-orchestration # FIXME
13 keywords:
14 - dockerhub
15 related_resources:
src/go/plugin/go.d/collector/dovecot/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Dovecot
9 link: 'https://www.dovecot.org/'
10 categories:
11 - - data-collection.mail-servers
11 + - data-collection.applications
12 icon_filename: "dovecot.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/elasticsearch/metadata.yaml
+4 -3
@@ -10,7 +10,7 @@ modules:
10 link: https://www.elastic.co/elasticsearch/
11 icon_filename: elasticsearch.svg
12 categories:
13 - - data-collection.search-engines
13 + - data-collection.databases
14 keywords:
15 - elastic
16 - elasticsearch
@@ -22,7 +22,8 @@ modules:
22 - plugin_name: apps.plugin
23 module_name: apps
24 - plugin_name: cgroups.plugin
25 - module_name: cgroups
25 + module_name: /sys/fs/cgroup
26 + monitored_instance_name: Containers
27 info_provided_to_referring_integrations:
28 description: ""
29 most_popular: true
@@ -795,4 +796,4 @@ modules:
796 link: https://opensearch.org/
797 icon_filename: opensearch.svg
798 categories:
798 - - data-collection.search-engines
799 + - data-collection.databases
src/go/plugin/go.d/collector/envoy/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.envoyproxy.io/
10 icon_filename: envoy.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - envoy
15 - proxy
src/go/plugin/go.d/collector/ethtool/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: network-wired.svg
11 categories:
12 - - data-collection.networking-stack-and-network-interfaces
12 + - data-collection.networking
13 keywords:
14 - sfp
15 - ddm
src/go/plugin/go.d/collector/exim/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://www.exim.org/"
10 icon_filename: 'exim.jpg'
11 categories:
12 - - data-collection.mail-servers
12 + - data-collection.applications
13 keywords:
14 - exim
15 - mail
src/go/plugin/go.d/collector/fail2ban/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://github.com/fail2ban/fail2ban#readme"
10 icon_filename: fail2ban.png
11 categories:
12 - - data-collection.authentication-and-authorization
12 + - data-collection.applications
13 keywords:
14 - fail2ban
15 - security
src/go/plugin/go.d/collector/filecheck/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: filesystem.svg
11 categories:
12 - - data-collection.other
12 + - data-collection.applications
13 keywords:
14 - files
15 - directories
src/go/plugin/go.d/collector/fluentd/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.fluentd.org/
10 icon_filename: fluentd.svg
11 categories:
12 - - data-collection.logs-servers
12 + - data-collection.applications
13 keywords:
14 - fluentd
15 - logging
src/go/plugin/go.d/collector/freeradius/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: FreeRADIUS
9 link: https://freeradius.org/
10 categories:
11 - - data-collection.authentication-and-authorization
11 + - data-collection.applications
12 icon_filename: freeradius.svg
13 keywords:
14 - freeradius
src/go/plugin/go.d/collector/gearman/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Gearman
9 link: https://gearman.org/
10 categories:
11 - - data-collection.distributed-computing-systems
11 + - data-collection.applications
12 icon_filename: "gearman.png"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/geth/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://github.com/ethereum/go-ethereum
10 icon_filename: geth.png
11 categories:
12 - - data-collection.blockchain-servers
12 + - data-collection.applications
13 keywords:
14 - geth
15 - ethereum
src/go/plugin/go.d/collector/haproxy/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.haproxy.org/
10 icon_filename: haproxy.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - haproxy
15 - web
src/go/plugin/go.d/collector/hddtemp/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: HDD temperature
9 link: https://linux.die.net/man/8/hddtemp
10 categories:
11 - - data-collection.hardware-devices-and-sensors
11 + - data-collection.hardware-and-iot
12 icon_filename: "hard-drive.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/hdfs/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html
10 icon_filename: hadoop.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - hdfs
15 - hadoop
src/go/plugin/go.d/collector/hpssa/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://buy.hpe.com/us/en/options/controller-controller-options/smart-array-controllers-smart-host-bus-adapters/c/7109730"
10 icon_filename: "hp.svg"
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - storage
15 - raid-controller
src/go/plugin/go.d/collector/httpcheck/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: globe.svg
11 categories:
12 - - data-collection.synthetic-checks
12 + - data-collection.synthetic-testing
13 keywords:
14 - webserver
15 related_resources:
src/go/plugin/go.d/collector/icecast/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Icecast
8 link: "https://icecast.org/"
9 categories:
10 - - data-collection.media-streaming-servers
10 + - data-collection.applications
11 icon_filename: "icecast.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/intelgpu/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.intel.com/
10 icon_filename: microchip.svg
11 categories:
12 - - data-collection.hardware-devices-and-sensors
12 + - data-collection.hardware-and-iot
13 keywords:
14 - intel
15 - gpu
src/go/plugin/go.d/collector/ipfs/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: IPFS
9 link: "https://ipfs.tech/"
10 categories:
11 - - data-collection.storage-mount-points-and-filesystems
11 + - data-collection.storage
12 icon_filename: "ipfs.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/isc_dhcpd/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: ISC DHCP
9 link: https://www.isc.org/dhcp/
10 categories:
11 - - data-collection.dns-and-dhcp-servers
11 + - data-collection.networking
12 icon_filename: isc.png
13 keywords:
14 - dhcpd
src/go/plugin/go.d/collector/k8s_apiserver/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://kubernetes.io/docs/concepts/overview/components/#kube-apiserver
10 icon_filename: kubernetes.svg
11 categories:
12 - - data-collection.kubernetes
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - kubernetes
15 - k8s
src/go/plugin/go.d/collector/k8s_kubelet/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://kubernetes.io/docs/concepts/overview/components/#kubelet
10 icon_filename: kubernetes.svg
11 categories:
12 - - data-collection.kubernetes
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - kubelet
15 - kubernetes
src/go/plugin/go.d/collector/k8s_kubeproxy/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://kubernetes.io/docs/concepts/overview/components/#kube-proxy
10 icon_filename: kubernetes.svg
11 categories:
12 - - data-collection.kubernetes
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - kubeproxy
15 - kubernetes
src/go/plugin/go.d/collector/k8s_state/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://kubernetes.io/
10 icon_filename: kubernetes.svg
11 categories:
12 - - data-collection.kubernetes
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - kubernetes
15 - k8s
src/go/plugin/go.d/collector/lighttpd/metadata.yaml
+2 -2
@@ -9,14 +9,14 @@ modules:
9 link: https://www.lighttpd.net/
10 icon_filename: lighttpd.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - webserver
15 related_resources:
16 integrations:
17 list:
18 - plugin_name: go.d.plugin
19 - module_name: weblog
19 + module_name: web_log
20 - plugin_name: go.d.plugin
21 module_name: httpcheck
22 - plugin_name: apps.plugin
src/go/plugin/go.d/collector/litespeed/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Litespeed
9 link: "https://www.litespeedtech.com/products/litespeed-web-server"
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: "litespeed.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/logind/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html
10 icon_filename: users.svg
11 categories:
12 - - data-collection.systemd
12 + - data-collection.operating-systems
13 keywords:
14 - logind
15 - systemd
src/go/plugin/go.d/collector/logstash/metadata.yaml
+2 -2
@@ -9,9 +9,9 @@ modules:
9 link: https://www.elastic.co/products/logstash
10 icon_filename: elastic-logstash.svg
11 categories:
12 - - data-collection.logs-servers
12 + - data-collection.applications
13 keywords:
14 - - logstatsh
14 + - logstash
15 related_resources:
16 integrations:
17 list: []
src/go/plugin/go.d/collector/lvm/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: filesystem.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - lvm
15 - lvs
src/go/plugin/go.d/collector/maxscale/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: MaxScale
9 link: https://mariadb.com/kb/en/maxscale/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: maxscale.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/megacli/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://wikitech.wikimedia.org/wiki/MegaCli"
10 icon_filename: "hard-drive.svg"
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - storage
15 - raid-controller
src/go/plugin/go.d/collector/memcached/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Memcached
9 link: https://memcached.org/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: "memcached.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/mongodb/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.mongodb.com/
10 icon_filename: mongodb.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - mongodb
15 - databases
src/go/plugin/go.d/collector/monit/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Monit
9 link: https://mmonit.com/monit/
10 categories:
11 - - data-collection.synthetic-checks
11 + - data-collection.synthetic-testing
12 icon_filename: monit.png
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/mssql/metadata.yaml
+3 -2
@@ -9,7 +9,7 @@ modules:
9 name: Microsoft SQL Server
10 link: https://www.microsoft.com/en-us/sql-server
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 icon_filename: mssql.svg
14 related_resources:
15 integrations:
@@ -17,7 +17,8 @@ modules:
17 - plugin_name: apps.plugin
18 module_name: apps
19 - plugin_name: cgroups.plugin
20 - module_name: cgroups
20 + module_name: /sys/fs/cgroup
21 + monitored_instance_name: Containers
22 info_provided_to_referring_integrations:
23 description: ""
24 keywords:
src/go/plugin/go.d/collector/mysql/metadata.yaml
+5 -4
@@ -9,7 +9,7 @@ modules:
9 name: MySQL
10 link: https://www.mysql.com/
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 icon_filename: mysql.svg
14 related_resources:
15 integrations:
@@ -17,7 +17,8 @@ modules:
17 - plugin_name: apps.plugin
18 module_name: apps
19 - plugin_name: cgroups.plugin
20 - module_name: cgroups
20 + module_name: /sys/fs/cgroup
21 + monitored_instance_name: Containers
22 info_provided_to_referring_integrations:
23 description: ""
24 keywords:
@@ -1299,7 +1300,7 @@ modules:
1300 link: https://mariadb.org/
1301 icon_filename: mariadb.svg
1302 categories:
1302 - - data-collection.database-servers
1303 + - data-collection.databases
1304 - <<: *module
1305 meta:
1306 <<: *meta
@@ -1310,4 +1311,4 @@ modules:
1311 link: https://www.percona.com/software/mysql-database/percona-server
1312 icon_filename: percona.svg
1313 categories:
1313 - - data-collection.database-servers
1314 + - data-collection.databases
src/go/plugin/go.d/collector/nats/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: NATS
9 link: https://nats.io/
10 categories:
11 - - data-collection.message-brokers
11 + - data-collection.databases
12 icon_filename: nats.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/nginx/metadata.yaml
+3 -2
@@ -8,7 +8,7 @@ modules:
8 name: NGINX
9 link: https://www.nginx.com/
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: nginx.svg
13 related_resources:
14 integrations:
@@ -20,7 +20,8 @@ modules:
20 - plugin_name: apps.plugin
21 module_name: apps
22 - plugin_name: cgroups.plugin
23 - module_name: cgroups
23 + module_name: /sys/fs/cgroup
24 + monitored_instance_name: Containers
25 alternative_monitored_instances: []
26 info_provided_to_referring_integrations:
27 description: ""
src/go/plugin/go.d/collector/nginxplus/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.nginx.com/products/nginx/
10 icon_filename: nginxplus.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - nginxplus
15 - nginx
src/go/plugin/go.d/collector/nginxunit/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: NGINX Unit
9 link: https://unit.nginx.org/
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: nginx.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/nginxvts/metadata.yaml
+2 -2
@@ -9,14 +9,14 @@ modules:
9 link: https://www.nginx.com/
10 icon_filename: nginx.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - webserver
15 related_resources:
16 integrations:
17 list:
18 - plugin_name: go.d.plugin
19 - module_name: weblog
19 + module_name: web_log
20 - plugin_name: go.d.plugin
21 module_name: httpcheck
22 - plugin_name: apps.plugin
src/go/plugin/go.d/collector/nsd/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://nsd.docs.nlnetlabs.nl/en/latest"
10 icon_filename: 'nsd.svg'
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - nsd
15 - dns
src/go/plugin/go.d/collector/ntpd/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.ntp.org/documentation/4.2.8-series/ntpd
10 icon_filename: ntp.png
11 categories:
12 - - data-collection.system-clock-and-ntp
12 + - data-collection.networking
13 keywords:
14 - ntpd
15 - ntp
src/go/plugin/go.d/collector/nvidia_smi/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.nvidia.com/en-us/
10 icon_filename: nvidia.svg
11 categories:
12 - - data-collection.hardware-devices-and-sensors
12 + - data-collection.hardware-and-iot
13 keywords:
14 - nvidia
15 - gpu
src/go/plugin/go.d/collector/nvme/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: nvme.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - nvme
15 related_resources:
src/go/plugin/go.d/collector/openldap/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: OpenLDAP
8 link: https://www.openldap.org/
9 categories:
10 - - data-collection.authentication-and-authorization
10 + - data-collection.applications
11 icon_filename: openldap.svg
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/openvpn/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://openvpn.net/
10 icon_filename: openvpn.svg
11 categories:
12 - - data-collection.vpns
12 + - data-collection.networking
13 keywords:
14 - openvpn
15 - vpn
src/go/plugin/go.d/collector/openvpn_status_log/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://openvpn.net/
10 icon_filename: openvpn.svg
11 categories:
12 - - data-collection.vpns
12 + - data-collection.networking
13 keywords:
14 - openvpn
15 - vpn
src/go/plugin/go.d/collector/oracledb/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Oracle DB
9 link: https://www.oracle.com/database/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: oracle.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/pgbouncer/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.pgbouncer.org/
10 icon_filename: postgres.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - pgbouncer
15 related_resources:
src/go/plugin/go.d/collector/phpdaemon/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://github.com/kakserpom/phpdaemon
10 icon_filename: php.svg
11 categories:
12 - - data-collection.apm
12 + - data-collection.applications
13 keywords:
14 - phpdaemon
15 - php
src/go/plugin/go.d/collector/phpfpm/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://php-fpm.org/
10 icon_filename: php.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - phpfpm
15 - php
src/go/plugin/go.d/collector/pihole/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://pi-hole.net
10 icon_filename: pihole.png
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - pihole
15 related_resources:
src/go/plugin/go.d/collector/pika/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://github.com/OpenAtomFoundation/pika
10 icon_filename: pika.svg
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - pika
15 - databases
src/go/plugin/go.d/collector/ping/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: globe.svg
11 categories:
12 - - data-collection.synthetic-checks
12 + - data-collection.synthetic-testing
13 keywords:
14 - ping
15 related_resources:
src/go/plugin/go.d/collector/portcheck/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: globe.svg
11 categories:
12 - - data-collection.synthetic-checks
12 + - data-collection.synthetic-testing
13 keywords: []
14 related_resources:
15 integrations:
src/go/plugin/go.d/collector/postfix/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Postfix
8 link: https://www.postfix.org/
9 categories:
10 - - data-collection.mail-servers
10 + - data-collection.applications
11 icon_filename: "postfix.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/postgres/metadata.yaml
+3 -2
@@ -8,7 +8,7 @@ modules:
8 name: PostgreSQL
9 link: https://www.postgresql.org/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: postgres.svg
13 related_resources:
14 integrations:
@@ -16,7 +16,8 @@ modules:
16 - plugin_name: apps.plugin
17 module_name: apps
18 - plugin_name: cgroups.plugin
19 - module_name: cgroups
19 + module_name: /sys/fs/cgroup
20 + monitored_instance_name: Containers
21 alternative_monitored_instances: []
22 info_provided_to_referring_integrations:
23 description: ""
src/go/plugin/go.d/collector/powerdns/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://doc.powerdns.com/authoritative/
10 icon_filename: powerdns.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - powerdns
15 - dns
src/go/plugin/go.d/collector/powerdns_recursor/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://doc.powerdns.com/recursor/
10 icon_filename: powerdns.svg
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - powerdns
15 - dns
src/go/plugin/go.d/collector/prometheus/metadata.yaml
+161 -164
@@ -10,8 +10,7 @@ modules:
10 link: https://prometheus.io/
11 icon_filename: prometheus.svg
12 categories:
13 - - data-collection.generic-data-collection
14 - # - data-collection.apm
13 + - data-collection.applications
14 keywords:
15 - prometheus
16 - openmetrics
@@ -319,7 +318,7 @@ modules:
318 link: https://github.com/O1ahmad/aws_ec2_exporter
319 icon_filename: aws-ec2.png
320 categories:
322 - - data-collection.cloud-provider-managed
321 + - data-collection.cloud-and-devops
322 keywords:
323 - cloud services
324 - cloud computing
@@ -349,7 +348,7 @@ modules:
348 link: https://github.com/prometheus/blackbox_exporter
349 icon_filename: prometheus.svg
350 categories:
352 - - data-collection.synthetic-checks
351 + - data-collection.synthetic-testing
352 keywords:
353 - blackbox
354 overview:
@@ -377,7 +376,7 @@ modules:
376 link: https://github.com/cilium/cilium
377 icon_filename: cilium.png
378 categories:
380 - - data-collection.kubernetes
379 + - data-collection.containers-and-orchestration
380 keywords: [ ]
381 overview:
382 <<: *overview
@@ -404,7 +403,7 @@ modules:
403 link: https://github.com/cilium/cilium
404 icon_filename: cilium.png
405 categories:
407 - - data-collection.kubernetes
406 + - data-collection.containers-and-orchestration
407 keywords: [ ]
408 overview:
409 <<: *overview
@@ -431,7 +430,7 @@ modules:
430 link: https://github.com/cilium/proxy
431 icon_filename: cilium.png
432 categories:
434 - - data-collection.kubernetes
433 + - data-collection.containers-and-orchestration
434 keywords: [ ]
435 overview:
436 <<: *overview
@@ -458,7 +457,7 @@ modules:
457 link: https://github.com/prometheus/cloudwatch_exporter
458 icon_filename: aws-cloudwatch.png
459 categories:
461 - - data-collection.cloud-provider-managed
460 + - data-collection.cloud-and-devops
461 keywords:
462 - cloud services
463 - cloud computing
@@ -488,7 +487,7 @@ modules:
487 link: https://concourse-ci.org
488 icon_filename: concourse.png
489 categories:
491 - - data-collection.ci-cd-systems
490 + - data-collection.cloud-and-devops
491 keywords: [ ]
492 overview:
493 <<: *overview
@@ -515,7 +514,7 @@ modules:
514 link: https://www.scylladb.com/
515 icon_filename: scylladb.png
516 categories:
518 - - data-collection.database-servers
517 + - data-collection.databases
518 keywords: [ ]
519 overview:
520 <<: *overview
@@ -535,7 +534,7 @@ modules:
534 link: https://docs.crowdsec.net/docs/observability/prometheus
535 icon_filename: crowdsec.png
536 categories:
538 - - data-collection.security-systems
537 + - data-collection.applications
538 keywords: [ ]
539 overview:
540 <<: *overview
@@ -562,7 +561,7 @@ modules:
561 link: https://github.com/discourse/discourse-prometheus
562 icon_filename: discourse.svg
563 categories:
565 - - data-collection.media-streaming-servers
564 + - data-collection.applications
565 keywords: [ ]
566 overview:
567 <<: *overview
@@ -589,7 +588,7 @@ modules:
588 link: https://github.com/Apside-TOP/dynatrace_exporter
589 icon_filename: dynatrace.svg
590 categories:
592 - - data-collection.observability
591 + - data-collection.cloud-and-devops
592 keywords: [ ]
593 overview:
594 <<: *overview
@@ -616,7 +615,7 @@ modules:
615 link: https://eos-web.web.cern.ch/eos-web/
616 icon_filename: eos.png
617 categories:
619 - - data-collection.storage-mount-points-and-filesystems
618 + - data-collection.storage
619 keywords: [ ]
620 overview:
621 <<: *overview
@@ -643,7 +642,7 @@ modules:
642 link: https://etcd.io/
643 icon_filename: etcd.svg
644 categories:
646 - - data-collection.service-discovery-registry
645 + - data-collection.applications
646 keywords: [ ]
647 overview:
648 <<: *overview
@@ -663,7 +662,7 @@ modules:
662 link: https://github.com/Axcient/freebsd-nfs-exporter
663 icon_filename: freebsd.svg
664 categories:
666 - - data-collection.freebsd
665 + - data-collection.operating-systems
666 keywords: [ ]
667 overview:
668 <<: *overview
@@ -690,7 +689,7 @@ modules:
689 link: https://github.com/yo000/rctl_exporter
690 icon_filename: freebsd.svg
691 categories:
693 - - data-collection.freebsd
692 + - data-collection.operating-systems
693 keywords: [ ]
694 overview:
695 <<: *overview
@@ -717,7 +716,7 @@ modules:
716 link: https://github.com/O1ahmad/gcp-gce-exporter
717 icon_filename: gcp-gce.svg
718 categories:
720 - - data-collection.cloud-provider-managed
719 + - data-collection.cloud-and-devops
720 keywords: [ ]
721 overview:
722 <<: *overview
@@ -744,7 +743,7 @@ modules:
743 link: https://github.com/githubexporter/github-exporter
744 icon_filename: github.svg
745 categories:
747 - - data-collection.other
746 + - data-collection.applications
747 keywords: [ ]
748 overview:
749 <<: *overview
@@ -771,7 +770,7 @@ modules:
770 link: https://gitlab.com/gitlab-org/gitlab-runner
771 icon_filename: gitlab.png
772 categories:
774 - - data-collection.ci-cd-systems
773 + - data-collection.cloud-and-devops
774 keywords: [ ]
775 overview:
776 <<: *overview
@@ -798,7 +797,7 @@ modules:
797 link: https://github.com/yyyar/gobetween
798 icon_filename: gobetween.svg
799 categories:
801 - - data-collection.web-servers-and-web-proxies
800 + - data-collection.web-servers-and-proxies
801 keywords: [ ]
802 overview:
803 <<: *overview
@@ -818,7 +817,7 @@ modules:
817 link: https://github.com/DazWilkin/gcp-exporter
818 icon_filename: gcp.png
819 categories:
821 - - data-collection.cloud-provider-managed
820 + - data-collection.cloud-and-devops
821 keywords:
822 - cloud services
823 - cloud computing
@@ -848,7 +847,7 @@ modules:
847 link: https://github.com/prometheus-community/stackdriver_exporter
848 icon_filename: gcp-stackdriver.svg
849 categories:
851 - - data-collection.cloud-provider-managed
850 + - data-collection.cloud-and-devops
851 keywords:
852 - cloud services
853 - cloud computing
@@ -878,7 +877,7 @@ modules:
877 link: https://grafana.com/
878 icon_filename: grafana.png
879 categories:
881 - - data-collection.observability
880 + - data-collection.cloud-and-devops
881 keywords: [ ]
882 overview:
883 <<: *overview
@@ -898,7 +897,7 @@ modules:
897 link: https://github.com/Graylog2/graylog2-server/
898 icon_filename: graylog.svg
899 categories:
901 - - data-collection.logs-servers
900 + - data-collection.applications
901 keywords: [ ]
902 overview:
903 <<: *overview
@@ -926,7 +925,7 @@ modules:
925 link: https://github.com/jenningsloy318/hana_exporter
926 icon_filename: sap.svg
927 categories:
929 - - data-collection.database-servers
928 + - data-collection.databases
929 keywords: [ ]
930 overview:
931 <<: *overview
@@ -953,7 +952,7 @@ modules:
952 link: https://github.com/Intrinsec/honeypot_exporter
953 icon_filename: intrinsec.svg
954 categories:
956 - - data-collection.security-systems
955 + - data-collection.applications
956 keywords: [ ]
957 overview:
958 <<: *overview
@@ -980,7 +979,7 @@ modules:
979 link: https://github.com/cilium/hubble
980 icon_filename: hubble.png
981 categories:
983 - - data-collection.observability
982 + - data-collection.cloud-and-devops
983 keywords: [ ]
984 overview:
985 <<: *overview
@@ -1007,7 +1006,7 @@ modules:
1006 link: https://github.com/topine/ibm-spectrum-exporter
1007 icon_filename: ibm.svg
1008 categories:
1010 - - data-collection.storage-mount-points-and-filesystems
1009 + - data-collection.storage
1010 keywords: [ ]
1011 overview:
1012 <<: *overview
@@ -1034,7 +1033,7 @@ modules:
1033 link: https://github.com/prometheus/influxdb_exporter
1034 icon_filename: influxdb.svg
1035 categories:
1037 - - data-collection.database-servers
1036 + - data-collection.databases
1037 keywords:
1038 - database
1039 - dbms
@@ -1064,7 +1063,7 @@ modules:
1063 link: https://www.jenkins.io/
1064 icon_filename: jenkins.svg
1065 categories:
1067 - - data-collection.ci-cd-systems
1066 + - data-collection.cloud-and-devops
1067 keywords: [ ]
1068 overview:
1069 <<: *overview
@@ -1091,7 +1090,7 @@ modules:
1090 link: https://github.com/prometheus/jmx_exporter
1091 icon_filename: java.svg
1092 categories:
1094 - - data-collection.apm
1093 + - data-collection.applications
1094 keywords: [ ]
1095 overview:
1096 <<: *overview
@@ -1118,7 +1117,7 @@ modules:
1117 link: https://github.com/omarsmak/kafka-consumer-lag-monitoring
1118 icon_filename: kafka.svg
1119 categories:
1121 - - data-collection.service-discovery-registry
1120 + - data-collection.applications
1121 keywords:
1122 - big data
1123 - stream processing
@@ -1148,7 +1147,7 @@ modules:
1147 link: https://github.com/danielqsj/kafka_exporter/
1148 icon_filename: kafka.svg
1149 categories:
1151 - - data-collection.message-brokers
1150 + - data-collection.databases
1151 keywords:
1152 - big data
1153 - stream processing
@@ -1178,7 +1177,7 @@ modules:
1177 link: https://github.com/cloudflare/kafka_zookeeper_exporter
1178 icon_filename: kafka.svg
1179 categories:
1181 - - data-collection.message-brokers
1180 + - data-collection.databases
1181 keywords:
1182 - big data
1183 - stream processing
@@ -1208,7 +1207,7 @@ modules:
1207 link: https://github.com/DazWilkin/linode-exporter
1208 icon_filename: linode.svg
1209 categories:
1211 - - data-collection.cloud-provider-managed
1210 + - data-collection.cloud-and-devops
1211 keywords: [ ]
1212 overview:
1213 <<: *overview
@@ -1235,7 +1234,7 @@ modules:
1234 link: https://github.com/grafana/loki
1235 icon_filename: loki.png
1236 categories:
1238 - - data-collection.logs-servers
1237 + - data-collection.applications
1238 keywords: [ ]
1239 overview:
1240 <<: *overview
@@ -1262,7 +1261,7 @@ modules:
1261 link: https://github.com/sladkoff/minecraft-prometheus-exporter
1262 icon_filename: minecraft.png
1263 categories:
1265 - - data-collection.gaming
1264 + - data-collection.applications
1265 keywords: [ ]
1266 overview:
1267 <<: *overview
@@ -1289,7 +1288,7 @@ modules:
1288 link: https://github.com/sapcc/mosquitto-exporter
1289 icon_filename: mosquitto.svg
1290 categories:
1292 - - data-collection.message-brokers
1291 + - data-collection.databases
1292 keywords: [ ]
1293 overview:
1294 <<: *overview
@@ -1316,7 +1315,7 @@ modules:
1315 link: https://github.com/agebhar1/mq_exporter
1316 icon_filename: ibm.svg
1317 categories:
1319 - - data-collection.message-brokers
1318 + - data-collection.databases
1319 keywords: [ ]
1320 overview:
1321 <<: *overview
@@ -1343,7 +1342,7 @@ modules:
1342 link: https://github.com/inovex/mqtt_blackbox_exporter
1343 icon_filename: mqtt.svg
1344 categories:
1346 - - data-collection.message-brokers
1345 + - data-collection.databases
1346 keywords: [ ]
1347 overview:
1348 <<: *overview
@@ -1370,7 +1369,7 @@ modules:
1369 link: https://github.com/sapcc/netapp-api-exporter
1370 icon_filename: netapp.svg
1371 categories:
1373 - - data-collection.storage-mount-points-and-filesystems
1372 + - data-collection.storage
1373 keywords:
1374 - network monitoring
1375 - network performance
@@ -1400,7 +1399,7 @@ modules:
1399 link: https://github.com/mjavier2k/solidfire-exporter
1400 icon_filename: netapp.svg
1401 categories:
1403 - - data-collection.storage-mount-points-and-filesystems
1402 + - data-collection.storage
1403 keywords:
1404 - network monitoring
1405 - network performance
@@ -1430,7 +1429,7 @@ modules:
1429 link: https://github.com/digitalocean/openvswitch_exporter
1430 icon_filename: ovs.png
1431 categories:
1433 - - data-collection.networking-stack-and-network-interfaces
1432 + - data-collection.networking
1433 keywords: [ ]
1434 overview:
1435 <<: *overview
@@ -1457,7 +1456,7 @@ modules:
1456 link: https://github.com/foomo/pagespeed_exporter
1457 icon_filename: google.svg
1458 categories:
1460 - - data-collection.apm
1459 + - data-collection.applications
1460 keywords:
1461 - cloud services
1462 - cloud computing
@@ -1487,7 +1486,7 @@ modules:
1486 link: https://github.com/aexel90/hue_exporter
1487 icon_filename: hue.svg
1488 categories:
1490 - - data-collection.iot-devices
1489 + - data-collection.hardware-and-iot
1490 keywords: [ ]
1491 overview:
1492 <<: *overview
@@ -1514,7 +1513,7 @@ modules:
1513 link: https://github.com/containers/prometheus-podman-exporter
1514 icon_filename: podman.png
1515 categories:
1517 - - data-collection.containers-and-vms
1516 + - data-collection.containers-and-orchestration
1517 keywords: [ ]
1518 overview:
1519 <<: *overview
@@ -1541,7 +1540,7 @@ modules:
1540 link: https://github.com/prometheus-pve/prometheus-pve-exporter
1541 icon_filename: proxmox.png
1542 categories:
1544 - - data-collection.containers-and-vms
1543 + - data-collection.containers-and-orchestration
1544 keywords: [ ]
1545 overview:
1546 <<: *overview
@@ -1568,7 +1567,7 @@ modules:
1567 link: https://github.com/devon-mar/radius-exporter
1568 icon_filename: radius.png
1569 categories:
1571 - - data-collection.authentication-and-authorization
1570 + - data-collection.applications
1571 keywords: [ ]
1572 overview:
1573 <<: *overview
@@ -1595,7 +1594,7 @@ modules:
1594 link: https://github.com/percona/rds_exporter
1595 icon_filename: aws-rds.svg
1596 categories:
1598 - - data-collection.database-servers
1597 + - data-collection.databases
1598 keywords:
1599 - cloud services
1600 - cloud computing
@@ -1625,7 +1624,7 @@ modules:
1624 link: https://github.com/czerwonk/atlas_exporter
1625 icon_filename: ripe.png
1626 categories:
1628 - - data-collection.networking-stack-and-network-interfaces
1627 + - data-collection.networking
1628 keywords: [ ]
1629 overview:
1630 <<: *overview
@@ -1652,8 +1651,7 @@ modules:
1651 link: https://github.com/SckyzO/slurm_exporter
1652 icon_filename: slurm.png
1653 categories:
1655 - - data-collection.task-queues
1656 - #- data-collection.provisioning-systems
1654 + - data-collection.applications
1655 keywords: [ ]
1656 overview:
1657 <<: *overview
@@ -1680,7 +1678,7 @@ modules:
1678 link: https://github.com/spacelift-io/prometheus-exporter
1679 icon_filename: spacelift.png
1680 categories:
1683 - - data-collection.provisioning-systems
1681 + - data-collection.cloud-and-devops
1682 keywords: [ ]
1683 overview:
1684 <<: *overview
@@ -1707,7 +1705,7 @@ modules:
1705 link: https://github.com/danopstech/starlink_exporter
1706 icon_filename: starlink.svg
1707 categories:
1710 - - data-collection.networking-stack-and-network-interfaces
1708 + - data-collection.networking
1709 keywords: [ ]
1710 overview:
1711 <<: *overview
@@ -1734,7 +1732,7 @@ modules:
1732 link: https://github.com/vladvasiliu/statuspage-exporter
1733 icon_filename: statuspage.png
1734 categories:
1737 - - data-collection.notifications
1735 + - data-collection.applications
1736 keywords: [ ]
1737 overview:
1738 <<: *overview
@@ -1761,7 +1759,7 @@ modules:
1759 link: https://github.com/devon-mar/tacacs-exporter
1760 icon_filename: tacacs.png
1761 categories:
1764 - - data-collection.authentication-and-authorization
1762 + - data-collection.applications
1763 keywords: [ ]
1764 overview:
1765 <<: *overview
@@ -1788,7 +1786,7 @@ modules:
1786 link: https://github.com/wywywywy/tesla-prometheus-exporter
1787 icon_filename: tesla.png
1788 categories:
1791 - - data-collection.iot-devices
1789 + - data-collection.hardware-and-iot
1790 keywords: [ ]
1791 overview:
1792 <<: *overview
@@ -1815,7 +1813,7 @@ modules:
1813 link: https://github.com/damoun/twitch_exporter
1814 icon_filename: twitch.svg
1815 categories:
1818 - - data-collection.media-streaming-servers
1816 + - data-collection.applications
1817 keywords: [ ]
1818 overview:
1819 <<: *overview
@@ -1842,7 +1840,7 @@ modules:
1840 link: https://github.com/swoga/ufiber-exporter
1841 icon_filename: ubiquiti.png
1842 categories:
1845 - - data-collection.networking-stack-and-network-interfaces
1843 + - data-collection.networking
1844 keywords: [ ]
1845 overview:
1846 <<: *overview
@@ -1869,7 +1867,7 @@ modules:
1867 link: https://github.com/wosc/prometheus-uptimerobot
1868 icon_filename: uptimerobot.svg
1869 categories:
1872 - - data-collection.synthetic-checks
1870 + - data-collection.synthetic-testing
1871 keywords: [ ]
1872 overview:
1873 <<: *overview
@@ -1896,7 +1894,7 @@ modules:
1894 link: https://github.com/aarnaud/vault-pki-exporter
1895 icon_filename: vault.svg
1896 categories:
1899 - - data-collection.security-systems
1897 + - data-collection.applications
1898 keywords: [ ]
1899 overview:
1900 <<: *overview
@@ -1923,7 +1921,7 @@ modules:
1921 link: https://github.com/vertica/vertica-prometheus-exporter
1922 icon_filename: vertica.svg
1923 categories:
1926 - - data-collection.database-servers
1924 + - data-collection.databases
1925 keywords: [ ]
1926 overview:
1927 <<: *overview
@@ -1950,7 +1948,7 @@ modules:
1948 link: https://github.com/guicaulada/vscode-exporter
1949 icon_filename: vscode.svg
1950 categories:
1953 - - data-collection.apm
1951 + - data-collection.applications
1952 keywords: [ ]
1953 overview:
1954 <<: *overview
@@ -1977,7 +1975,7 @@ modules:
1975 link: https://github.com/ThomasMaul/Prometheus_4D_Exporter
1976 icon_filename: 4d_server.png
1977 categories:
1980 - - data-collection.database-servers
1978 + - data-collection.databases
1979 keywords: [ ]
1980 overview:
1981 <<: *overview
@@ -2004,7 +2002,7 @@ modules:
2002 link: https://github.com/dernasherbrezon/8430ft_exporter
2003 icon_filename: mtc.svg
2004 categories:
2007 - - data-collection.networking-stack-and-network-interfaces
2005 + - data-collection.networking
2006 keywords: [ ]
2007 overview:
2008 <<: *overview
@@ -2031,7 +2029,7 @@ modules:
2029 link: https://github.com/armsnyder/a2s-exporter
2030 icon_filename: a2s.png
2031 categories:
2034 - - data-collection.gaming
2032 + - data-collection.applications
2033 keywords: [ ]
2034 overview:
2035 <<: *overview
@@ -2058,7 +2056,7 @@ modules:
2056 link: https://github.com/codemonauts/prometheus-fe2-exporter
2057 icon_filename: alamos_fe2.png
2058 categories:
2061 - - data-collection.apm
2059 + - data-collection.applications
2060 keywords: [ ]
2061 overview:
2062 <<: *overview
@@ -2085,7 +2083,7 @@ modules:
2083 link: https://github.com/amd/amd_smi_exporter
2084 icon_filename: amd.svg
2085 categories:
2088 - - data-collection.hardware-devices-and-sensors
2086 + - data-collection.hardware-and-iot
2087 keywords: [ ]
2088 overview:
2089 <<: *overview
@@ -2112,7 +2110,7 @@ modules:
2110 link: https://github.com/3scale/apicast
2111 icon_filename: apicast.png
2112 categories:
2115 - - data-collection.web-servers-and-web-proxies
2113 + - data-collection.web-servers-and-proxies
2114 keywords: [ ]
2115 overview:
2116 <<: *overview
@@ -2139,7 +2137,7 @@ modules:
2137 link: https://github.com/woblerr/authlog_exporter
2138 icon_filename: linux.png
2139 categories:
2142 - - data-collection.logs-servers
2140 + - data-collection.applications
2141 keywords: [ ]
2142 overview:
2143 <<: *overview
@@ -2166,7 +2164,7 @@ modules:
2164 link: https://github.com/emylincon/aws_quota_exporter
2165 icon_filename: aws.svg
2166 categories:
2169 - - data-collection.cloud-provider-managed
2167 + - data-collection.cloud-and-devops
2168 keywords:
2169 - cloud services
2170 - cloud computing
@@ -2196,7 +2194,7 @@ modules:
2194 link: https://github.com/bosh-prometheus/bosh_exporter
2195 icon_filename: bosh.png
2196 categories:
2199 - - data-collection.provisioning-systems
2197 + - data-collection.cloud-and-devops
2198 keywords: [ ]
2199 overview:
2200 <<: *overview
@@ -2223,7 +2221,7 @@ modules:
2221 link: https://github.com/weihao/bungeecord-prometheus-exporter
2222 icon_filename: bungee.png
2223 categories:
2226 - - data-collection.gaming
2224 + - data-collection.applications
2225 keywords: [ ]
2226 overview:
2227 <<: *overview
@@ -2250,7 +2248,7 @@ modules:
2248 link: https://github.com/ZeitOnline/celery_redis_prometheus
2249 icon_filename: celery.png
2250 categories:
2253 - - data-collection.task-queues
2251 + - data-collection.applications
2252 keywords: [ ]
2253 overview:
2254 <<: *overview
@@ -2277,7 +2275,7 @@ modules:
2275 link: https://github.com/chia-network/chia-exporter
2276 icon_filename: chia.png
2277 categories:
2280 - - data-collection.blockchain-servers
2278 + - data-collection.applications
2279 keywords: [ ]
2280 overview:
2281 <<: *overview
@@ -2304,7 +2302,7 @@ modules:
2302 link: https://github.com/christmann/clm5ip_exporter/
2303 icon_filename: christelec.png
2304 categories:
2307 - - data-collection.iot-devices
2305 + - data-collection.hardware-and-iot
2306 keywords: [ ]
2307 overview:
2308 <<: *overview
@@ -2331,7 +2329,7 @@ modules:
2329 link: https://github.com/sergeymakinen/clamav_exporter
2330 icon_filename: clamav.png
2331 categories:
2334 - - data-collection.security-systems
2332 + - data-collection.applications
2333 keywords: [ ]
2334 overview:
2335 <<: *overview
@@ -2358,7 +2356,7 @@ modules:
2356 link: https://github.com/FortnoxAB/clamscan-exporter
2357 icon_filename: clamav.png
2358 categories:
2361 - - data-collection.security-systems
2359 + - data-collection.applications
2360 keywords: [ ]
2361 overview:
2362 <<: *overview
@@ -2385,7 +2383,7 @@ modules:
2383 link: https://github.com/elonzh/clash_exporter
2384 icon_filename: clash.png
2385 categories:
2388 - - data-collection.web-servers-and-web-proxies
2386 + - data-collection.web-servers-and-proxies
2387 keywords: [ ]
2388 overview:
2389 <<: *overview
@@ -2412,7 +2410,7 @@ modules:
2410 link: https://github.com/bosh-prometheus/cf_exporter
2411 icon_filename: cloud-foundry.svg
2412 categories:
2415 - - data-collection.provisioning-systems
2413 + - data-collection.cloud-and-devops
2414 keywords:
2415 - cloud services
2416 - cloud computing
@@ -2442,7 +2440,7 @@ modules:
2440 link: https://github.com/bosh-prometheus/firehose_exporter
2441 icon_filename: cloud-foundry.svg
2442 categories:
2445 - - data-collection.provisioning-systems
2443 + - data-collection.cloud-and-devops
2444 keywords:
2445 - cloud services
2446 - cloud computing
@@ -2472,7 +2470,7 @@ modules:
2470 link: https://github.com/GSI-HPC/prometheus-cluster-exporter
2471 icon_filename: lustre.png
2472 categories:
2475 - - data-collection.cloud-provider-managed
2473 + - data-collection.cloud-and-devops
2474 keywords: [ ]
2475 overview:
2476 <<: *overview
@@ -2499,7 +2497,7 @@ modules:
2497 link: https://github.com/severalnines/cmon_exporter
2498 icon_filename: cluster-control.svg
2499 categories:
2502 - - data-collection.database-servers
2500 + - data-collection.databases
2501 keywords: [ ]
2502 overview:
2503 <<: *overview
@@ -2526,7 +2524,7 @@ modules:
2524 link: https://github.com/prometheus/collectd_exporter
2525 icon_filename: collectd.png
2526 categories:
2529 - - data-collection.observability
2527 + - data-collection.cloud-and-devops
2528 keywords: [ ]
2529 overview:
2530 <<: *overview
@@ -2553,7 +2551,7 @@ modules:
2551 link: https://github.com/jo-hannes/craftbeerpi_exporter
2552 icon_filename: craftbeer.png
2553 categories:
2556 - - data-collection.iot-devices
2554 + - data-collection.hardware-and-iot
2555 keywords: [ ]
2556 overview:
2557 <<: *overview
@@ -2580,7 +2578,7 @@ modules:
2578 link: https://github.com/nbarrientos/cryptowat_exporter
2579 icon_filename: cryptowatch.png
2580 categories:
2583 - - data-collection.blockchain-servers
2581 + - data-collection.applications
2582 keywords: [ ]
2583 overview:
2584 <<: *overview
@@ -2607,7 +2605,7 @@ modules:
2605 link: https://github.com/jgosmann/dmarc-metrics-exporter
2606 icon_filename: dmarc.png
2607 categories:
2610 - - data-collection.mail-servers
2608 + - data-collection.applications
2609 keywords:
2610 - email authentication
2611 - policy
@@ -2637,7 +2635,7 @@ modules:
2635 link: https://github.com/Luzilla/dnsbl_exporter/
2636 icon_filename: dnsbl.png
2637 categories:
2640 - - data-collection.dns-and-dhcp-servers
2638 + - data-collection.networking
2639 keywords: [ ]
2640 overview:
2641 <<: *overview
@@ -2666,7 +2664,7 @@ modules:
2664 link: https://github.com/czerwonk/bird_exporter
2665 icon_filename: bird.png
2666 categories:
2669 - - data-collection.networking-stack-and-network-interfaces
2667 + - data-collection.networking
2668 keywords: [ ]
2669 overview:
2670 <<: *overview
@@ -2693,7 +2691,7 @@ modules:
2691 link: https://github.com/mdlayher/keylight_exporter
2692 icon_filename: elgato.svg
2693 categories:
2696 - - data-collection.iot-devices
2694 + - data-collection.hardware-and-iot
2695 keywords: [ ]
2696 overview:
2697 <<: *overview
@@ -2720,7 +2718,7 @@ modules:
2718 link: https://github.com/peak-load/energomera_exporter
2719 icon_filename: energomera.png
2720 categories:
2723 - - data-collection.iot-devices
2721 + - data-collection.hardware-and-iot
2722 keywords: [ ]
2723 overview:
2724 <<: *overview
@@ -2747,7 +2745,7 @@ modules:
2745 link: https://github.com/freifunk-darmstadt/fastd-exporter
2746 icon_filename: fastd.png
2747 categories:
2750 - - data-collection.vpns
2748 + - data-collection.networking
2749 keywords: [ ]
2750 overview:
2751 <<: *overview
@@ -2774,7 +2772,7 @@ modules:
2772 link: https://github.com/xperimental/freifunk-exporter
2773 icon_filename: freifunk.png
2774 categories:
2777 - - data-collection.networking-stack-and-network-interfaces
2775 + - data-collection.networking
2776 keywords: [ ]
2777 overview:
2778 <<: *overview
@@ -2801,7 +2799,7 @@ modules:
2799 link: https://github.com/tynany/frr_exporter
2800 icon_filename: frrouting.png
2801 categories:
2804 - - data-collection.networking-stack-and-network-interfaces
2802 + - data-collection.networking
2803 keywords: [ ]
2804 overview:
2805 <<: *overview
@@ -2828,7 +2826,7 @@ modules:
2826 link: https://github.com/lunarway/github-ratelimit-exporter
2827 icon_filename: github.svg
2828 categories:
2831 - - data-collection.other
2829 + - data-collection.applications
2830 keywords: [ ]
2831 overview:
2832 <<: *overview
@@ -2856,7 +2854,7 @@ modules:
2854 link: https://github.com/natesales/gpsd-exporter
2855 icon_filename: gpsd.png
2856 categories:
2859 - - data-collection.apm
2857 + - data-collection.applications
2858 keywords: [ ]
2859 overview:
2860 <<: *overview
@@ -2883,7 +2881,7 @@ modules:
2881 link: https://github.com/tobiasbp/halon_exporter
2882 icon_filename: halon.svg
2883 categories:
2886 - - data-collection.mail-servers
2884 + - data-collection.applications
2885 keywords: [ ]
2886 overview:
2887 <<: *overview
@@ -2910,7 +2908,7 @@ modules:
2908 link: https://github.com/hairyhenderson/hitron_coda_exporter
2909 icon_filename: hitron.svg
2910 categories:
2913 - - data-collection.networking-stack-and-network-interfaces
2911 + - data-collection.networking
2912 keywords: [ ]
2913 overview:
2914 <<: *overview
@@ -2937,7 +2935,7 @@ modules:
2935 link: https://github.com/lstrojny/homebridge-prometheus-exporter
2936 icon_filename: homebridge.svg
2937 categories:
2940 - - data-collection.iot-devices
2938 + - data-collection.hardware-and-iot
2939 keywords: [ ]
2940 overview:
2941 <<: *overview
@@ -2964,7 +2962,7 @@ modules:
2962 link: https://github.com/rickardp/homey-prometheus-exporter
2963 icon_filename: homey.svg
2964 categories:
2967 - - data-collection.iot-devices
2965 + - data-collection.hardware-and-iot
2966 keywords: [ ]
2967 overview:
2968 <<: *overview
@@ -2991,7 +2989,7 @@ modules:
2989 link: https://github.com/ibm-s390-cloud/k8s-cex-dev-plugin
2990 icon_filename: ibm.svg
2991 categories:
2994 - - data-collection.hardware-devices-and-sensors
2992 + - data-collection.hardware-and-iot
2993 keywords: [ ]
2994 overview:
2995 <<: *overview
@@ -3018,7 +3016,7 @@ modules:
3016 link: https://github.com/zhmcclient/zhmc-prometheus-exporter
3017 icon_filename: ibm.svg
3018 categories:
3021 - - data-collection.hardware-devices-and-sensors
3019 + - data-collection.hardware-and-iot
3020 keywords: [ ]
3021 overview:
3022 <<: *overview
@@ -3045,7 +3043,7 @@ modules:
3043 link: https://github.com/hairyhenderson/jarvis_exporter/
3044 icon_filename: jarvis.jpg
3045 categories:
3048 - - data-collection.iot-devices
3046 + - data-collection.hardware-and-iot
3047 keywords: [ ]
3048 overview:
3049 <<: *overview
@@ -3073,7 +3071,7 @@ modules:
3071 link: https://github.com/Gandi/jbod-rs
3072 icon_filename: storage-enclosure.svg
3073 categories:
3076 - - data-collection.storage-mount-points-and-filesystems
3074 + - data-collection.storage
3075 keywords: [ ]
3076 overview:
3077 <<: *overview
@@ -3100,7 +3098,7 @@ modules:
3098 link: https://github.com/dead-claudia/journald-exporter
3099 icon_filename: linux.png
3100 categories:
3103 - - data-collection.logs-servers
3101 + - data-collection.applications
3102 keywords: [ ]
3103 overview:
3104 <<: *overview
@@ -3127,7 +3125,7 @@ modules:
3125 link: https://github.com/apostvav/kannel_exporter
3126 icon_filename: kannel.png
3127 categories:
3130 - - data-collection.telephony-servers
3128 + - data-collection.applications
3129 keywords: [ ]
3130 overview:
3131 <<: *overview
@@ -3154,7 +3152,7 @@ modules:
3152 link: https://github.com/gen2brain/keepalived_exporter
3153 icon_filename: keepalived.png
3154 categories:
3157 - - data-collection.networking-stack-and-network-interfaces
3155 + - data-collection.networking
3156 keywords: [ ]
3157 overview:
3158 <<: *overview
@@ -3181,7 +3179,7 @@ modules:
3179 link: https://github.com/MauveSoftware/lynis_exporter
3180 icon_filename: lynis.png
3181 categories:
3184 - - data-collection.security-systems
3182 + - data-collection.applications
3183 keywords: [ ]
3184 overview:
3185 <<: *overview
@@ -3208,7 +3206,7 @@ modules:
3206 link: https://github.com/scottaglia/meilisearch_exporter
3207 icon_filename: meilisearch.svg
3208 categories:
3211 - - data-collection.search-engines
3209 + - data-collection.databases
3210 keywords: [ ]
3211 overview:
3212 <<: *overview
@@ -3235,8 +3233,7 @@ modules:
3233 link: http://github.com/mesosphere/mesos_exporter
3234 icon_filename: mesos.svg
3235 categories:
3238 - #- data-collection.provisioning-systems
3239 - - data-collection.task-queues
3236 + - data-collection.applications
3237 keywords: [ ]
3238 overview:
3239 <<: *overview
@@ -3263,7 +3260,7 @@ modules:
3260 link: https://github.com/xperimental/flowercare-exporter
3261 icon_filename: xiaomi.svg
3262 categories:
3266 - - data-collection.iot-devices
3263 + - data-collection.hardware-and-iot
3264 keywords: [ ]
3265 overview:
3266 <<: *overview
@@ -3290,7 +3287,7 @@ modules:
3287 link: https://github.com/dernasherbrezon/modbusrtu_exporter
3288 icon_filename: modbus.svg
3289 categories:
3293 - - data-collection.iot-devices
3290 + - data-collection.hardware-and-iot
3291 keywords:
3292 - database
3293 - dbms
@@ -3320,7 +3317,7 @@ modules:
3317 link: https://github.com/KKBOX/mogilefs-exporter
3318 icon_filename: filesystem.svg
3319 categories:
3323 - - data-collection.storage-mount-points-and-filesystems
3320 + - data-collection.storage
3321 keywords: [ ]
3322 overview:
3323 <<: *overview
@@ -3347,7 +3344,7 @@ modules:
3344 link: https://github.com/google/mtail
3345 icon_filename: mtail.png
3346 categories:
3350 - - data-collection.logs-servers
3347 + - data-collection.applications
3348 keywords: [ ]
3349 overview:
3350 <<: *overview
@@ -3374,7 +3371,7 @@ modules:
3371 link: https://github.com/wbollock/nagios_exporter
3372 icon_filename: nagios.png
3373 categories:
3377 - - data-collection.observability
3374 + - data-collection.cloud-and-devops
3375 keywords: [ ]
3376 overview:
3377 <<: *overview
@@ -3402,7 +3399,7 @@ modules:
3399 link: https://github.com/kenfdev/remo-exporter
3400 icon_filename: nature-remo.png
3401 categories:
3405 - - data-collection.iot-devices
3402 + - data-collection.hardware-and-iot
3403 keywords: [ ]
3404 overview:
3405 <<: *overview
@@ -3429,7 +3426,7 @@ modules:
3426 link: https://github.com/xperimental/netatmo-exporter
3427 icon_filename: netatmo.svg
3428 categories:
3432 - - data-collection.iot-devices
3429 + - data-collection.hardware-and-iot
3430 keywords:
3431 - network monitoring
3432 - network performance
@@ -3459,7 +3456,7 @@ modules:
3456 link: https://github.com/xperimental/nextcloud-exporter
3457 icon_filename: nextcloud.png
3458 categories:
3462 - - data-collection.cloud-provider-managed
3459 + - data-collection.cloud-and-devops
3460 keywords:
3461 - cloud services
3462 - cloud computing
@@ -3489,7 +3486,7 @@ modules:
3486 link: https://github.com/raylas/nextdns-exporter
3487 icon_filename: nextdns.png
3488 categories:
3492 - - data-collection.dns-and-dhcp-servers
3489 + - data-collection.networking
3490 keywords: [ ]
3491 overview:
3492 <<: *overview
@@ -3516,7 +3513,7 @@ modules:
3513 link: https://github.com/crooks/njmon_exporter
3514 icon_filename: ibm.svg
3515 categories:
3519 - - data-collection.apm
3516 + - data-collection.applications
3517 keywords: [ ]
3518 overview:
3519 <<: *overview
@@ -3543,7 +3540,7 @@ modules:
3540 link: https://github.com/canonical/nrpe_exporter
3541 icon_filename: nrpelinux.png
3542 categories:
3546 - - data-collection.apm
3543 + - data-collection.applications
3544 keywords: [ ]
3545 overview:
3546 <<: *overview
@@ -3570,7 +3567,7 @@ modules:
3567 link: https://github.com/lukegb/obs_studio_exporter
3568 icon_filename: obs-studio.png
3569 categories:
3573 - - data-collection.media-streaming-servers
3570 + - data-collection.applications
3571 keywords: [ ]
3572 overview:
3573 <<: *overview
@@ -3597,7 +3594,7 @@ modules:
3594 link: https://git.sr.ht/~tomleb/openrc-exporter
3595 icon_filename: linux.png
3596 categories:
3600 - - data-collection.linux-systems
3597 + - data-collection.operating-systems
3598 keywords: [ ]
3599 overview:
3600 <<: *overview
@@ -3624,7 +3621,7 @@ modules:
3621 link: https://github.com/utdal/openroadm_exporter
3622 icon_filename: openroadm.png
3623 categories:
3627 - - data-collection.networking-stack-and-network-interfaces
3624 + - data-collection.networking
3625 keywords:
3626 - network monitoring
3627 - network performance
@@ -3654,7 +3651,7 @@ modules:
3651 link: https://github.com/billykwooten/openweather-exporter
3652 icon_filename: openweather.png
3653 categories:
3657 - - data-collection.generic-data-collection
3654 + - data-collection.applications
3655 keywords: [ ]
3656 overview:
3657 <<: *overview
@@ -3681,7 +3678,7 @@ modules:
3678 link: https://github.com/TobiasDeBruijn/prometheus-p1-exporter
3679 icon_filename: dutch-electricity.png
3680 categories:
3684 - - data-collection.iot-devices
3681 + - data-collection.hardware-and-iot
3682 keywords: [ ]
3683 overview:
3684 <<: *overview
@@ -3709,7 +3706,7 @@ modules:
3706 link: https://github.com/gopaytech/patroni_exporter
3707 icon_filename: patroni.png
3708 categories:
3712 - - data-collection.database-servers
3709 + - data-collection.databases
3710 keywords: [ ]
3711 overview:
3712 <<: *overview
@@ -3736,7 +3733,7 @@ modules:
3733 link: https://github.com/JohnOrthoefer/pws-exporter
3734 icon_filename: wunderground.png
3735 categories:
3739 - - data-collection.iot-devices
3736 + - data-collection.hardware-and-iot
3737 keywords: [ ]
3738 overview:
3739 <<: *overview
@@ -3763,7 +3760,7 @@ modules:
3760 link: https://github.com/woblerr/pgbackrest_exporter
3761 icon_filename: pgbackrest.png
3762 categories:
3766 - - data-collection.database-servers
3763 + - data-collection.databases
3764 keywords: [ ]
3765 overview:
3766 <<: *overview
@@ -3790,7 +3787,7 @@ modules:
3787 link: https://github.com/pgpool/pgpool2_exporter
3788 icon_filename: pgpool2.png
3789 categories:
3793 - - data-collection.database-servers
3790 + - data-collection.databases
3791 keywords: [ ]
3792 overview:
3793 <<: *overview
@@ -3817,7 +3814,7 @@ modules:
3814 link: https://github.com/terradolor/prometheus-enviro-exporter
3815 icon_filename: pimorino.png
3816 categories:
3820 - - data-collection.iot-devices
3817 + - data-collection.hardware-and-iot
3818 keywords: [ ]
3819 overview:
3820 <<: *overview
@@ -3844,7 +3841,7 @@ modules:
3841 link: https://github.com/aashley/powerpal_exporter
3842 icon_filename: powerpal.png
3843 categories:
3847 - - data-collection.iot-devices
3844 + - data-collection.hardware-and-iot
3845 keywords: [ ]
3846 overview:
3847 <<: *overview
@@ -3871,7 +3868,7 @@ modules:
3868 link: https://github.com/transnano/proftpd_exporter
3869 icon_filename: proftpd.png
3870 categories:
3874 - - data-collection.ftp-servers
3871 + - data-collection.applications
3872 keywords: [ ]
3873 overview:
3874 <<: *overview
@@ -3898,7 +3895,7 @@ modules:
3895 link: https://github.com/mdawar/rq-exporter
3896 icon_filename: rq.png
3897 categories:
3901 - - data-collection.message-brokers
3898 + - data-collection.databases
3899 keywords: [ ]
3900 overview:
3901 <<: *overview
@@ -3925,7 +3922,7 @@ modules:
3922 link: https://github.com/andrewlow/radio-thermostat-exporter
3923 icon_filename: radiots.png
3924 categories:
3928 - - data-collection.iot-devices
3925 + - data-collection.hardware-and-iot
3926 keywords: [ ]
3927 overview:
3928 <<: *overview
@@ -3952,7 +3949,7 @@ modules:
3949 link: https://github.com/psyinfra/prometheus-raritan-pdu-exporter
3950 icon_filename: raritan.svg
3951 categories:
3955 - - data-collection.hardware-devices-and-sensors
3952 + - data-collection.hardware-and-iot
3953 keywords: [ ]
3954 overview:
3955 <<: *overview
@@ -3979,7 +3976,7 @@ modules:
3976 link: https://github.com/msroest/sabnzbd_exporter
3977 icon_filename: sabnzbd.png
3978 categories:
3982 - - data-collection.media-streaming-servers
3979 + - data-collection.applications
3980 keywords: [ ]
3981 overview:
3982 <<: *overview
@@ -4006,7 +4003,7 @@ modules:
4003 link: https://github.com/alejandroscf/prometheus_salicru_exporter
4004 icon_filename: salicru.png
4005 categories:
4009 - - data-collection.iot-devices
4006 + - data-collection.hardware-and-iot
4007 keywords: [ ]
4008 overview:
4009 <<: *overview
@@ -4033,7 +4030,7 @@ modules:
4030 link: https://github.com/ejsuncy/sense_energy_prometheus_exporter
4031 icon_filename: sense.png
4032 categories:
4036 - - data-collection.iot-devices
4033 + - data-collection.hardware-and-iot
4034 keywords: [ ]
4035 overview:
4036 <<: *overview
@@ -4060,7 +4057,7 @@ modules:
4057 link: https://github.com/aexel90/shelly_exporter
4058 icon_filename: shelly.jpg
4059 categories:
4063 - - data-collection.iot-devices
4060 + - data-collection.hardware-and-iot
4061 keywords: [ ]
4062 overview:
4063 <<: *overview
@@ -4087,7 +4084,7 @@ modules:
4084 link: https://github.com/MarcusCalidus/s7-plc-exporter
4085 icon_filename: siemens.svg
4086 categories:
4090 - - data-collection.hardware-devices-and-sensors
4087 + - data-collection.hardware-and-iot
4088 keywords: [ ]
4089 overview:
4090 <<: *overview
@@ -4114,7 +4111,7 @@ modules:
4111 link: https://github.com/svenstaro/site24x7_exporter
4112 icon_filename: site24x7.svg
4113 categories:
4117 - - data-collection.synthetic-checks
4114 + - data-collection.synthetic-testing
4115 keywords: [ ]
4116 overview:
4117 <<: *overview
@@ -4141,7 +4138,7 @@ modules:
4138 link: https://github.com/dr0ps/sma_inverter_exporter
4139 icon_filename: sma.png
4140 categories:
4144 - - data-collection.iot-devices
4141 + - data-collection.hardware-and-iot
4142 keywords: [ ]
4143 overview:
4144 <<: *overview
@@ -4168,7 +4165,7 @@ modules:
4165 link: https://github.com/mweinelt/sml-exporter
4166 icon_filename: sml.png
4167 categories:
4171 - - data-collection.iot-devices
4168 + - data-collection.hardware-and-iot
4169 keywords: [ ]
4170 overview:
4171 <<: *overview
@@ -4195,7 +4192,7 @@ modules:
4192 link: https://github.com/dalance/softether_exporter
4193 icon_filename: softether.svg
4194 categories:
4198 - - data-collection.vpns
4195 + - data-collection.networking
4196 keywords: [ ]
4197 overview:
4198 <<: *overview
@@ -4222,7 +4219,7 @@ modules:
4219 link: https://gitlab.com/bhavin192/lsx-exporter
4220 icon_filename: solar.png
4221 categories:
4225 - - data-collection.iot-devices
4222 + - data-collection.hardware-and-iot
4223 keywords: [ ]
4224 overview:
4225 <<: *overview
@@ -4249,7 +4246,7 @@ modules:
4246 link: https://github.com/candlerb/solis_exporter
4247 icon_filename: solis.jpg
4248 categories:
4252 - - data-collection.iot-devices
4249 + - data-collection.hardware-and-iot
4250 keywords: [ ]
4251 overview:
4252 <<: *overview
@@ -4276,7 +4273,7 @@ modules:
4273 link: https://github.com/kamelnetworks/sonic_exporter
4274 icon_filename: sonic.png
4275 categories:
4279 - - data-collection.networking-stack-and-network-interfaces
4276 + - data-collection.networking
4277 keywords: [ ]
4278 overview:
4279 <<: *overview
@@ -4303,7 +4300,7 @@ modules:
4300 link: https://github.com/bluecmd/spectrum_virtualize_exporter
4301 icon_filename: ibm.svg
4302 categories:
4306 - - data-collection.storage-mount-points-and-filesystems
4303 + - data-collection.storage
4304 keywords: [ ]
4305 overview:
4306 <<: *overview
@@ -4330,7 +4327,7 @@ modules:
4327 link: https://github.com/foxdalas/sphinx_exporter
4328 icon_filename: sphinx.png
4329 categories:
4333 - - data-collection.search-engines
4330 + - data-collection.databases
4331 keywords: [ ]
4332 overview:
4333 <<: *overview
@@ -4357,7 +4354,7 @@ modules:
4354 link: https://github.com/Storidge/cio-user-docs/blob/master/integrations/prometheus.md
4355 icon_filename: storidge.png
4356 categories:
4360 - - data-collection.storage-mount-points-and-filesystems
4357 + - data-collection.storage
4358 keywords: [ ]
4359 overview:
4360 <<: *overview
@@ -4384,7 +4381,7 @@ modules:
4381 link: https://github.com/jlti-dev/ipsec_exporter
4382 icon_filename: strongswan.svg
4383 categories:
4387 - - data-collection.vpns
4384 + - data-collection.networking
4385 keywords: [ ]
4386 overview:
4387 <<: *overview
@@ -4411,7 +4408,7 @@ modules:
4408 link: https://github.com/inosion/prometheus-sunspec-exporter
4409 icon_filename: sunspec.png
4410 categories:
4414 - - data-collection.iot-devices
4411 + - data-collection.hardware-and-iot
4412 keywords: [ ]
4413 overview:
4414 <<: *overview
@@ -4438,7 +4435,7 @@ modules:
4435 link: https://github.com/corelight/suricata_exporter
4436 icon_filename: suricata.png
4437 categories:
4441 - - data-collection.security-systems
4438 + - data-collection.applications
4439 keywords: [ ]
4440 overview:
4441 <<: *overview
@@ -4467,7 +4464,7 @@ modules:
4464 link: https://github.com/codemonauts/activebackup-prometheus-exporter
4465 icon_filename: synology.png
4466 categories:
4470 - - data-collection.storage-mount-points-and-filesystems
4467 + - data-collection.storage
4468 keywords: [ ]
4469 overview:
4470 <<: *overview
@@ -4494,7 +4491,7 @@ modules:
4491 link: https://github.com/egmc/sysload_exporter
4492 icon_filename: sysload.png
4493 categories:
4497 - - data-collection.apm
4494 + - data-collection.applications
4495 keywords: [ ]
4496 overview:
4497 <<: *overview
@@ -4521,7 +4518,7 @@ modules:
4518 link: https://github.com/eko/tado-exporter
4519 icon_filename: tado.png
4520 categories:
4524 - - data-collection.iot-devices
4521 + - data-collection.hardware-and-iot
4522 keywords: [ ]
4523 overview:
4524 <<: *overview
@@ -4549,7 +4546,7 @@ modules:
4546 link: https://github.com/lukasmalkmus/tankerkoenig_exporter
4547 icon_filename: tanker.png
4548 categories:
4552 - - data-collection.generic-data-collection
4549 + - data-collection.applications
4550 keywords: [ ]
4551 overview:
4552 <<: *overview
@@ -4576,7 +4573,7 @@ modules:
4573 link: https://github.com/benclapp/tesla_wall_connector_exporter
4574 icon_filename: tesla.png
4575 categories:
4579 - - data-collection.iot-devices
4576 + - data-collection.hardware-and-iot
4577 keywords: [ ]
4578 overview:
4579 <<: *overview
@@ -4603,7 +4600,7 @@ modules:
4600 link: https://github.com/centreon/warp10-sensision-exporter
4601 icon_filename: warp10.svg
4602 categories:
4606 - - data-collection.database-servers
4603 + - data-collection.databases
4604 keywords: [ ]
4605 overview:
4606 <<: *overview
@@ -4631,7 +4628,7 @@ modules:
4628 link: https://github.com/just1not2/prometheus-exporter-yourls
4629 icon_filename: yourls.png
4630 categories:
4634 - - data-collection.apm
4631 + - data-collection.applications
4632 keywords: [ ]
4633 overview:
4634 <<: *overview
@@ -4658,7 +4655,7 @@ modules:
4655 link: https://github.com/claranet/zerto-exporter
4656 icon_filename: zerto.png
4657 categories:
4661 - - data-collection.cloud-provider-managed
4658 + - data-collection.cloud-and-devops
4659 keywords: [ ]
4660 overview:
4661 <<: *overview
src/go/plugin/go.d/collector/proxysql/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.proxysql.com/
10 icon_filename: proxysql.png
11 categories:
12 - - data-collection.database-servers
12 + - data-collection.databases
13 keywords:
14 - proxysql
15 - databases
src/go/plugin/go.d/collector/pulsar/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://pulsar.apache.org/
10 icon_filename: pulsar.svg
11 categories:
12 - - data-collection.message-brokers
12 + - data-collection.databases
13 keywords:
14 - pulsar
15 related_resources:
src/go/plugin/go.d/collector/puppet/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Puppet
9 link: "https://www.puppet.com/"
10 categories:
11 - - data-collection.ci-cd-systems
11 + - data-collection.cloud-and-devops
12 icon_filename: "puppet.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/rabbitmq/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.rabbitmq.com/
10 icon_filename: rabbitmq.svg
11 categories:
12 - - data-collection.message-brokers
12 + - data-collection.databases
13 keywords:
14 - rabbitmq
15 - message brokers
src/go/plugin/go.d/collector/redis/metadata.yaml
+3 -2
@@ -8,7 +8,7 @@ modules:
8 name: Redis
9 link: https://redis.com/
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: redis.svg
13 related_resources:
14 integrations:
@@ -16,7 +16,8 @@ modules:
16 - plugin_name: apps.plugin
17 module_name: apps
18 - plugin_name: cgroups.plugin
19 - module_name: cgroups
19 + module_name: /sys/fs/cgroup
20 + monitored_instance_name: Containers
21 alternative_monitored_instances: []
22 info_provided_to_referring_integrations:
23 description: ""
src/go/plugin/go.d/collector/rethinkdb/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: RethinkDB
9 link: https://rethinkdb.com
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: "rethinkdb.png"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/riakkv/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Riak KV
9 link: https://riak.com/products/riak-kv/index.html
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: "riak.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/rspamd/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Rspamd
9 link: https://rspamd.com/
10 categories:
11 - - data-collection.security-systems
11 + - data-collection.applications
12 icon_filename: globe.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/samba/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://www.samba.org/samba/"
10 icon_filename: 'samba.svg'
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - samba
15 - smb
src/go/plugin/go.d/collector/scaleio/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.dell.com/en-ca/dt/storage/scaleio/scaleioreadynode.htm
10 icon_filename: dell.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - scaleio
15 related_resources:
src/go/plugin/go.d/collector/sensors/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://hwmon.wiki.kernel.org/lm_sensors
10 icon_filename: "microchip.svg"
11 categories:
12 - - data-collection.hardware-devices-and-sensors
12 + - data-collection.hardware-and-iot
13 keywords:
14 - sensors
15 - temperature
src/go/plugin/go.d/collector/smartctl/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://linux.die.net/man/8/smartd"
10 icon_filename: "smart.png"
11 categories:
12 - - data-collection.hardware-devices-and-sensors
12 + - data-collection.hardware-and-iot
13 keywords:
14 - smart
15 - S.M.A.R.T.
src/go/plugin/go.d/collector/snmp/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: snmp.png
11 categories:
12 - - data-collection.generic-data-collection
12 + - data-collection.applications
13 keywords:
14 # Protocol/generic
15 - snmp
src/go/plugin/go.d/collector/spigotmc/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: SpigotMC
9 link: https://www.spigotmc.org/
10 categories:
11 - - data-collection.gaming
11 + - data-collection.applications
12 icon_filename: "spigot.jfif"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/sql/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: SQL databases (generic)
9 link: https://en.wikipedia.org/wiki/SQL
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: sql.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/squid/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Squid
9 link: "https://www.squid-cache.org/"
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: "squid.png"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/squidlog/metadata.yaml
+2 -2
@@ -6,10 +6,10 @@ modules:
6 module_name: squidlog
7 monitored_instance:
8 name: Squid log files
9 - link: https://www.lighttpd.net/
9 + link: http://www.squid-cache.org/
10 icon_filename: squid.png
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - squid
15 - logs
src/go/plugin/go.d/collector/storcli/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: "https://docs.broadcom.com/doc/12352476"
10 icon_filename: "hard-drive.svg"
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - storage
15 - raid-controller
src/go/plugin/go.d/collector/supervisord/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: http://supervisord.org/
10 icon_filename: supervisord.png
11 categories:
12 - - data-collection.processes-and-system-services
12 + - data-collection.operating-systems
13 keywords:
14 - supervisor
15 related_resources:
src/go/plugin/go.d/collector/systemdunits/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.freedesktop.org/wiki/Software/systemd/
10 icon_filename: systemd.svg
11 categories:
12 - - data-collection.systemd
12 + - data-collection.operating-systems
13 keywords:
14 - systemd
15 related_resources:
src/go/plugin/go.d/collector/tengine/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://tengine.taobao.org/
10 icon_filename: tengine.jpeg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - tengine
15 - web
src/go/plugin/go.d/collector/tomcat/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Tomcat
8 link: "https://tomcat.apache.org/"
9 categories:
10 - - data-collection.web-servers-and-web-proxies
10 + - data-collection.web-servers-and-proxies
11 icon_filename: "tomcat.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/tor/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Tor
9 link: https://www.torproject.org/
10 categories:
11 - - data-collection.vpns
11 + - data-collection.networking
12 icon_filename: "tor.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/traefik/metadata.yaml
+2 -2
@@ -6,10 +6,10 @@ modules:
6 module_name: traefik
7 monitored_instance:
8 name: Traefik
9 - link: Traefik
9 + link: https://traefik.io/
10 icon_filename: traefik.svg
11 categories:
12 - - data-collection.web-servers-and-web-proxies
12 + - data-collection.web-servers-and-proxies
13 keywords:
14 - traefik
15 - proxy
src/go/plugin/go.d/collector/typesense/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Typesense
9 link: https://typesense.org/
10 categories:
11 - - data-collection.search-engines
11 + - data-collection.databases
12 icon_filename: typesense.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/unbound/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://nlnetlabs.nl/projects/unbound/about/
10 icon_filename: unbound.png
11 categories:
12 - - data-collection.dns-and-dhcp-servers
12 + - data-collection.networking
13 keywords:
14 - unbound
15 - dns
src/go/plugin/go.d/collector/upsd/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: plug-circle-bolt.svg
11 categories:
12 - - data-collection.ups
12 + - data-collection.hardware-and-iot
13 keywords:
14 - ups
15 - nut
src/go/plugin/go.d/collector/uwsgi/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: uWSGI
9 link: https://uwsgi-docs.readthedocs.io/en/latest/
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: "uwsgi.svg"
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/varnish/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: Varnish
8 link: https://varnish-cache.org/
9 categories:
10 - - data-collection.web-servers-and-web-proxies
10 + - data-collection.web-servers-and-proxies
11 icon_filename: "varnish.svg"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/vcsa/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vcsa.doc/GUID-223C2821-BD98-4C7A-936B-7DBE96291BA4.html
10 icon_filename: vmware.svg
11 categories:
12 - - data-collection.containers-and-vms
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - vmware
15 related_resources:
src/go/plugin/go.d/collector/vernemq/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://vernemq.com
10 icon_filename: vernemq.svg
11 categories:
12 - - data-collection.message-brokers
12 + - data-collection.databases
13 keywords:
14 - vernemq
15 - message brokers
src/go/plugin/go.d/collector/vsphere/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: https://www.vmware.com/products/vcenter-server.html
10 icon_filename: vmware.svg
11 categories:
12 - - data-collection.containers-and-vms
12 + - data-collection.containers-and-orchestration
13 keywords:
14 - vmware
15 - esxi
src/go/plugin/go.d/collector/w1sensor/metadata.yaml
+1 -1
@@ -7,7 +7,7 @@ modules:
7 name: 1-Wire Sensors
8 link: "https://www.analog.com/en/product-category/1wire-temperature-sensors.html"
9 categories:
10 - - data-collection.hardware-devices-and-sensors
10 + - data-collection.hardware-and-iot
11 icon_filename: "1-wire.png"
12 related_resources:
13 integrations:
src/go/plugin/go.d/collector/weblog/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: Web server log files
9 link: ""
10 categories:
11 - - data-collection.web-servers-and-web-proxies
11 + - data-collection.web-servers-and-proxies
12 icon_filename: webservers.svg
13 keywords:
14 - webserver
src/go/plugin/go.d/collector/whoisquery/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: globe.svg
11 categories:
12 - - data-collection.synthetic-checks
12 + - data-collection.synthetic-testing
13 keywords:
14 - whois
15 related_resources:
src/go/plugin/go.d/collector/wireguard/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: WireGuard
9 link: https://www.wireguard.com/
10 categories:
11 - - data-collection.vpns
11 + - data-collection.networking
12 icon_filename: wireguard.svg
13 keywords:
14 - wireguard
src/go/plugin/go.d/collector/x509check/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: X.509 certificate
9 link: ""
10 categories:
11 - - data-collection.synthetic-checks
11 + - data-collection.synthetic-testing
12 icon_filename: lock.svg
13 keywords:
14 - x509
src/go/plugin/go.d/collector/yugabytedb/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: YugabyteDB
9 link: https://www.yugabyte.com/yugabytedb
10 categories:
11 - - data-collection.database-servers
11 + - data-collection.databases
12 icon_filename: yugabytedb.svg
13 related_resources:
14 integrations:
src/go/plugin/go.d/collector/zfspool/metadata.yaml
+1 -1
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: filesystem.svg
11 categories:
12 - - data-collection.storage-mount-points-and-filesystems
12 + - data-collection.storage
13 keywords:
14 - zfs pools
15 - pools
src/go/plugin/go.d/collector/zookeeper/metadata.yaml
+1 -1
@@ -8,7 +8,7 @@ modules:
8 name: ZooKeeper
9 link: https://zookeeper.apache.org/
10 categories:
11 - - data-collection.service-discovery-registry
11 + - data-collection.applications
12 icon_filename: zookeeper.svg
13 keywords:
14 - zookeeper