Remove most_popular from integrations (#21811)
remove most_popular
Fotis Voutsas committed
Feb 26, 2026 at 10:12 UTC
66fe1fdbec4a022ffe230f049cf0d8bbc1f63b4f
170 files changed
+4
-523
docs/.templates/integration/schema.json
+1
-9
@@ -21,10 +21,6 @@
21
"type": "string",
22
"description": "Text that will be presented below the category title, or that will be accompanying the category in the UI in any form."
23
},
24
- "priority": {
25
- "type": "integer",
26
- "description": "Priority of the category. A number expressing where the category should be in the menu. Currently, a static number gets assigned to all categories, with a higher priority one for the most-popular flagged categories."
27
- },
24
"children": {
25
"type": "array",
26
"description": "an array that recursively has the same elements as the parent.",
@@ -59,10 +55,6 @@
55
"category_id": {
56
"type": "string",
57
"description": "The category_ID for this integration. This is the category ID mentioned inside integrations/category.yaml, for the respective category."
62
- },
63
- "priority": {
64
- "type": "integer",
65
- "description": "Priority for this specific category. Will control where the integration will be positioned in this category"
58
}
59
}
60
}
@@ -106,4 +98,4 @@
98
}
99
}
100
}
109
-}
\ No newline at end of file
101
+}
integrations/categories.yaml
-42
@@ -1,127 +1,85 @@
1
- id: deploy
2
name: Deploy
3
description: ""
4
- most_popular: true
5
- priority: 1
4
children:
5
- id: deploy.operating-systems
6
name: Operating Systems
7
description: ""
10
- most_popular: true
11
- priority: 1
8
children: []
9
- id: deploy.docker-kubernetes
10
name: Docker & Kubernetes
11
description: ""
16
- most_popular: true
17
- priority: 2
12
children: []
13
- id: deploy.provisioning-systems
14
name: Provisioning Systems
15
description: ""
22
- most_popular: false
23
- priority: -1
16
children: []
17
- id: data-collection
18
name: Data Collection
19
description: ""
28
- most_popular: true
29
- priority: 2
20
children:
21
- id: data-collection.databases
22
name: Databases
23
description: ""
34
- most_popular: true
35
- priority: 1
24
children: []
25
- id: data-collection.web-servers-and-proxies
26
name: Web Servers and Proxies
27
description: ""
40
- most_popular: true
41
- priority: 2
28
children: []
29
- id: data-collection.containers-and-vms
30
name: Containers and VMs
31
description: ""
46
- most_popular: true
47
- priority: 3
32
children: []
33
- id: data-collection.operating-systems
34
name: Operating Systems
35
description: ""
52
- most_popular: true
53
- priority: 4
36
children: []
37
- id: data-collection.networking
38
name: Networking
39
description: ""
58
- most_popular: true
59
- priority: 5
40
children: []
41
- id: data-collection.cloud-and-devops
42
name: Cloud and DevOps
43
description: ""
64
- most_popular: true
65
- priority: 6
44
children: []
45
- id: data-collection.hardware-and-sensors
46
name: Hardware and Sensors
47
description: ""
70
- most_popular: true
71
- priority: 7
48
children: []
49
- id: data-collection.applications
50
name: Applications
51
description: ""
76
- most_popular: true
77
- priority: 8
52
collector_default: true
53
children: []
54
- id: data-collection.storage
55
name: Storage and Filesystems
56
description: ""
83
- most_popular: true
84
- priority: 9
57
children: []
58
- id: data-collection.synthetic-testing
59
name: Synthetic Testing
60
description: ""
89
- most_popular: true
90
- priority: 10
61
children: []
62
- id: logs
63
name: Logs
64
description: "Monitoring logs on your infrastructure"
95
- most_popular: true
96
- priority: 3
65
children: []
66
- id: export
67
name: exporters
68
description: "Exporter Integrations"
101
- most_popular: true
102
- priority: 6
69
children: []
70
- id: notify
71
name: notifications
72
description: "Notification Integrations"
107
- most_popular: true
108
- priority: 4
73
children:
74
- id: notify.agent
75
name: Agent Dispatched Notifications
76
description: ""
113
- most_popular: true
114
- priority: 2
77
children: []
78
- id: notify.cloud
79
name: Centralized Cloud Notifications
80
description: ""
119
- most_popular: true
120
- priority: 1
81
children: []
82
- id: auth
83
name: authentication
84
description: "Authentication & Authorization"
125
- most_popular: true
126
- priority: 5
85
children: []
integrations/deploy.yaml
-19
@@ -8,7 +8,6 @@
8
icon_filename: "linux.svg"
9
keywords:
10
- linux
11
- most_popular: true
11
install_description: "Run the following command on your node to install and connnect Netdata to your Space:"
12
methods:
13
- &ks_wget
@@ -45,7 +44,6 @@
44
name: Ubuntu
45
link: https://ubuntu.com/
46
icon_filename: "ubuntu.svg"
48
- most_popular: false
47
platform_info:
48
group: "include"
49
distro: "ubuntu"
@@ -57,7 +55,6 @@
55
name: Debian
56
link: https://www.debian.org/
57
icon_filename: "debian.svg"
60
- most_popular: false
58
platform_info:
59
group: "include"
60
distro: "debian"
@@ -69,7 +66,6 @@
66
name: Fedora
67
link: https://www.fedoraproject.org/
68
icon_filename: "fedora.png"
72
- most_popular: false
69
platform_info:
70
group: "include"
71
distro: "fedora"
@@ -81,7 +77,6 @@
77
name: Red Hat Enterprise Linux
78
link: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux
79
icon_filename: "rhel.png"
84
- most_popular: false
80
platform_info:
81
group: "no_include"
82
distro: "rhel"
@@ -93,7 +88,6 @@
88
name: Rocky Linux
89
link: https://rockylinux.org/
90
icon_filename: "rocky.svg"
96
- most_popular: false
91
platform_info:
92
group: "include"
93
distro: "rockylinux"
@@ -105,7 +99,6 @@
99
name: Alpine Linux
100
link: https://www.alpinelinux.org/
101
icon_filename: "alpine.svg"
108
- most_popular: false
102
platform_info:
103
group: "include"
104
distro: "alpinelinux"
@@ -117,7 +110,6 @@
110
name: Amazon Linux
111
link: https://aws.amazon.com/amazon-linux-2/
112
icon_filename: "amazonlinux.png"
120
- most_popular: false
113
platform_info:
114
group: "include"
115
distro: "amazonlinux"
@@ -129,7 +121,6 @@
121
name: Arch Linux
122
link: https://archlinux.org/
123
icon_filename: "archlinux.png"
132
- most_popular: false
124
platform_info:
125
group: "include"
126
distro: "archlinux"
@@ -141,7 +132,6 @@
132
name: CentOS
133
link: https://www.centos.org/
134
icon_filename: "centos.svg"
144
- most_popular: false
135
platform_info:
136
group: "include"
137
distro: "centos"
@@ -153,7 +143,6 @@
143
name: CentOS Stream
144
link: https://www.centos.org/centos-stream
145
icon_filename: "centos.svg"
156
- most_popular: false
146
platform_info:
147
group: "include"
148
distro: "centos-stream"
@@ -165,7 +154,6 @@
154
name: Manjaro Linux
155
link: https://manjaro.org/
156
icon_filename: "manjaro.svg"
168
- most_popular: false
157
platform_info:
158
group: "include"
159
distro: "archlinux"
@@ -177,7 +165,6 @@
165
name: Oracle Linux
166
link: https://www.oracle.com/linux/
167
icon_filename: "oraclelinux.svg"
180
- most_popular: false
168
platform_info:
169
group: "include"
170
distro: "oraclelinux"
@@ -189,7 +176,6 @@
176
name: SUSE Linux
177
link: https://www.suse.com/
178
icon_filename: "openSUSE.svg"
192
- most_popular: false
179
platform_info:
180
group: "include"
181
distro: "opensuse"
@@ -201,7 +187,6 @@
187
categories:
188
- deploy.operating-systems
189
icon_filename: "macos.svg"
204
- most_popular: true
190
keywords:
191
- macOS
192
- mac
@@ -223,7 +208,6 @@
208
categories:
209
- deploy.docker-kubernetes
210
icon_filename: "docker.svg"
226
- most_popular: true
211
keywords:
212
- docker
213
- container
@@ -551,7 +535,6 @@
535
{% /if %}
536
additional_info: ""
537
related_resources: {}
554
- most_popular: true
538
platform_info:
539
group: ""
540
distro: ""
@@ -606,7 +589,6 @@
589
| `ROOMS=` | Comma-separated list of Room IDs where you want your node to appear. |
590
| `PROXY=` | Sets the proxy server address if your network requires one. |
591
related_resources: {}
609
- most_popular: true
592
platform_info:
593
group: ""
594
distro: ""
@@ -618,7 +600,6 @@
600
categories:
601
- deploy.operating-systems
602
icon_filename: "freebsd.svg"
621
- most_popular: true
603
keywords:
604
- freebsd
605
install_description: |
integrations/gen_docs_integrations.py
-2
@@ -194,7 +194,6 @@ def build_readme_from_integration(integration, categories, mode: str = ""):
194
learn_rel_path = generate_category_from_name(
195
integration["meta"]["monitored_instance"]["categories"][0].split("."), categories
196
).replace("Data Collection", "Collecting Metrics")
197
- most_popular = integration["meta"]["most_popular"]
197
keywords = integration["meta"]["keywords"] if "keywords" in integration["meta"] else None
198
199
md = f"""<!--startmeta
@@ -202,7 +201,6 @@ meta_yaml: "{meta_yaml}"
201
sidebar_label: "{sidebar_label}"
202
learn_status: "Published"
203
learn_rel_path: "{learn_rel_path}"
205
-most_popular: {most_popular}
204
"""
205
if keywords:
206
md += f"keywords: {keywords}\n"
integrations/schemas/categories.json
-10
@@ -22,14 +22,6 @@
22
"type": "string",
23
"description": "A description of the category."
24
},
25
- "most_popular": {
26
- "type": "boolean",
27
- "description": "Indicates if the category should show up in the initial list of categories, or only in the full expanded list."
28
- },
29
- "priority": {
30
- "type": "integer",
31
- "description": "Indicates sort order for categories that are marked as most popular."
32
- },
25
"collector_default": {
26
"type": "boolean",
27
"description": "Indicates that the category should be added to collector integrations that list no categories."
@@ -46,8 +38,6 @@
38
"id",
39
"name",
40
"description",
49
- "most_popular",
50
- "priority",
41
"children"
42
]
43
}
integrations/schemas/collector.json
+3
-8
@@ -86,10 +86,6 @@
86
"description"
87
]
88
},
89
- "most_popular": {
90
- "type": "boolean",
91
- "description": "Whether or not the integration is to be flagged as most-popular, meaning it will show up at the top of the menu."
92
- },
89
"community": {
90
"type": "boolean",
91
"description": "Whether or not the integration should be flagged as community."
@@ -100,10 +96,9 @@
96
"module_name",
97
"monitored_instance",
98
"keywords",
103
- "related_resources",
104
- "info_provided_to_referring_integrations",
105
- "most_popular"
106
- ]
99
+ "related_resources",
100
+ "info_provided_to_referring_integrations"
101
+ ]
102
},
103
"overview": {
104
"type": "object",
integrations/schemas/deploy.json
-5
@@ -15,10 +15,6 @@
15
"keywords": {
16
"$ref": "./shared.json#/$defs/keywords"
17
},
18
- "most_popular": {
19
- "type": "boolean",
20
- "description": "If true, the integration is sorted to the top of the list of integrations."
21
- },
18
"install_description": {
19
"type": "string",
20
"description": "Describes basic information about how to deploy on this platform."
@@ -108,7 +104,6 @@
104
"id",
105
"meta",
106
"keywords",
111
- "most_popular",
107
"install_description",
108
"methods",
109
"additional_info",
src/collectors/apps.plugin/metadata.yaml
-3
@@ -20,7 +20,6 @@ modules:
20
- processes
21
- os
22
- host monitoring
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: "Monitor Applications for optimal software performance and resource usage."
@@ -211,7 +210,6 @@ modules:
210
- authorization
211
- os
212
- host monitoring
214
- most_popular: false
213
overview:
214
data_collection:
215
metrics_description: "This integration monitors resource utilization on a user groups context."
@@ -400,7 +398,6 @@ modules:
398
- processes
399
- os
400
- host monitoring
403
- most_popular: false
401
overview:
402
data_collection:
403
metrics_description: "This integration monitors resource utilization on a user context."
src/collectors/cgroups.plugin/metadata.yaml
-2
@@ -30,7 +30,6 @@ modules:
30
- nspawn
31
- cgroups
32
- linux containers
33
- most_popular: true
33
overview: &overview
34
data_collection: &data_collection
35
metrics_description: "Monitor containers and virtual machines resource utilization — CPU, memory, disk I/O, and network — via Linux cgroups."
@@ -464,7 +463,6 @@ modules:
463
module_name: k8s_kubeproxy
464
- plugin_name: go.d.plugin
465
module_name: coredns
467
- most_popular: true
466
overview:
467
<<: *overview
468
data-collection:
src/collectors/charts.d.plugin/libreswan/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- libreswan
20
- network
21
- ipsec
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: "Monitor Libreswan performance for optimal IPsec VPN operations. Improve your VPN operations with Netdata''s real-time metrics and built-in alerts."
src/collectors/charts.d.plugin/opensips/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- voice
21
- video
22
- stream
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: "Examine OpenSIPS metrics for insights into SIP server operations. Study call rates, error rates, and response times for reliable voice over IP services."
src/collectors/cups.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "Monitor CUPS performance for achieving optimal printing system operations. Monitor job statuses, queue lengths, and error rates to ensure smooth printing tasks."
src/collectors/debugfs.plugin/metadata.yaml
-3
@@ -18,7 +18,6 @@ modules:
18
- extfrag
19
- extfrag_threshold
20
- memory fragmentation
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: 'Collects memory fragmentation statistics from the Linux kernel'
@@ -161,7 +160,6 @@ modules:
160
- zswap
161
- frontswap
162
- swap cache
164
- most_popular: false
163
overview:
164
data_collection:
165
metrics_description: >
@@ -304,7 +302,6 @@ modules:
302
keywords:
303
- power capping
304
- energy
307
- most_popular: false
305
overview:
306
data_collection:
307
metrics_description: >
src/collectors/diskspace.plugin/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- I/O
22
- space
23
- inode
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: "Monitor Disk space metrics for proficient storage management. Keep track of usage, free space, and error rates to prevent disk space issues."
src/collectors/ebpf.plugin/metadata.yaml
-17
@@ -25,7 +25,6 @@ modules:
25
- fd
26
- open
27
- close
28
- most_popular: false
28
overview:
29
data_collection:
30
metrics_description: "Monitor calls for functions responsible to open or close a file descriptor and possible errors."
@@ -249,7 +248,6 @@ modules:
248
- fork
249
- process
250
- eBPF
252
- most_popular: false
251
overview:
252
data_collection:
253
metrics_description: "Monitor calls for function creating tasks (threads and processes) inside Linux kernel."
@@ -500,7 +498,6 @@ modules:
498
- eBPF
499
- latency
500
- partition
503
- most_popular: false
501
overview:
502
data_collection:
503
metrics_description: "Measure latency for I/O events on disk."
@@ -606,7 +603,6 @@ modules:
603
keywords:
604
- HardIRQ
605
- eBPF
609
- most_popular: false
606
overview:
607
data_collection:
608
metrics_description: "Monitor latency for each HardIRQ available."
@@ -718,7 +714,6 @@ modules:
714
- Page cache
715
- Hit ratio
716
- eBPF
721
- most_popular: false
717
overview:
718
data_collection:
719
metrics_description: "Monitor Linux page cache events giving for users a general vision about how his kernel is manipulating files."
@@ -947,7 +942,6 @@ modules:
942
- eBPF
943
- hard disk
944
- memory
950
- most_popular: false
945
overview:
946
data_collection:
947
metrics_description: "Monitor syscall responsible to move data from memory to storage device."
@@ -1128,7 +1122,6 @@ modules:
1122
- MD
1123
- RAID
1124
- eBPF
1131
- most_popular: false
1125
overview:
1126
data_collection:
1127
metrics_description: "Monitor when flush events happen between disks."
@@ -1238,7 +1231,6 @@ modules:
1231
- memory
1232
- eBPF
1233
- Hard Disk
1241
- most_popular: false
1234
overview:
1235
data_collection:
1236
metrics_description: "Monitors when swap has I/O events and applications executing events."
@@ -1417,7 +1409,6 @@ modules:
1409
keywords:
1410
- application
1411
- memory
1420
- most_popular: false
1412
overview:
1413
data_collection:
1414
metrics_description: "Monitor applications that reach out of memory."
@@ -1550,7 +1541,6 @@ modules:
1541
- server
1542
- connection
1543
- socket
1553
- most_popular: false
1544
overview:
1545
data_collection:
1546
metrics_description: "Monitor bandwidth consumption per application for protocols TCP and UDP."
@@ -1907,7 +1897,6 @@ modules:
1897
- Directory Cache
1898
- File system
1899
- eBPF
1910
- most_popular: false
1900
overview:
1901
data_collection:
1902
metrics_description: "Monitor directory cache events per application given an overall vision about files on memory or storage device."
@@ -2131,7 +2120,6 @@ modules:
2120
- eBPF
2121
- latency
2122
- I/O
2134
- most_popular: false
2123
overview:
2124
data_collection:
2125
metrics_description: "Monitor latency for main actions on filesystem like I/O events."
@@ -2292,7 +2280,6 @@ modules:
2280
- syscall
2281
- shared memory
2282
- eBPF
2295
- most_popular: false
2283
overview:
2284
data_collection:
2285
metrics_description: "Monitor syscall responsible to manipulate shared memory."
@@ -2523,7 +2510,6 @@ modules:
2510
keywords:
2511
- SoftIRQ
2512
- eBPF
2526
- most_popular: false
2513
overview:
2514
data_collection:
2515
metrics_description: "Monitor latency for each SoftIRQ available."
@@ -2631,7 +2617,6 @@ modules:
2617
- umount
2618
- device
2619
- eBPF
2634
- most_popular: false
2620
overview:
2621
data_collection:
2622
metrics_description: "Monitor calls for mount and umount syscall."
@@ -2761,7 +2746,6 @@ modules:
2746
- eBPF
2747
- I/O
2748
- files
2764
- most_popular: false
2749
overview:
2750
data_collection:
2751
metrics_description: "Monitor I/O events on Linux Virtual Filesystem."
@@ -3190,7 +3174,6 @@ modules:
3174
- Memory
3175
- plugin
3176
- eBPF
3193
- most_popular: false
3177
overview:
3178
data_collection:
3179
metrics_description: "Monitor internal memory usage."
src/collectors/freebsd.plugin/metadata.yaml
-30
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "System Load Average"
@@ -114,7 +113,6 @@ modules:
113
info_provided_to_referring_integrations:
114
description: ""
115
keywords: []
117
- most_popular: false
116
overview:
117
data_collection:
118
metrics_description: "Collect Virtual Memory information from host."
@@ -216,7 +214,6 @@ modules:
214
info_provided_to_referring_integrations:
215
description: ""
216
keywords: []
219
- most_popular: false
217
overview:
218
data_collection:
219
metrics_description: "Total CPU utilization"
@@ -330,7 +327,6 @@ modules:
327
info_provided_to_referring_integrations:
328
description: ""
329
keywords: []
333
- most_popular: false
330
overview:
331
data_collection:
332
metrics_description: "Get current CPU temperature"
@@ -407,7 +403,6 @@ modules:
403
info_provided_to_referring_integrations:
404
description: ""
405
keywords: []
410
- most_popular: false
406
overview:
407
data_collection:
408
metrics_description: "Read current CPU Scaling frequency."
@@ -484,7 +479,6 @@ modules:
479
info_provided_to_referring_integrations:
480
description: ""
481
keywords: []
487
- most_popular: false
482
overview:
483
data_collection:
484
metrics_description: "Get total number of interrupts"
@@ -567,7 +561,6 @@ modules:
561
info_provided_to_referring_integrations:
562
description: ""
563
keywords: []
570
- most_popular: false
564
overview:
565
data_collection:
566
metrics_description: "Device interrupts"
@@ -644,7 +637,6 @@ modules:
637
info_provided_to_referring_integrations:
638
description: ""
639
keywords: []
647
- most_popular: false
640
overview:
641
data_collection:
642
metrics_description: "Software Interrupt"
@@ -721,7 +713,6 @@ modules:
713
info_provided_to_referring_integrations:
714
description: ""
715
keywords: []
724
- most_popular: false
716
overview:
717
data_collection:
718
metrics_description: "CPU context switch"
@@ -804,7 +795,6 @@ modules:
795
info_provided_to_referring_integrations:
796
description: ""
797
keywords: []
807
- most_popular: false
798
overview:
799
data_collection:
800
metrics_description: "Collect information about SWAP memory."
@@ -887,7 +877,6 @@ modules:
877
info_provided_to_referring_integrations:
878
description: ""
879
keywords: []
890
- most_popular: false
880
overview:
881
data_collection:
882
metrics_description: "Show information about system memory usage."
@@ -996,7 +985,6 @@ modules:
985
info_provided_to_referring_integrations:
986
description: ""
987
keywords: []
999
- most_popular: false
988
overview:
989
data_collection:
990
metrics_description: "The metric swap amount of data read from and written to SWAP."
@@ -1079,7 +1067,6 @@ modules:
1067
info_provided_to_referring_integrations:
1068
description: ""
1069
keywords: []
1082
- most_popular: false
1070
overview:
1071
data_collection:
1072
metrics_description: "Collect memory page faults events."
@@ -1160,7 +1147,6 @@ modules:
1147
info_provided_to_referring_integrations:
1148
description: ""
1149
keywords: []
1163
- most_popular: false
1150
overview:
1151
data_collection:
1152
metrics_description: "Collect information about semaphore."
@@ -1253,7 +1239,6 @@ modules:
1239
info_provided_to_referring_integrations:
1240
description: ""
1241
keywords: []
1256
- most_popular: false
1242
overview:
1243
data_collection:
1244
metrics_description: "Collect shared memory information."
@@ -1336,7 +1321,6 @@ modules:
1321
info_provided_to_referring_integrations:
1322
description: ""
1323
keywords: []
1339
- most_popular: false
1324
overview:
1325
data_collection:
1326
metrics_description: "Collect number of IPC message Queues"
@@ -1426,7 +1410,6 @@ modules:
1410
info_provided_to_referring_integrations:
1411
description: ""
1412
keywords: []
1429
- most_popular: false
1413
overview:
1414
data_collection:
1415
metrics_description: "Show period of time server is up."
@@ -1503,7 +1486,6 @@ modules:
1486
info_provided_to_referring_integrations:
1487
description: ""
1488
keywords: []
1506
- most_popular: false
1489
overview:
1490
data_collection:
1491
metrics_description: "Collect information about system softnet stat."
@@ -1617,7 +1599,6 @@ modules:
1599
info_provided_to_referring_integrations:
1600
description: ""
1601
keywords: []
1620
- most_popular: false
1602
overview:
1603
data_collection:
1604
metrics_description: "Collect information per hard disk available on host."
@@ -1809,7 +1790,6 @@ modules:
1790
info_provided_to_referring_integrations:
1791
description: ""
1792
keywords: []
1812
- most_popular: false
1793
overview:
1794
data_collection:
1795
metrics_description: ""
@@ -1891,7 +1871,6 @@ modules:
1871
info_provided_to_referring_integrations:
1872
description: ""
1873
keywords: []
1894
- most_popular: false
1874
overview:
1875
data_collection:
1876
metrics_description: "Collect overall information about TCP connections."
@@ -2078,7 +2057,6 @@ modules:
2057
info_provided_to_referring_integrations:
2058
description: ""
2059
keywords: []
2081
- most_popular: false
2060
overview:
2061
data_collection:
2062
metrics_description: "Collect information about UDP connections."
@@ -2180,7 +2158,6 @@ modules:
2158
info_provided_to_referring_integrations:
2159
description: ""
2160
keywords: []
2183
- most_popular: false
2161
overview:
2162
data_collection:
2163
metrics_description: "Collect information about ICMP traffic."
@@ -2283,7 +2260,6 @@ modules:
2260
info_provided_to_referring_integrations:
2261
description: ""
2262
keywords: []
2286
- most_popular: false
2263
overview:
2264
data_collection:
2265
metrics_description: "Collect IP stats"
@@ -2402,7 +2378,6 @@ modules:
2378
info_provided_to_referring_integrations:
2379
description: ""
2380
keywords: []
2405
- most_popular: false
2381
overview:
2382
data_collection:
2383
metrics_description: "Collect information abou IPv6 stats."
@@ -2523,7 +2498,6 @@ modules:
2498
info_provided_to_referring_integrations:
2499
description: ""
2500
keywords: []
2526
- most_popular: false
2501
overview:
2502
data_collection:
2503
metrics_description: "Collect information abou IPv6 ICMP"
@@ -2689,7 +2663,6 @@ modules:
2663
info_provided_to_referring_integrations:
2664
description: ""
2665
keywords: []
2692
- most_popular: false
2666
overview:
2667
data_collection:
2668
metrics_description: "Collect information about FreeBSD firewall."
@@ -2799,7 +2772,6 @@ modules:
2772
info_provided_to_referring_integrations:
2773
description: ""
2774
keywords: []
2802
- most_popular: false
2775
overview:
2776
data_collection:
2777
metrics_description: "Collect traffic per network interface."
@@ -3019,7 +2991,6 @@ modules:
2991
info_provided_to_referring_integrations:
2992
description: ""
2993
keywords: []
3022
- most_popular: false
2994
overview:
2995
data_collection:
2996
metrics_description: "Collect information per mount point."
@@ -3132,7 +3103,6 @@ modules:
3103
info_provided_to_referring_integrations:
3104
description: ""
3105
keywords: []
3135
- most_popular: false
3106
overview:
3107
data_collection:
3108
metrics_description: "Collect metrics for ZFS filesystem"
src/collectors/freeipmi.plugin/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- ipmi
20
- freeipmi
21
- ipmimonitoring
22
- most_popular: true
22
overview:
23
data_collection:
24
metrics_description: |
src/collectors/guides/proxmox/metadata.yaml
-1
@@ -58,7 +58,6 @@ modules:
58
module_name: /proc/spl/kstat/zfs/arcstats
59
info_provided_to_referring_integrations:
60
description: ""
61
- most_popular: true
61
overview:
62
data_collection:
63
metrics_description: |
src/collectors/idlejitter.plugin/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
keywords:
18
- latency
19
- jitter
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: >
src/collectors/ioping.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "Monitor IOPing metrics for efficient disk I/O latency tracking. Keep track of read/write speeds, latency, and error rates for optimized disk operations."
src/collectors/macos.plugin/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- macos
19
- apple
20
- darwin
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: "Monitor macOS metrics for efficient operating system performance."
src/collectors/network-viewer.plugin/metadata.yaml
-1
@@ -23,7 +23,6 @@ modules:
23
list: []
24
info_provided_to_referring_integrations:
25
description: ""
26
- most_popular: false
26
overview:
27
data_collection:
28
metrics_description: ""
src/collectors/nfacct.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ''
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: 'Monitor Netfilter metrics for optimal packet filtering and manipulation. Keep tabs on packet counts, dropped packets, and error rates to secure network operations.'
src/collectors/perf.plugin/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- cpu performance
20
- cpu cache
21
- perf.plugin
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: "This collector monitors CPU performance metrics about cycles, instructions, migrations, cache operations and more."
src/collectors/proc.plugin/metadata.yaml
-35
@@ -17,7 +17,6 @@ modules:
17
keywords:
18
- cpu utilization
19
- process counts
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
@@ -215,7 +214,6 @@ modules:
214
description: ""
215
keywords:
216
- entropy
218
- most_popular: false
217
overview:
218
data_collection:
219
metrics_description: |
@@ -323,7 +321,6 @@ modules:
321
description: ""
322
keywords:
323
- uptime
326
- most_popular: false
324
overview:
325
data_collection:
326
metrics_description: |
@@ -410,7 +407,6 @@ modules:
407
- page faults
408
- oom
409
- numa
413
- most_popular: false
410
overview:
411
data_collection:
412
metrics_description: |
@@ -626,7 +622,6 @@ modules:
622
description: ""
623
keywords:
624
- interrupts
629
- most_popular: false
625
overview:
626
data_collection:
627
metrics_description: |
@@ -742,7 +737,6 @@ modules:
737
keywords:
738
- load
739
- load average
745
- most_popular: false
740
overview:
741
data_collection:
742
metrics_description: |
@@ -870,7 +864,6 @@ modules:
864
description: ""
865
keywords:
866
- pressure
873
- most_popular: false
867
overview:
868
data_collection:
869
metrics_description: |
@@ -1045,7 +1038,6 @@ modules:
1038
keywords:
1039
- softirqs
1040
- interrupts
1048
- most_popular: false
1041
overview:
1042
data_collection:
1043
metrics_description: |
@@ -1152,7 +1144,6 @@ modules:
1144
description: ""
1145
keywords:
1146
- softnet
1155
- most_popular: false
1147
overview:
1148
data_collection:
1149
metrics_description: |
@@ -1280,7 +1271,6 @@ modules:
1271
- ram
1272
- available
1273
- committed
1283
- most_popular: false
1274
overview:
1275
data_collection:
1276
metrics_description: |
@@ -1519,7 +1509,6 @@ modules:
1509
description: ""
1510
keywords:
1511
- memory page types
1522
- most_popular: false
1512
overview:
1513
data_collection:
1514
metrics_description: "This integration provides metrics about the system's memory page types"
@@ -1612,7 +1601,6 @@ modules:
1601
- dimm
1602
- ram
1603
- hardware
1615
- most_popular: false
1604
overview:
1605
data_collection:
1606
metrics_description: |
@@ -1752,7 +1740,6 @@ modules:
1740
description: ""
1741
keywords:
1742
- numa
1755
- most_popular: false
1743
overview:
1744
data_collection:
1745
metrics_description: |
@@ -1846,7 +1833,6 @@ modules:
1833
- ksm
1834
- samepage
1835
- merging
1849
- most_popular: false
1836
overview:
1837
data_collection:
1838
metrics_description: |
@@ -1941,7 +1927,6 @@ modules:
1927
description: ""
1928
keywords:
1929
- zram
1944
- most_popular: false
1930
overview:
1931
data_collection:
1932
metrics_description: |
@@ -2042,7 +2027,6 @@ modules:
2027
- ipc
2028
- semaphores
2029
- shared memory
2045
- most_popular: false
2030
overview:
2031
data_collection:
2032
metrics_description: |
@@ -2172,7 +2156,6 @@ modules:
2156
- disks
2157
- io
2158
- block devices
2175
- most_popular: false
2159
overview:
2160
data_collection:
2161
metrics_description: |
@@ -2384,7 +2367,6 @@ modules:
2367
- cache
2368
- ssd
2369
- block devices
2387
- most_popular: false
2370
overview:
2371
data_collection:
2372
metrics_description: |
@@ -2533,7 +2515,6 @@ modules:
2515
- mdadm
2516
- mdstat
2517
- raid
2536
- most_popular: false
2518
overview:
2519
data_collection:
2520
metrics_description: "This integration monitors the status of MD RAID devices."
@@ -2671,7 +2652,6 @@ modules:
2652
description: ""
2653
keywords:
2654
- network interfaces
2674
- most_popular: false
2655
overview:
2656
data_collection:
2657
metrics_description: "Monitor network interface metrics about bandwidth, state, errors and more."
@@ -2893,7 +2873,6 @@ modules:
2873
description: ""
2874
keywords:
2875
- wireless devices
2896
- most_popular: false
2876
overview:
2877
data_collection:
2878
metrics_description: "Monitor wireless devices with metrics about status, link quality, signal level, noise level and more."
@@ -3004,7 +2983,6 @@ modules:
2983
keywords:
2984
- infiniband
2985
- rdma
3007
- most_popular: false
2986
overview:
2987
data_collection:
2988
metrics_description: "This integration monitors InfiniBand network inteface statistics."
@@ -3151,7 +3129,6 @@ modules:
3129
- icmp
3130
- netstat
3131
- snmp
3154
- most_popular: false
3132
overview:
3133
data_collection:
3134
metrics_description: "This integration provides metrics from the `netstat`, `snmp` and `snmp6` modules."
@@ -3731,7 +3708,6 @@ modules:
3708
description: ""
3709
keywords:
3710
- sockets
3734
- most_popular: false
3711
overview:
3712
data_collection:
3713
metrics_description: "This integration provides socket statistics."
@@ -3865,7 +3841,6 @@ modules:
3841
description: ""
3842
keywords:
3843
- ipv6 sockets
3868
- most_popular: false
3844
overview:
3845
data_collection:
3846
metrics_description: "This integration provides IPv6 socket statistics."
@@ -3962,7 +3937,6 @@ modules:
3937
description: ""
3938
keywords:
3939
- ip virtual server
3965
- most_popular: false
3940
overview:
3941
data_collection:
3942
metrics_description: "This integration monitors IP Virtual Server statistics"
@@ -4050,7 +4024,6 @@ modules:
4024
keywords:
4025
- nfs client
4026
- filesystem
4053
- most_popular: false
4027
overview:
4028
data_collection:
4029
metrics_description: "This integration provides statistics from the Linux kernel's NFS Client."
@@ -4151,7 +4124,6 @@ modules:
4124
keywords:
4125
- nfs server
4126
- filesystem
4154
- most_popular: false
4127
overview:
4128
data_collection:
4129
metrics_description: "This integration provides statistics from the Linux kernel's NFS Server."
@@ -4285,7 +4257,6 @@ modules:
4257
keywords:
4258
- sctp
4259
- stream control transmission protocol
4288
- most_popular: false
4260
overview:
4261
data_collection:
4262
metrics_description: "This integration provides statistics about the Stream Control Transmission Protocol (SCTP)."
@@ -4390,7 +4361,6 @@ modules:
4361
- connection tracking mechanism
4362
- netfilter
4363
- conntrack
4393
- most_popular: false
4364
overview:
4365
data_collection:
4366
metrics_description: "This integration monitors the connection tracking mechanism of Netfilter in the Linux Kernel."
@@ -4509,7 +4479,6 @@ modules:
4479
description: ""
4480
keywords:
4481
- synproxy
4512
- most_popular: false
4482
overview:
4483
data_collection:
4484
metrics_description: "This integration provides statistics about the Synproxy netfilter module."
@@ -4599,7 +4568,6 @@ modules:
4568
- arc
4569
- zfs
4570
- filesystem
4602
- most_popular: false
4571
overview:
4572
data_collection:
4573
metrics_description: "This integration monitors ZFS Adadptive Replacement Cache (ARC) statistics."
@@ -4863,7 +4831,6 @@ modules:
4831
keywords:
4832
- btrfs
4833
- filesystem
4866
- most_popular: false
4834
overview:
4835
data_collection:
4836
metrics_description: "This integration provides usage and error statistics from the BTRFS filesystem."
@@ -5053,7 +5020,6 @@ modules:
5020
keywords:
5021
- psu
5022
- power supply
5056
- most_popular: false
5023
overview:
5024
data_collection:
5025
metrics_description: "This integration monitors Power supply metrics, such as battery status, AC power status and more."
@@ -5170,7 +5136,6 @@ modules:
5136
- amd
5137
- gpu
5138
- hardware
5173
- most_popular: false
5139
overview:
5140
data_collection:
5141
metrics_description: "This integration monitors AMD GPU metrics, such as utilization, clock frequency and memory usage."
src/collectors/python.d.plugin/am2320/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- am2320
20
- sensor
21
- humidity
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: 'This collector monitors AM2320 sensor metrics about temperature and humidity.'
src/collectors/python.d.plugin/go_expvar/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- go
19
- expvar
20
- application
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: "This collector monitors Go applications that expose their metrics with the use of the `expvar` package from the Go standard library. It produces charts for Go runtime memory statistics and optionally any number of custom charts."
src/collectors/python.d.plugin/haproxy/metadata.yaml
-1
@@ -20,7 +20,6 @@
20
# - haproxy
21
# - tcp
22
# - balancer
23
-# most_popular: false
23
# overview:
24
# data_collection:
25
# metrics_description: 'This collector monitors HAProxy metrics about frontend servers, backend servers, responses and more.'
src/collectors/python.d.plugin/pandas/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
keywords:
18
- pandas
19
- python
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/collectors/python.d.plugin/traefik/metadata.yaml
-1
@@ -15,7 +15,6 @@
15
# info_provided_to_referring_integrations:
16
# description: ''
17
# keywords: []
18
-# most_popular: false
18
# overview:
19
# data_collection:
20
# metrics_description: ''
src/collectors/slabinfo.plugin/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- slub
21
- slob
22
- slabinfo
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: >
src/collectors/tc.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "Examine tc metrics to gain insights into Linux traffic control operations. Study packet flow rates, queue lengths, and drop rates to optimize network traffic flow."
src/collectors/timex.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "Examine Timex metrics to gain insights into system clock operations. Study time sync status, clock drift, and adjustments to ensure accurate system timekeeping."
src/collectors/windows.plugin/metadata.yaml
-21
@@ -19,7 +19,6 @@ modules:
19
- microsoft
20
- processor
21
- CPU
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
@@ -123,7 +122,6 @@ modules:
122
keywords:
123
- memory
124
- swap
126
- most_popular: false
125
overview:
126
data_collection:
127
metrics_description: |
@@ -227,7 +225,6 @@ modules:
225
- process counts
226
- threads
227
- context switch
230
- most_popular: false
228
overview:
229
data_collection:
230
metrics_description: |
@@ -331,7 +328,6 @@ modules:
328
- volume
329
- physical
330
- logical
334
- most_popular: false
331
overview:
332
data_collection:
333
metrics_description: |
@@ -514,7 +510,6 @@ modules:
510
- udp
511
- tcp
512
- interface
517
- most_popular: false
513
overview:
514
data_collection:
515
metrics_description: |
@@ -834,7 +829,6 @@ modules:
829
keywords:
830
- ipc
831
- semaphores
837
- most_popular: false
832
overview:
833
data_collection:
834
metrics_description: |
@@ -926,7 +920,6 @@ modules:
920
keywords:
921
- cpu
922
- temperature
929
- most_popular: false
923
overview:
924
data_collection:
925
metrics_description: |
@@ -1008,7 +1001,6 @@ modules:
1001
keywords:
1002
- thermal
1003
- temperature
1011
- most_popular: false
1004
overview:
1005
data_collection:
1006
metrics_description: |
@@ -1089,7 +1081,6 @@ modules:
1081
description: ""
1082
keywords:
1083
- power supply
1092
- most_popular: false
1084
overview:
1085
data_collection:
1086
metrics_description: |
@@ -1183,7 +1174,6 @@ modules:
1174
keywords:
1175
- Sensors
1176
- Windows
1186
- most_popular: false
1177
overview:
1178
data_collection:
1179
metrics_description: |
@@ -1410,7 +1400,6 @@ modules:
1400
- IIS
1401
- HTTP
1402
- Web service
1413
- most_popular: false
1403
overview:
1404
data_collection:
1405
metrics_description: |
@@ -1729,7 +1718,6 @@ modules:
1718
- hyperv
1719
- virtualization
1720
- vm
1732
- most_popular: false
1721
overview:
1722
data_collection:
1723
metrics_description: |
@@ -2096,7 +2084,6 @@ modules:
2084
- microsoft
2085
- sql
2086
- queries
2099
- most_popular: false
2087
overview:
2088
data_collection:
2089
metrics_description: |
@@ -2719,7 +2706,6 @@ modules:
2706
- microsoft
2707
- netframework
2708
- dotnet
2722
- most_popular: false
2709
overview:
2710
data_collection:
2711
metrics_description: |
@@ -2985,7 +2971,6 @@ modules:
2971
- microsoft
2972
- active directory
2973
- ad
2988
- most_popular: false
2974
overview:
2975
data_collection:
2976
metrics_description: |
@@ -3152,7 +3137,6 @@ modules:
3137
- active directory
3138
- adcs
3139
- ad
3155
- most_popular: false
3140
overview:
3141
data_collection:
3142
metrics_description: |
@@ -3329,7 +3313,6 @@ modules:
3313
- active directory
3314
- adfs
3315
- ad
3332
- most_popular: false
3316
overview:
3317
data_collection:
3318
metrics_description: |
@@ -3605,7 +3588,6 @@ modules:
3588
- windows
3589
- microsoft
3590
- services
3608
- most_popular: false
3591
overview:
3592
data_collection:
3593
metrics_description: |
@@ -3698,7 +3680,6 @@ modules:
3680
- microsoft
3681
- exchange
3682
- mail
3701
- most_popular: false
3683
overview:
3684
data_collection:
3685
metrics_description: |
@@ -3962,7 +3943,6 @@ modules:
3943
- windows
3944
- NUMA
3945
- processor
3965
- most_popular: false
3946
overview:
3947
data_collection:
3948
metrics_description: |
@@ -4048,7 +4028,6 @@ modules:
4028
- windows
4029
- ASP
4030
- webservice
4051
- most_popular: false
4031
overview:
4032
data_collection:
4033
metrics_description: |
src/collectors/xenstat.plugin/metadata.yaml
-1
@@ -15,7 +15,6 @@ modules:
15
info_provided_to_referring_integrations:
16
description: ""
17
keywords: []
18
- most_popular: false
18
overview:
19
data_collection:
20
metrics_description: "This collector monitors XenServer and XCP-ng host and domains statistics."
src/crates/netdata-otel/otel-plugin/metadata.yaml
-1
@@ -24,7 +24,6 @@ modules:
24
list: []
25
info_provided_to_referring_integrations:
26
description: ""
27
- most_popular: true
27
overview:
28
data_collection:
29
metrics_description: |
src/go/plugin/go.d/collector/activemq/metadata.yaml
-1
@@ -13,7 +13,6 @@ modules:
13
alternative_monitored_instances: []
14
keywords:
15
- message broker
16
- most_popular: false
16
info_provided_to_referring_integrations:
17
description: ""
18
related_resources:
src/go/plugin/go.d/collector/adaptecraid/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/ap/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- point
21
- wireless
22
- network
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/apache/metadata.yaml
-1
@@ -24,7 +24,6 @@ modules:
24
module_name: apps
25
info_provided_to_referring_integrations:
26
description: ""
27
- most_popular: true
27
overview:
28
data_collection:
29
metrics_description: |
src/go/plugin/go.d/collector/apcupsd/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/beanstalk/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- beanstalk
20
- beanstalkd
21
- message
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/boinc/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
keywords:
19
- boinc
20
- distributed
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/cassandra/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
list: []
22
info_provided_to_referring_integrations:
23
description: ""
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/ceph/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
keywords:
18
- ceph
19
- storage
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/chrony/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
related_resources:
18
integrations:
19
list: []
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/clickhouse/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/cockroachdb/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/consul/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- service networking platform
21
- hashicorp
22
- autopilot
23
- most_popular: true
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/coredns/metadata.yaml
-1
@@ -30,7 +30,6 @@ modules:
30
monitored_instance_name: "Kubernetes Containers"
31
info_provided_to_referring_integrations:
32
description: ""
33
- most_popular: false
33
overview:
34
data_collection:
35
metrics_description: |
src/go/plugin/go.d/collector/couchbase/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/couchdb/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/dcgm/metadata.yaml
-1
@@ -22,7 +22,6 @@ modules:
22
module_name: nvidia_smi
23
info_provided_to_referring_integrations:
24
description: ""
25
- most_popular: false
25
overview:
26
data_collection:
27
metrics_description: |
src/go/plugin/go.d/collector/dmcache/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: >
src/go/plugin/go.d/collector/dnsdist/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/dnsmasq/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/dnsmasq_dhcp/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/dnsquery/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/docker/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
description: ""
19
keywords:
20
- container
21
- most_popular: true
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/docker_engine/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
keywords:
20
- docker
21
- container
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/dockerhub/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/dovecot/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- dovecot
20
- imap
21
- mail
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/elasticsearch/metadata.yaml
-1
@@ -26,7 +26,6 @@ modules:
26
monitored_instance_name: Containers
27
info_provided_to_referring_integrations:
28
description: ""
29
- most_popular: true
29
overview:
30
data_collection:
31
metrics_description: |
src/go/plugin/go.d/collector/envoy/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
module_name: apps
21
info_provided_to_referring_integrations:
22
description: ""
23
- most_popular: true
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/ethtool/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: >
src/go/plugin/go.d/collector/exim/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: >
src/go/plugin/go.d/collector/fail2ban/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
list: []
21
info_provided_to_referring_integrations:
22
description: ""
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: >
src/go/plugin/go.d/collector/filecheck/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/fluentd/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/freeradius/metadata.yaml
-1
@@ -13,7 +13,6 @@ modules:
13
keywords:
14
- freeradius
15
- radius
16
- most_popular: false
16
info_provided_to_referring_integrations:
17
description: ""
18
related_resources:
src/go/plugin/go.d/collector/gearman/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- gearman
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/geth/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
module_name: apps
22
info_provided_to_referring_integrations:
23
description: ""
24
- most_popular: true
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/haproxy/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
list: []
22
info_provided_to_referring_integrations:
23
description: ""
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/hddtemp/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- hdd temperature
21
- disk temperature
22
- temperature
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/hdfs/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: true
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/hpssa/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
list: []
22
info_provided_to_referring_integrations:
23
description: ""
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/httpcheck/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: true
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/icecast/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- icecast
19
- streaming
20
- media
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: "This collector monitors Icecast listener counts."
src/go/plugin/go.d/collector/intelgpu/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/ipfs/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
keywords:
19
- ipfs
20
- filesystem
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: "This collector monitors IPFS daemon health and network activity."
src/go/plugin/go.d/collector/isc_dhcpd/metadata.yaml
-1
@@ -13,7 +13,6 @@ modules:
13
keywords:
14
- dhcpd
15
- dhcp
16
- most_popular: false
16
info_provided_to_referring_integrations:
17
description: ""
18
related_resources:
src/go/plugin/go.d/collector/k8s_apiserver/metadata.yaml
-1
@@ -31,7 +31,6 @@ modules:
31
module_name: coredns
32
info_provided_to_referring_integrations:
33
description: ""
34
- most_popular: true
34
overview:
35
data_collection:
36
metrics_description: |
src/go/plugin/go.d/collector/k8s_kubelet/metadata.yaml
-1
@@ -32,7 +32,6 @@ modules:
32
module_name: coredns
33
info_provided_to_referring_integrations:
34
description: ""
35
- most_popular: true
35
overview:
36
data_collection:
37
metrics_description: |
src/go/plugin/go.d/collector/k8s_kubeproxy/metadata.yaml
-1
@@ -32,7 +32,6 @@ modules:
32
module_name: coredns
33
info_provided_to_referring_integrations:
34
description: ""
35
- most_popular: true
35
overview:
36
data_collection:
37
metrics_description: |
src/go/plugin/go.d/collector/k8s_state/metadata.yaml
-1
@@ -29,7 +29,6 @@ modules:
29
module_name: coredns
30
info_provided_to_referring_integrations:
31
description: ""
32
- most_popular: true
32
overview:
33
data_collection:
34
metrics_description: |
src/go/plugin/go.d/collector/lighttpd/metadata.yaml
-1
@@ -23,7 +23,6 @@ modules:
23
module_name: apps
24
info_provided_to_referring_integrations:
25
description: ""
26
- most_popular: true
26
overview:
27
data_collection:
28
metrics_description: |
src/go/plugin/go.d/collector/litespeed/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- litespeed
20
- web
21
- server
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: "Examine Litespeed metrics for insights into web server operations. Analyze request rates, response times, and error rates for efficient web service delivery."
src/go/plugin/go.d/collector/logind/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/logstash/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/lvm/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: >
src/go/plugin/go.d/collector/maxscale/metadata.yaml
-1
@@ -22,7 +22,6 @@ modules:
22
- maxscale
23
- database
24
- db
25
- most_popular: false
25
overview:
26
data_collection:
27
metrics_description: |
src/go/plugin/go.d/collector/megacli/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/memcached/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- memcache
21
- cache
22
- database
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: "Monitor Memcached metrics for proficient in-memory key-value store operations. Track cache hits, misses, and memory usage for efficient data caching."
src/go/plugin/go.d/collector/mongodb/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/monit/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- mmonit
22
- supervision tool
23
- monitrc
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/mssql/metadata.yaml
-1
@@ -27,7 +27,6 @@ modules:
27
- "mssql"
28
- "sql server"
29
- "microsoft"
30
- most_popular: false
30
overview:
31
multi_instance: true
32
data_collection:
src/go/plugin/go.d/collector/mysql/metadata.yaml
-2
@@ -28,7 +28,6 @@ modules:
28
- "maria"
29
- "mariadb"
30
- "sql"
31
- most_popular: true
31
overview:
32
multi_instance: true
33
data_collection:
@@ -1324,7 +1323,6 @@ modules:
1323
meta:
1324
<<: *meta
1325
id: collector-go.d.plugin-percona_mysql
1327
- most_popular: false
1326
monitored_instance:
1327
name: Percona MySQL
1328
link: https://www.percona.com/software/mysql-database/percona-server
src/go/plugin/go.d/collector/nats/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- nats
21
- messaging
22
- broker
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/nginx/metadata.yaml
-1
@@ -31,7 +31,6 @@ modules:
31
- webserver
32
- http
33
- proxy
34
- most_popular: true
34
overview:
35
data_collection:
36
metrics_description: |
src/go/plugin/go.d/collector/nginxplus/metadata.yaml
-1
@@ -22,7 +22,6 @@ modules:
22
list: []
23
info_provided_to_referring_integrations:
24
description: ""
25
- most_popular: false
25
overview:
26
data_collection:
27
metrics_description: |
src/go/plugin/go.d/collector/nginxunit/metadata.yaml
-1
@@ -22,7 +22,6 @@ modules:
22
- web
23
- appserver
24
- http
25
- most_popular: false
25
overview:
26
data_collection:
27
metrics_description: |
src/go/plugin/go.d/collector/nginxvts/metadata.yaml
-1
@@ -23,7 +23,6 @@ modules:
23
module_name: apps
24
info_provided_to_referring_integrations:
25
description: ""
26
- most_popular: true
26
overview:
27
data_collection:
28
metrics_description: |
src/go/plugin/go.d/collector/nsd/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: [ ]
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: >
src/go/plugin/go.d/collector/ntpd/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: >
src/go/plugin/go.d/collector/nvidia_smi/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
module_name: dcgm
22
info_provided_to_referring_integrations:
23
description: ""
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/nvme/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: >
src/go/plugin/go.d/collector/openldap/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- openldap
19
- RBAC
20
- Directory access
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/openvpn/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/openvpn_status_log/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/oracledb/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- database
20
- oracle
21
- sql
22
- most_popular: false
22
overview:
23
multi_instance: true
24
data_collection:
src/go/plugin/go.d/collector/pgbouncer/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/phpdaemon/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/phpfpm/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/pihole/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/pika/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/ping/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/portcheck/metadata.yaml
-1
@@ -16,7 +16,6 @@ modules:
16
list: []
17
info_provided_to_referring_integrations:
18
description: ""
19
- most_popular: false
19
overview:
20
data_collection:
21
metrics_description: |
src/go/plugin/go.d/collector/postfix/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- postfix
19
- mail
20
- mail server
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: >
src/go/plugin/go.d/collector/postgres/metadata.yaml
-1
@@ -27,7 +27,6 @@ modules:
27
- postgres
28
- postgresql
29
- sql
30
- most_popular: true
30
overview:
31
multi_instance: true
32
data_collection:
src/go/plugin/go.d/collector/powerdns/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/powerdns_recursor/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/prometheus/metadata.yaml
-161
@@ -19,7 +19,6 @@ modules:
19
list: [ ]
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: true
22
overview: &overview
23
data_collection:
24
metrics_description: |
@@ -311,7 +310,6 @@ modules:
310
meta:
311
<<: *meta
312
id: collector-go.d.plugin-prometheus-aws_ec2
314
- most_popular: false
313
community: true
314
monitored_instance:
315
name: AWS EC2 Compute instances
@@ -341,7 +339,6 @@ modules:
339
meta:
340
<<: *meta
341
id: collector-go.d.plugin-prometheus-blackbox
344
- most_popular: false
342
community: true
343
monitored_instance:
344
name: Blackbox
@@ -369,7 +366,6 @@ modules:
366
meta:
367
<<: *meta
368
id: collector-go.d.plugin-prometheus-cilium_agent
372
- most_popular: false
369
community: true
370
monitored_instance:
371
name: Cilium Agent
@@ -396,7 +392,6 @@ modules:
392
meta:
393
<<: *meta
394
id: collector-go.d.plugin-prometheus-cilium_operator
399
- most_popular: false
395
community: true
396
monitored_instance:
397
name: Cilium Operator
@@ -423,7 +418,6 @@ modules:
418
meta:
419
<<: *meta
420
id: collector-go.d.plugin-prometheus-cilium_proxy
426
- most_popular: false
421
community: true
422
monitored_instance:
423
name: Cilium Proxy
@@ -450,7 +444,6 @@ modules:
444
meta:
445
id: collector-go.d.plugin-prometheus-aws_cloudwatch
446
<<: *meta
453
- most_popular: false
447
community: true
448
monitored_instance:
449
name: CloudWatch
@@ -480,7 +473,6 @@ modules:
473
meta:
474
<<: *meta
475
id: collector-go.d.plugin-prometheus-concourse
483
- most_popular: false
476
community: true
477
monitored_instance:
478
name: Concourse
@@ -507,7 +499,6 @@ modules:
499
meta:
500
<<: *meta
501
id: collector-go.d.plugin-prometheus-scylladb
510
- most_popular: false
502
community: true
503
monitored_instance:
504
name: ScyllaDB
@@ -527,7 +518,6 @@ modules:
518
meta:
519
<<: *meta
520
id: collector-go.d.plugin-prometheus-crowdsec
530
- most_popular: false
521
community: true
522
monitored_instance:
523
name: Crowdsec
@@ -554,7 +544,6 @@ modules:
544
meta:
545
<<: *meta
546
id: collector-go.d.plugin-prometheus-discourse
557
- most_popular: false
547
community: true
548
monitored_instance:
549
name: Discourse
@@ -581,7 +570,6 @@ modules:
570
meta:
571
<<: *meta
572
id: collector-go.d.plugin-prometheus-dynatrace
584
- most_popular: false
573
community: true
574
monitored_instance:
575
name: Dynatrace
@@ -608,7 +596,6 @@ modules:
596
meta:
597
<<: *meta
598
id: collector-go.d.plugin-prometheus-eos_web
611
- most_popular: false
599
community: true
600
monitored_instance:
601
name: EOS
@@ -635,7 +622,6 @@ modules:
622
meta:
623
<<: *meta
624
id: collector-go.d.plugin-prometheus-etcd
638
- most_popular: false
625
community: true
626
monitored_instance:
627
name: etcd
@@ -655,7 +641,6 @@ modules:
641
meta:
642
<<: *meta
643
id: collector-go.d.plugin-prometheus-freebsd_nfs
658
- most_popular: false
644
community: true
645
monitored_instance:
646
name: FreeBSD NFS
@@ -682,7 +667,6 @@ modules:
667
meta:
668
<<: *meta
669
id: collector-go.d.plugin-prometheus-freebsd_rctl
685
- most_popular: false
670
community: true
671
monitored_instance:
672
name: FreeBSD RCTL-RACCT
@@ -709,7 +693,6 @@ modules:
693
meta:
694
<<: *meta
695
id: collector-go.d.plugin-prometheus-gcp_gce
712
- most_popular: false
696
community: true
697
monitored_instance:
698
name: GCP GCE
@@ -736,7 +719,6 @@ modules:
719
meta:
720
<<: *meta
721
id: collector-go.d.plugin-prometheus-github_repo
739
- most_popular: false
722
community: true
723
monitored_instance:
724
name: GitHub repository
@@ -763,7 +745,6 @@ modules:
745
meta:
746
<<: *meta
747
id: collector-go.d.plugin-prometheus-gitlab_runner
766
- most_popular: false
748
community: true
749
monitored_instance:
750
name: GitLab Runner
@@ -790,7 +771,6 @@ modules:
771
meta:
772
<<: *meta
773
id: collector-go.d.plugin-prometheus-gobetween
793
- most_popular: false
774
community: true
775
monitored_instance:
776
name: Gobetween
@@ -810,7 +790,6 @@ modules:
790
meta:
791
<<: *meta
792
id: collector-go.d.plugin-prometheus-gcp
813
- most_popular: false
793
community: true
794
monitored_instance:
795
name: Google Cloud Platform
@@ -840,7 +819,6 @@ modules:
819
meta:
820
<<: *meta
821
id: collector-go.d.plugin-prometheus-gcp_stackdriver
843
- most_popular: false
822
community: true
823
monitored_instance:
824
name: Google Stackdriver
@@ -870,7 +848,6 @@ modules:
848
meta:
849
<<: *meta
850
id: collector-go.d.plugin-prometheus-grafana
873
- most_popular: false
851
community: true
852
monitored_instance:
853
name: Grafana
@@ -890,7 +867,6 @@ modules:
867
meta:
868
<<: *meta
869
id: collector-go.d.plugin-prometheus-graylog
893
- most_popular: false
870
community: true
871
monitored_instance:
872
name: Graylog Server
@@ -918,7 +894,6 @@ modules:
894
meta:
895
<<: *meta
896
id: collector-go.d.plugin-prometheus-hana
921
- most_popular: false
897
community: true
898
monitored_instance:
899
name: HANA
@@ -945,7 +920,6 @@ modules:
920
meta:
921
<<: *meta
922
id: collector-go.d.plugin-prometheus-honeypot
948
- most_popular: false
923
community: true
924
monitored_instance:
925
name: Honeypot
@@ -972,7 +946,6 @@ modules:
946
meta:
947
<<: *meta
948
id: collector-go.d.plugin-prometheus-hubble
975
- most_popular: false
949
community: true
950
monitored_instance:
951
name: Hubble
@@ -999,7 +972,6 @@ modules:
972
meta:
973
<<: *meta
974
id: collector-go.d.plugin-prometheus-ibm_spectrum
1002
- most_popular: false
975
community: true
976
monitored_instance:
977
name: IBM Spectrum
@@ -1026,7 +998,6 @@ modules:
998
meta:
999
<<: *meta
1000
id: collector-go.d.plugin-prometheus-influxdb
1029
- most_popular: false
1001
community: true
1002
monitored_instance:
1003
name: InfluxDB
@@ -1056,7 +1027,6 @@ modules:
1027
meta:
1028
<<: *meta
1029
id: collector-go.d.plugin-prometheus-jenkins
1059
- most_popular: false
1030
community: true
1031
monitored_instance:
1032
name: Jenkins
@@ -1083,7 +1053,6 @@ modules:
1053
meta:
1054
<<: *meta
1055
id: collector-go.d.plugin-prometheus-jmx
1086
- most_popular: false
1056
community: true
1057
monitored_instance:
1058
name: JMX
@@ -1110,7 +1079,6 @@ modules:
1079
meta:
1080
<<: *meta
1081
id: collector-go.d.plugin-prometheus-kafka_consumer_lag
1113
- most_popular: false
1082
community: true
1083
monitored_instance:
1084
name: Kafka Consumer Lag
@@ -1140,7 +1108,6 @@ modules:
1108
meta:
1109
<<: *meta
1110
id: collector-go.d.plugin-prometheus-kafka
1143
- most_popular: false
1111
community: true
1112
monitored_instance:
1113
name: Kafka
@@ -1170,7 +1137,6 @@ modules:
1137
meta:
1138
<<: *meta
1139
id: collector-go.d.plugin-prometheus-kafka_zookeeper
1173
- most_popular: false
1140
community: true
1141
monitored_instance:
1142
name: Kafka ZooKeeper
@@ -1200,7 +1166,6 @@ modules:
1166
meta:
1167
<<: *meta
1168
id: collector-go.d.plugin-prometheus-linode
1203
- most_popular: false
1169
community: true
1170
monitored_instance:
1171
name: Linode
@@ -1227,7 +1192,6 @@ modules:
1192
meta:
1193
<<: *meta
1194
id: collector-go.d.plugin-prometheus-loki
1230
- most_popular: false
1195
community: true
1196
monitored_instance:
1197
name: loki
@@ -1254,7 +1218,6 @@ modules:
1218
meta:
1219
<<: *meta
1220
id: collector-go.d.plugin-prometheus-minecraft
1257
- most_popular: false
1221
community: true
1222
monitored_instance:
1223
name: Minecraft
@@ -1281,7 +1244,6 @@ modules:
1244
meta:
1245
<<: *meta
1246
id: collector-go.d.plugin-prometheus-mosquitto
1284
- most_popular: false
1247
community: true
1248
monitored_instance:
1249
name: mosquitto
@@ -1308,7 +1270,6 @@ modules:
1270
meta:
1271
<<: *meta
1272
id: collector-go.d.plugin-prometheus-ibm_mq
1311
- most_popular: false
1273
community: true
1274
monitored_instance:
1275
name: IBM MQ
@@ -1335,7 +1296,6 @@ modules:
1296
meta:
1297
<<: *meta
1298
id: collector-go.d.plugin-prometheus-mqtt_blackbox
1338
- most_popular: false
1299
community: true
1300
monitored_instance:
1301
name: MQTT Blackbox
@@ -1362,7 +1322,6 @@ modules:
1322
meta:
1323
<<: *meta
1324
id: collector-go.d.plugin-prometheus-netapp_ontap
1365
- most_popular: false
1325
community: true
1326
monitored_instance:
1327
name: Netapp ONTAP API
@@ -1392,7 +1351,6 @@ modules:
1351
meta:
1352
<<: *meta
1353
id: collector-go.d.plugin-prometheus-netapp_solidfire
1395
- most_popular: false
1354
community: true
1355
monitored_instance:
1356
name: NetApp Solidfire
@@ -1422,7 +1380,6 @@ modules:
1380
meta:
1381
<<: *meta
1382
id: collector-go.d.plugin-prometheus-openvswitch
1425
- most_popular: false
1383
community: true
1384
monitored_instance:
1385
name: Open vSwitch
@@ -1449,7 +1406,6 @@ modules:
1406
meta:
1407
<<: *meta
1408
id: collector-go.d.plugin-prometheus-google_pagespeed
1452
- most_popular: false
1409
community: true
1410
monitored_instance:
1411
name: Google Pagespeed
@@ -1479,7 +1435,6 @@ modules:
1435
meta:
1436
id: collector-go.d.plugin-prometheus-philips_hue
1437
<<: *meta
1482
- most_popular: false
1438
community: true
1439
monitored_instance:
1440
name: Philips Hue
@@ -1506,7 +1461,6 @@ modules:
1461
meta:
1462
<<: *meta
1463
id: collector-go.d.plugin-prometheus-podman
1509
- most_popular: false
1464
community: true
1465
monitored_instance:
1466
name: Podman
@@ -1533,7 +1487,6 @@ modules:
1487
meta:
1488
<<: *meta
1489
id: collector-go.d.plugin-prometheus-proxmox
1536
- most_popular: false
1490
community: true
1491
monitored_instance:
1492
name: Proxmox VE
@@ -1560,7 +1513,6 @@ modules:
1513
meta:
1514
<<: *meta
1515
id: collector-go.d.plugin-prometheus-radius
1563
- most_popular: false
1516
community: true
1517
monitored_instance:
1518
name: RADIUS
@@ -1587,7 +1539,6 @@ modules:
1539
meta:
1540
<<: *meta
1541
id: collector-go.d.plugin-prometheus-aws_rds
1590
- most_popular: false
1542
community: true
1543
monitored_instance:
1544
name: AWS RDS
@@ -1617,7 +1568,6 @@ modules:
1568
meta:
1569
<<: *meta
1570
id: collector-go.d.plugin-prometheus-ripe_atlas
1620
- most_popular: false
1571
community: true
1572
monitored_instance:
1573
name: RIPE Atlas
@@ -1644,7 +1594,6 @@ modules:
1594
meta:
1595
<<: *meta
1596
id: collector-go.d.plugin-prometheus-slurm
1647
- most_popular: false
1597
community: true
1598
monitored_instance:
1599
name: Slurm
@@ -1671,7 +1620,6 @@ modules:
1620
meta:
1621
<<: *meta
1622
id: collector-go.d.plugin-prometheus-spacelift
1674
- most_popular: false
1623
community: true
1624
monitored_instance:
1625
name: Spacelift
@@ -1698,7 +1646,6 @@ modules:
1646
meta:
1647
<<: *meta
1648
id: collector-go.d.plugin-prometheus-starlink
1701
- most_popular: false
1649
community: true
1650
monitored_instance:
1651
name: Starlink (SpaceX)
@@ -1725,7 +1672,6 @@ modules:
1672
meta:
1673
<<: *meta
1674
id: collector-go.d.plugin-prometheus-statuspage
1728
- most_popular: false
1675
community: true
1676
monitored_instance:
1677
name: StatusPage
@@ -1752,7 +1698,6 @@ modules:
1698
meta:
1699
<<: *meta
1700
id: collector-go.d.plugin-prometheus-tacas
1755
- most_popular: false
1701
community: true
1702
monitored_instance:
1703
name: TACACS
@@ -1779,7 +1724,6 @@ modules:
1724
meta:
1725
<<: *meta
1726
id: collector-go.d.plugin-prometheus-tesla_vehicle
1782
- most_popular: false
1727
community: true
1728
monitored_instance:
1729
name: Tesla vehicle
@@ -1806,7 +1750,6 @@ modules:
1750
meta:
1751
<<: *meta
1752
id: collector-go.d.plugin-prometheus-twitch
1809
- most_popular: false
1753
community: true
1754
monitored_instance:
1755
name: Twitch
@@ -1833,7 +1776,6 @@ modules:
1776
meta:
1777
<<: *meta
1778
id: collector-go.d.plugin-prometheus-ubiquity_ufiber
1836
- most_popular: false
1779
community: true
1780
monitored_instance:
1781
name: Ubiquiti UFiber OLT
@@ -1860,7 +1802,6 @@ modules:
1802
meta:
1803
<<: *meta
1804
id: collector-go.d.plugin-prometheus-uptimerobot
1863
- most_popular: false
1805
community: true
1806
monitored_instance:
1807
name: Uptimerobot
@@ -1887,7 +1828,6 @@ modules:
1828
meta:
1829
<<: *meta
1830
id: collector-go.d.plugin-prometheus-vault_pki
1890
- most_popular: false
1831
community: true
1832
monitored_instance:
1833
name: Vault PKI
@@ -1914,7 +1854,6 @@ modules:
1854
meta:
1855
<<: *meta
1856
id: collector-go.d.plugin-prometheus-vertica
1917
- most_popular: false
1857
community: true
1858
monitored_instance:
1859
name: Vertica
@@ -1941,7 +1880,6 @@ modules:
1880
meta:
1881
<<: *meta
1882
id: collector-go.d.plugin-prometheus-vscode
1944
- most_popular: false
1883
community: true
1884
monitored_instance:
1885
name: VSCode
@@ -1968,7 +1906,6 @@ modules:
1906
meta:
1907
<<: *meta
1908
id: collector-go.d.plugin-prometheus-4d_server
1971
- most_popular: false
1909
community: true
1910
monitored_instance:
1911
name: 4D Server
@@ -1995,7 +1932,6 @@ modules:
1932
meta:
1933
<<: *meta
1934
id: collector-go.d.plugin-prometheus-8430ft-modem
1998
- most_popular: false
1935
community: true
1936
monitored_instance:
1937
name: 8430FT modem
@@ -2022,7 +1958,6 @@ modules:
1958
meta:
1959
<<: *meta
1960
id: collector-go.d.plugin-prometheus-steam_a2s
2025
- most_popular: false
1961
community: true
1962
monitored_instance:
1963
name: Steam
@@ -2049,7 +1984,6 @@ modules:
1984
meta:
1985
<<: *meta
1986
id: collector-go.d.plugin-prometheus-alamos_fe2
2052
- most_popular: false
1987
community: true
1988
monitored_instance:
1989
name: Alamos FE2 server
@@ -2076,7 +2010,6 @@ modules:
2010
meta:
2011
<<: *meta
2012
id: collector-go.d.plugin-prometheus-amd_smi
2079
- most_popular: false
2013
community: true
2014
monitored_instance:
2015
name: AMD CPU & GPU
@@ -2103,7 +2036,6 @@ modules:
2036
meta:
2037
<<: *meta
2038
id: collector-go.d.plugin-prometheus-apicast
2106
- most_popular: false
2039
community: true
2040
monitored_instance:
2041
name: APIcast
@@ -2130,7 +2062,6 @@ modules:
2062
meta:
2063
<<: *meta
2064
id: collector-go.d.plugin-prometheus-authlog
2133
- most_popular: false
2065
community: true
2066
monitored_instance:
2067
name: AuthLog
@@ -2157,7 +2088,6 @@ modules:
2088
meta:
2089
<<: *meta
2090
id: collector-go.d.plugin-prometheus-aws_quota
2160
- most_popular: false
2091
community: true
2092
monitored_instance:
2093
name: AWS Quota
@@ -2187,7 +2117,6 @@ modules:
2117
meta:
2118
<<: *meta
2119
id: collector-go.d.plugin-prometheus-bosh
2190
- most_popular: false
2120
community: true
2121
monitored_instance:
2122
name: BOSH
@@ -2214,7 +2143,6 @@ modules:
2143
meta:
2144
<<: *meta
2145
id: collector-go.d.plugin-prometheus-bungeecord
2217
- most_popular: false
2146
community: true
2147
monitored_instance:
2148
name: BungeeCord
@@ -2241,7 +2169,6 @@ modules:
2169
meta:
2170
<<: *meta
2171
id: collector-go.d.plugin-prometheus-celery
2244
- most_popular: false
2172
community: true
2173
monitored_instance:
2174
name: Celery
@@ -2268,7 +2195,6 @@ modules:
2195
meta:
2196
<<: *meta
2197
id: collector-go.d.plugin-prometheus-chia
2271
- most_popular: false
2198
community: true
2199
monitored_instance:
2200
name: Chia
@@ -2295,7 +2221,6 @@ modules:
2221
meta:
2222
<<: *meta
2223
id: collector-go.d.plugin-prometheus-clm5ip
2298
- most_popular: false
2224
community: true
2225
monitored_instance:
2226
name: Christ Elektronik CLM5IP power panel
@@ -2322,7 +2247,6 @@ modules:
2247
meta:
2248
<<: *meta
2249
id: collector-go.d.plugin-prometheus-clamd
2325
- most_popular: false
2250
community: true
2251
monitored_instance:
2252
name: ClamAV daemon
@@ -2349,7 +2273,6 @@ modules:
2273
meta:
2274
<<: *meta
2275
id: collector-go.d.plugin-prometheus-clamscan
2352
- most_popular: false
2276
community: true
2277
monitored_instance:
2278
name: Clamscan results
@@ -2376,7 +2299,6 @@ modules:
2299
meta:
2300
<<: *meta
2301
id: collector-go.d.plugin-prometheus-clash
2379
- most_popular: false
2302
community: true
2303
monitored_instance:
2304
name: Clash
@@ -2403,7 +2325,6 @@ modules:
2325
meta:
2326
<<: *meta
2327
id: collector-go.d.plugin-prometheus-cloud_foundry
2406
- most_popular: false
2328
community: true
2329
monitored_instance:
2330
name: Cloud Foundry
@@ -2433,7 +2354,6 @@ modules:
2354
meta:
2355
<<: *meta
2356
id: collector-go.d.plugin-prometheus-cloud_foundry_firebase
2436
- most_popular: false
2357
community: true
2358
monitored_instance:
2359
name: Cloud Foundry Firehose
@@ -2463,7 +2383,6 @@ modules:
2383
meta:
2384
<<: *meta
2385
id: collector-go.d.plugin-prometheus-lustre
2466
- most_popular: false
2386
community: true
2387
monitored_instance:
2388
name: Lustre metadata
@@ -2490,7 +2409,6 @@ modules:
2409
meta:
2410
<<: *meta
2411
id: collector-go.d.plugin-prometheus-cmon
2493
- most_popular: false
2412
community: true
2413
monitored_instance:
2414
name: ClusterControl CMON
@@ -2517,7 +2435,6 @@ modules:
2435
meta:
2436
<<: *meta
2437
id: collector-go.d.plugin-prometheus-collectd
2520
- most_popular: false
2438
community: true
2439
monitored_instance:
2440
name: Collectd
@@ -2544,7 +2461,6 @@ modules:
2461
meta:
2462
<<: *meta
2463
id: collector-go.d.plugin-prometheus-ftbeerpi
2547
- most_popular: false
2464
community: true
2465
monitored_instance:
2466
name: CraftBeerPi
@@ -2571,7 +2487,6 @@ modules:
2487
meta:
2488
id: collector-go.d.plugin-prometheus-cryptowatch
2489
<<: *meta
2574
- most_popular: false
2490
community: true
2491
monitored_instance:
2492
name: Cryptowatch
@@ -2598,7 +2513,6 @@ modules:
2513
meta:
2514
id: collector-go.d.plugin-prometheus-dmarc
2515
<<: *meta
2601
- most_popular: false
2516
community: true
2517
monitored_instance:
2518
name: DMARC
@@ -2628,7 +2542,6 @@ modules:
2542
meta:
2543
id: collector-go.d.plugin-prometheus-dnsbl
2544
<<: *meta
2631
- most_popular: false
2545
community: true
2546
monitored_instance:
2547
name: DNSBL
@@ -2657,7 +2570,6 @@ modules:
2570
meta:
2571
id: collector-go.d.plugin-prometheus-bird
2572
<<: *meta
2660
- most_popular: false
2573
community: true
2574
monitored_instance:
2575
name: Bird Routing Daemon
@@ -2684,7 +2596,6 @@ modules:
2596
meta:
2597
<<: *meta
2598
id: collector-go.d.plugin-prometheus-elgato_keylight
2687
- most_popular: false
2599
community: true
2600
monitored_instance:
2601
name: Elgato Key Light devices.
@@ -2711,7 +2622,6 @@ modules:
2622
meta:
2623
<<: *meta
2624
id: collector-go.d.plugin-prometheus-energomera
2714
- most_popular: false
2625
community: true
2626
monitored_instance:
2627
name: Energomera smart power meters
@@ -2738,7 +2648,6 @@ modules:
2648
meta:
2649
<<: *meta
2650
id: collector-go.d.plugin-prometheus-fastd
2741
- most_popular: false
2651
community: true
2652
monitored_instance:
2653
name: Fastd
@@ -2765,7 +2674,6 @@ modules:
2674
meta:
2675
<<: *meta
2676
id: collector-go.d.plugin-prometheus-freifunk
2768
- most_popular: false
2677
community: true
2678
monitored_instance:
2679
name: Freifunk network
@@ -2792,7 +2700,6 @@ modules:
2700
meta:
2701
<<: *meta
2702
id: collector-go.d.plugin-prometheus-frrouting
2795
- most_popular: false
2703
community: true
2704
monitored_instance:
2705
name: FRRouting
@@ -2819,7 +2726,6 @@ modules:
2726
meta:
2727
<<: *meta
2728
id: collector-go.d.plugin-prometheus-github_ratelimit
2822
- most_popular: false
2729
community: true
2730
monitored_instance:
2731
name: GitHub API rate limit
@@ -2847,7 +2753,6 @@ modules:
2753
meta:
2754
<<: *meta
2755
id: collector-go.d.plugin-prometheus-gpsd
2850
- most_popular: false
2756
community: true
2757
monitored_instance:
2758
name: gpsd
@@ -2874,7 +2779,6 @@ modules:
2779
meta:
2780
<<: *meta
2781
id: collector-go.d.plugin-prometheus-halon
2877
- most_popular: false
2782
community: true
2783
monitored_instance:
2784
name: Halon
@@ -2901,7 +2805,6 @@ modules:
2805
meta:
2806
<<: *meta
2807
id: collector-go.d.plugin-prometheus-hitron_coda
2904
- most_popular: false
2808
community: true
2809
monitored_instance:
2810
name: Hitron CODA Cable Modem
@@ -2928,7 +2831,6 @@ modules:
2831
meta:
2832
<<: *meta
2833
id: collector-go.d.plugin-prometheus-homebridge
2931
- most_popular: false
2834
community: true
2835
monitored_instance:
2836
name: Homebridge
@@ -2955,7 +2857,6 @@ modules:
2857
meta:
2858
<<: *meta
2859
id: collector-go.d.plugin-prometheus-homey
2958
- most_popular: false
2860
community: true
2861
monitored_instance:
2862
name: Homey
@@ -2982,7 +2883,6 @@ modules:
2883
meta:
2884
<<: *meta
2885
id: collector-go.d.plugin-prometheus-ibm_cex
2985
- most_popular: false
2886
community: true
2887
monitored_instance:
2888
name: IBM CryptoExpress (CEX) cards
@@ -3009,7 +2909,6 @@ modules:
2909
meta:
2910
<<: *meta
2911
id: collector-go.d.plugin-prometheus-ibm_zhmc
3012
- most_popular: false
2912
community: true
2913
monitored_instance:
2914
name: IBM Z Hardware Management Console
@@ -3036,7 +2935,6 @@ modules:
2935
meta:
2936
<<: *meta
2937
id: collector-go.d.plugin-prometheus-jarvis
3039
- most_popular: false
2938
community: true
2939
monitored_instance:
2940
name: Jarvis Standing Desk
@@ -3064,7 +2962,6 @@ modules:
2962
meta:
2963
<<: *meta
2964
id: collector-go.d.plugin-prometheus-enclosure
3067
- most_popular: false
2965
community: true
2966
monitored_instance:
2967
name: Generic storage enclosure tool
@@ -3091,7 +2988,6 @@ modules:
2988
meta:
2989
<<: *meta
2990
id: collector-go.d.plugin-prometheus-journald
3094
- most_popular: false
2991
community: true
2992
monitored_instance:
2993
name: journald
@@ -3118,7 +3014,6 @@ modules:
3014
meta:
3015
<<: *meta
3016
id: collector-go.d.plugin-prometheus-kannel
3121
- most_popular: false
3017
community: true
3018
monitored_instance:
3019
name: Kannel
@@ -3145,7 +3040,6 @@ modules:
3040
meta:
3041
<<: *meta
3042
id: collector-go.d.plugin-prometheus-keepalived
3148
- most_popular: false
3043
community: true
3044
monitored_instance:
3045
name: Keepalived
@@ -3172,7 +3066,6 @@ modules:
3066
meta:
3067
<<: *meta
3068
id: collector-go.d.plugin-prometheus-lynis
3175
- most_popular: false
3069
community: true
3070
monitored_instance:
3071
name: Lynis audit reports
@@ -3199,7 +3092,6 @@ modules:
3092
meta:
3093
<<: *meta
3094
id: collector-go.d.plugin-prometheus-meilisearch
3202
- most_popular: false
3095
community: true
3096
monitored_instance:
3097
name: Meilisearch
@@ -3226,7 +3118,6 @@ modules:
3118
meta:
3119
<<: *meta
3120
id: collector-go.d.plugin-prometheus-mesos
3229
- most_popular: false
3121
community: true
3122
monitored_instance:
3123
name: Mesos
@@ -3253,7 +3144,6 @@ modules:
3144
meta:
3145
<<: *meta
3146
id: collector-go.d.plugin-prometheus-xiaomi_mi_flora
3256
- most_popular: false
3147
community: true
3148
monitored_instance:
3149
name: Xiaomi Mi Flora
@@ -3280,7 +3170,6 @@ modules:
3170
meta:
3171
<<: *meta
3172
id: collector-go.d.plugin-prometheus-modbus_rtu
3283
- most_popular: false
3173
community: true
3174
monitored_instance:
3175
name: Modbus protocol
@@ -3310,7 +3199,6 @@ modules:
3199
meta:
3200
<<: *meta
3201
id: collector-go.d.plugin-prometheus-mogilefs
3313
- most_popular: false
3202
community: true
3203
monitored_instance:
3204
name: MogileFS
@@ -3337,7 +3225,6 @@ modules:
3225
meta:
3226
<<: *meta
3227
id: collector-go.d.plugin-prometheus-mtail
3340
- most_popular: false
3228
community: true
3229
monitored_instance:
3230
name: mtail
@@ -3364,7 +3251,6 @@ modules:
3251
meta:
3252
<<: *meta
3253
id: collector-go.d.plugin-prometheus-nagios
3367
- most_popular: false
3254
community: true
3255
monitored_instance:
3256
name: Nagios
@@ -3392,7 +3278,6 @@ modules:
3278
meta:
3279
<<: *meta
3280
id: collector-go.d.plugin-prometheus-nature_remo
3395
- most_popular: false
3281
community: true
3282
monitored_instance:
3283
name: Nature Remo E lite devices
@@ -3419,7 +3304,6 @@ modules:
3304
meta:
3305
<<: *meta
3306
id: collector-go.d.plugin-prometheus-netatmo
3422
- most_popular: false
3307
community: true
3308
monitored_instance:
3309
name: Netatmo sensors
@@ -3449,7 +3333,6 @@ modules:
3333
meta:
3334
<<: *meta
3335
id: collector-go.d.plugin-prometheus-nextcloud
3452
- most_popular: false
3336
community: true
3337
monitored_instance:
3338
name: Nextcloud servers
@@ -3479,7 +3362,6 @@ modules:
3362
meta:
3363
<<: *meta
3364
id: collector-go.d.plugin-prometheus-nextdns
3482
- most_popular: false
3365
community: true
3366
monitored_instance:
3367
name: NextDNS
@@ -3506,7 +3388,6 @@ modules:
3388
meta:
3389
<<: *meta
3390
id: collector-go.d.plugin-prometheus-ibm_aix_njmon
3509
- most_popular: false
3391
community: true
3392
monitored_instance:
3393
name: IBM AIX systems Njmon
@@ -3533,7 +3414,6 @@ modules:
3414
meta:
3415
<<: *meta
3416
id: collector-go.d.plugin-prometheus-nrpe
3536
- most_popular: false
3417
community: true
3418
monitored_instance:
3419
name: NRPE daemon
@@ -3560,7 +3440,6 @@ modules:
3440
meta:
3441
<<: *meta
3442
id: collector-go.d.plugin-prometheus-obs_studio
3563
- most_popular: false
3443
community: true
3444
monitored_instance:
3445
name: OBS Studio
@@ -3587,7 +3466,6 @@ modules:
3466
meta:
3467
<<: *meta
3468
id: collector-go.d.plugin-prometheus-openrc
3590
- most_popular: false
3469
community: true
3470
monitored_instance:
3471
name: OpenRC
@@ -3614,7 +3492,6 @@ modules:
3492
meta:
3493
<<: *meta
3494
id: collector-go.d.plugin-prometheus-openroadm
3617
- most_popular: false
3495
community: true
3496
monitored_instance:
3497
name: OpenROADM devices
@@ -3644,7 +3521,6 @@ modules:
3521
meta:
3522
<<: *meta
3523
id: collector-go.d.plugin-prometheus-openweathermap
3647
- most_popular: false
3524
community: true
3525
monitored_instance:
3526
name: OpenWeatherMap
@@ -3671,7 +3547,6 @@ modules:
3547
meta:
3548
<<: *meta
3549
id: collector-go.d.plugin-prometheus-dutch_electricity_smart_meter
3674
- most_popular: false
3550
community: true
3551
monitored_instance:
3552
name: Dutch Electricity Smart Meter
@@ -3699,7 +3574,6 @@ modules:
3574
meta:
3575
<<: *meta
3576
id: collector-go.d.plugin-prometheus-patroni
3702
- most_popular: false
3577
community: true
3578
monitored_instance:
3579
name: Patroni
@@ -3726,7 +3600,6 @@ modules:
3600
meta:
3601
<<: *meta
3602
id: collector-go.d.plugin-prometheus-pws
3729
- most_popular: false
3603
community: true
3604
monitored_instance:
3605
name: Personal Weather Station
@@ -3753,7 +3626,6 @@ modules:
3626
meta:
3627
<<: *meta
3628
id: collector-go.d.plugin-prometheus-pgbackrest
3756
- most_popular: false
3629
community: true
3630
monitored_instance:
3631
name: pgBackRest
@@ -3780,7 +3652,6 @@ modules:
3652
meta:
3653
<<: *meta
3654
id: collector-go.d.plugin-prometheus-pgpool2
3783
- most_popular: false
3655
community: true
3656
monitored_instance:
3657
name: Pgpool-II
@@ -3807,7 +3678,6 @@ modules:
3678
meta:
3679
<<: *meta
3680
id: collector-go.d.plugin-prometheus-pimoroni_enviro_plus
3810
- most_popular: false
3681
community: true
3682
monitored_instance:
3683
name: Pimoroni Enviro+
@@ -3834,7 +3704,6 @@ modules:
3704
meta:
3705
<<: *meta
3706
id: collector-go.d.plugin-prometheus-powerpal
3837
- most_popular: false
3707
community: true
3708
monitored_instance:
3709
name: Powerpal devices
@@ -3861,7 +3730,6 @@ modules:
3730
meta:
3731
<<: *meta
3732
id: collector-go.d.plugin-prometheus-proftpd
3864
- most_popular: false
3733
community: true
3734
monitored_instance:
3735
name: ProFTPD
@@ -3888,7 +3756,6 @@ modules:
3756
meta:
3757
<<: *meta
3758
id: collector-go.d.plugin-prometheus-redis_queue
3891
- most_popular: false
3759
community: true
3760
monitored_instance:
3761
name: Redis Queue
@@ -3915,7 +3782,6 @@ modules:
3782
meta:
3783
<<: *meta
3784
id: collector-go.d.plugin-prometheus-radio_thermostat
3918
- most_popular: false
3785
community: true
3786
monitored_instance:
3787
name: Radio Thermostat
@@ -3942,7 +3808,6 @@ modules:
3808
meta:
3809
<<: *meta
3810
id: collector-go.d.plugin-prometheus-raritan_pdu
3945
- most_popular: false
3811
community: true
3812
monitored_instance:
3813
name: Raritan PDU
@@ -3969,7 +3834,6 @@ modules:
3834
meta:
3835
<<: *meta
3836
id: collector-go.d.plugin-prometheus-sabnzbd
3972
- most_popular: false
3837
community: true
3838
monitored_instance:
3839
name: SABnzbd
@@ -3996,7 +3860,6 @@ modules:
3860
meta:
3861
<<: *meta
3862
id: collector-go.d.plugin-prometheus-salicru_eqx
3999
- most_popular: false
3863
community: true
3864
monitored_instance:
3865
name: Salicru EQX inverter
@@ -4023,7 +3886,6 @@ modules:
3886
meta:
3887
<<: *meta
3888
id: collector-go.d.plugin-prometheus-sense_energy
4026
- most_popular: false
3889
community: true
3890
monitored_instance:
3891
name: Sense Energy
@@ -4050,7 +3912,6 @@ modules:
3912
meta:
3913
<<: *meta
3914
id: collector-go.d.plugin-prometheus-shelly
4053
- most_popular: false
3915
community: true
3916
monitored_instance:
3917
name: Shelly humidity sensor
@@ -4077,7 +3938,6 @@ modules:
3938
meta:
3939
<<: *meta
3940
id: collector-go.d.plugin-prometheus-s7_plc
4080
- most_popular: false
3941
community: true
3942
monitored_instance:
3943
name: Siemens S7 PLC
@@ -4104,7 +3964,6 @@ modules:
3964
meta:
3965
<<: *meta
3966
id: collector-go.d.plugin-prometheus-site24x7
4107
- most_popular: false
3967
community: true
3968
monitored_instance:
3969
name: Site 24x7
@@ -4131,7 +3990,6 @@ modules:
3990
meta:
3991
<<: *meta
3992
id: collector-go.d.plugin-prometheus-sma_inverter
4134
- most_popular: false
3993
community: true
3994
monitored_instance:
3995
name: SMA Inverters
@@ -4158,7 +4016,6 @@ modules:
4016
meta:
4017
<<: *meta
4018
id: collector-go.d.plugin-prometheus-sml
4161
- most_popular: false
4019
community: true
4020
monitored_instance:
4021
name: Smart meters SML
@@ -4185,7 +4042,6 @@ modules:
4042
meta:
4043
<<: *meta
4044
id: collector-go.d.plugin-prometheus-softether
4188
- most_popular: false
4045
community: true
4046
monitored_instance:
4047
name: SoftEther VPN Server
@@ -4212,7 +4068,6 @@ modules:
4068
meta:
4069
<<: *meta
4070
id: collector-go.d.plugin-prometheus-lsx
4215
- most_popular: false
4071
community: true
4072
monitored_instance:
4073
name: Solar logging stick
@@ -4239,7 +4094,6 @@ modules:
4094
meta:
4095
<<: *meta
4096
id: collector-go.d.plugin-prometheus-solis
4242
- most_popular: false
4097
community: true
4098
monitored_instance:
4099
name: Solis Ginlong 5G inverters
@@ -4266,7 +4120,6 @@ modules:
4120
meta:
4121
<<: *meta
4122
id: collector-go.d.plugin-prometheus-sonic
4269
- most_popular: false
4123
community: true
4124
monitored_instance:
4125
name: SONiC NOS
@@ -4293,7 +4146,6 @@ modules:
4146
meta:
4147
<<: *meta
4148
id: collector-go.d.plugin-prometheus-ibm_spectrum_virtualize
4296
- most_popular: false
4149
community: true
4150
monitored_instance:
4151
name: IBM Spectrum Virtualize
@@ -4320,7 +4172,6 @@ modules:
4172
meta:
4173
<<: *meta
4174
id: collector-go.d.plugin-prometheus-sphinx
4323
- most_popular: false
4175
community: true
4176
monitored_instance:
4177
name: Sphinx
@@ -4347,7 +4198,6 @@ modules:
4198
meta:
4199
<<: *meta
4200
id: collector-go.d.plugin-prometheus-storidge
4350
- most_popular: false
4201
community: true
4202
monitored_instance:
4203
name: Storidge
@@ -4374,7 +4224,6 @@ modules:
4224
meta:
4225
<<: *meta
4226
id: collector-go.d.plugin-prometheus-strongswan
4377
- most_popular: false
4227
community: true
4228
monitored_instance:
4229
name: strongSwan
@@ -4401,7 +4250,6 @@ modules:
4250
meta:
4251
id: collector-go.d.plugin-prometheus-sunspec
4252
<<: *meta
4404
- most_popular: false
4253
community: true
4254
monitored_instance:
4255
name: Sunspec Solar Energy
@@ -4428,7 +4276,6 @@ modules:
4276
meta:
4277
<<: *meta
4278
id: collector-go.d.plugin-prometheus-suricata
4431
- most_popular: false
4279
community: true
4280
monitored_instance:
4281
name: Suricata
@@ -4457,7 +4304,6 @@ modules:
4304
meta:
4305
<<: *meta
4306
id: collector-go.d.plugin-prometheus-synology_activebackup
4460
- most_popular: false
4307
community: true
4308
monitored_instance:
4309
name: Synology ActiveBackup
@@ -4484,7 +4330,6 @@ modules:
4330
meta:
4331
id: collector-go.d.plugin-prometheus-sysload
4332
<<: *meta
4487
- most_popular: false
4333
community: true
4334
monitored_instance:
4335
name: Sysload
@@ -4511,7 +4356,6 @@ modules:
4356
meta:
4357
id: collector-go.d.plugin-prometheus-tado
4358
<<: *meta
4514
- most_popular: false
4359
community: true
4360
monitored_instance:
4361
name: Tado smart heating solution
@@ -4539,7 +4383,6 @@ modules:
4383
meta:
4384
<<: *meta
4385
id: collector-go.d.plugin-prometheus-tankerkoenig
4542
- most_popular: false
4386
community: true
4387
monitored_instance:
4388
name: Tankerkoenig API
@@ -4566,7 +4409,6 @@ modules:
4409
meta:
4410
<<: *meta
4411
id: collector-go.d.plugin-prometheus-tesla_wall_connector
4569
- most_popular: false
4412
community: true
4413
monitored_instance:
4414
name: Tesla Wall Connector
@@ -4593,7 +4435,6 @@ modules:
4435
meta:
4436
<<: *meta
4437
id: collector-go.d.plugin-prometheus-warp10
4596
- most_popular: false
4438
community: true
4439
monitored_instance:
4440
name: Warp10
@@ -4621,7 +4462,6 @@ modules:
4462
meta:
4463
<<: *meta
4464
id: collector-go.d.plugin-prometheus-yourls
4624
- most_popular: false
4465
community: true
4466
monitored_instance:
4467
name: YOURLS URL Shortener
@@ -4648,7 +4488,6 @@ modules:
4488
meta:
4489
<<: *meta
4490
id: collector-go.d.plugin-prometheus-zerto
4651
- most_popular: false
4491
community: true
4492
monitored_instance:
4493
name: Zerto
src/go/plugin/go.d/collector/proxysql/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/pulsar/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
module_name: apps
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: true
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/puppet/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- puppet
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/rabbitmq/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/redis/metadata.yaml
-1
@@ -24,7 +24,6 @@ modules:
24
keywords:
25
- redis
26
- databases
27
- most_popular: true
27
overview:
28
data_collection:
29
metrics_description: |
src/go/plugin/go.d/collector/rethinkdb/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- rethinkdb
20
- database
21
- db
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/riakkv/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
- database
21
- nosql
22
- big data
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/rspamd/metadata.yaml
-1
@@ -24,7 +24,6 @@ modules:
24
- spam
25
- rspamd
26
- email
27
- most_popular: false
27
overview:
28
data_collection:
29
metrics_description: |
src/go/plugin/go.d/collector/samba/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: >
src/go/plugin/go.d/collector/scaleio/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/sensors/metadata.yaml
-1
@@ -25,7 +25,6 @@ modules:
25
list: []
26
info_provided_to_referring_integrations:
27
description: ""
28
- most_popular: false
28
overview:
29
data_collection:
30
metrics_description: |
src/go/plugin/go.d/collector/smartctl/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
list: []
21
info_provided_to_referring_integrations:
22
description: ""
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: |
src/go/plugin/go.d/collector/snmp/metadata.yaml
-1
@@ -162,7 +162,6 @@ modules:
162
list: []
163
info_provided_to_referring_integrations:
164
description: ""
165
- most_popular: true
165
overview:
166
data_collection:
167
metrics_description: |
src/go/plugin/go.d/collector/spigotmc/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- minecraft
20
- spigotmc
21
- spigot
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/sql/metadata.yaml
-1
@@ -29,7 +29,6 @@ modules:
29
- sqlserver
30
- mssql
31
- generic
32
- most_popular: false
32
overview:
33
multi_instance: true
34
data_collection:
src/go/plugin/go.d/collector/squid/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- squid
20
- web delivery
21
- squid caching proxy
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/squidlog/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: true
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/storcli/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/supervisord/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/systemdunits/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/tengine/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/tomcat/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- websocket
22
- jakarta
23
- javaEE
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/tor/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- tor
20
- traffic
21
- vpn
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/traefik/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/typesense/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
keywords:
20
- typesense
21
- search engine
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/unbound/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/upsd/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/uwsgi/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
- application server
20
- python
21
- web applications
22
- most_popular: false
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/varnish/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- cache
22
- web server
23
- web cache
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/vcsa/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/vernemq/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
list: []
19
info_provided_to_referring_integrations:
20
description: ""
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/vsphere/metadata.yaml
-1
@@ -19,7 +19,6 @@ modules:
19
list: []
20
info_provided_to_referring_integrations:
21
description: ""
22
- most_popular: true
22
overview:
23
data_collection:
24
metrics_description: |
src/go/plugin/go.d/collector/w1sensor/metadata.yaml
-1
@@ -18,7 +18,6 @@ modules:
18
- temperature
19
- sensor
20
- 1-wire
21
- most_popular: false
21
overview:
22
data_collection:
23
metrics_description: |
src/go/plugin/go.d/collector/weblog/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
- nginx
18
- lighttpd
19
- logs
20
- most_popular: false
20
info_provided_to_referring_integrations:
21
description: ""
22
related_resources:
src/go/plugin/go.d/collector/whoisquery/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
list: []
18
info_provided_to_referring_integrations:
19
description: ""
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/go.d/collector/wireguard/metadata.yaml
-1
@@ -14,7 +14,6 @@ modules:
14
- wireguard
15
- vpn
16
- security
17
- most_popular: false
17
info_provided_to_referring_integrations:
18
description: ""
19
related_resources:
src/go/plugin/go.d/collector/x509check/metadata.yaml
-1
@@ -13,7 +13,6 @@ modules:
13
keywords:
14
- x509
15
- certificate
16
- most_popular: false
16
info_provided_to_referring_integrations:
17
description: ""
18
related_resources:
src/go/plugin/go.d/collector/yugabytedb/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- database
22
- yb
23
- yugabyte
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/go.d/collector/zfspool/metadata.yaml
-1
@@ -20,7 +20,6 @@ modules:
20
list: []
21
info_provided_to_referring_integrations:
22
description: ""
23
- most_popular: false
23
overview:
24
data_collection:
25
metrics_description: >
src/go/plugin/go.d/collector/zookeeper/metadata.yaml
-1
@@ -12,7 +12,6 @@ modules:
12
icon_filename: zookeeper.svg
13
keywords:
14
- zookeeper
15
- most_popular: false
15
info_provided_to_referring_integrations:
16
description: ""
17
related_resources:
src/go/plugin/ibm.d/modules/as400/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- as400
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/ibm.d/modules/db2/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- db2
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/ibm.d/modules/mq/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- mq
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/ibm.d/modules/websphere/jmx/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- websphere_jmx
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/ibm.d/modules/websphere/mp/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- websphere_mp
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/ibm.d/modules/websphere/pmi/metadata.yaml
-1
@@ -17,7 +17,6 @@ modules:
17
description: ""
18
keywords:
19
- websphere_pmi
20
- most_popular: false
20
overview:
21
data_collection:
22
metrics_description: |
src/go/plugin/scripts.d/modules/nagios/metadata.yaml
-1
@@ -21,7 +21,6 @@ modules:
21
- checks
22
- scripts
23
- monitoring
24
- most_popular: false
24
overview:
25
data_collection:
26
metrics_description: |
src/go/plugin/scripts.d/modules/scheduler/metadata.yaml
-1
@@ -22,7 +22,6 @@ modules:
22
keywords:
23
- scheduler
24
- scripts
25
- most_popular: false
25
overview:
26
data_collection:
27
metrics_description: |