Update proc plugin yaml (#15460)
Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
Fotis Voutsas committed
Jul 20, 2023 at 18:14 UTC
2879989cb56a363916eb9d96d4e99ffb113fed43
2 files changed
+773
-619
collectors/proc.plugin/multi_metadata.yaml
+707
-618
@@ -4,51 +4,54 @@ modules:
4
plugin_name: proc.plugin
5
module_name: /proc/stat
6
monitored_instance:
7
- name: proc /proc/stat
8
- link: ''
9
- categories: []
10
- icon_filename: ''
7
+ name: System statistics
8
+ link: ""
9
+ categories:
10
+ - data-collection.linux-systems.system-metrics
11
+ icon_filename: "syslog.png"
12
related_resources:
13
integrations:
14
list: []
15
info_provided_to_referring_integrations:
15
- description: ''
16
- keywords: []
16
+ description: ""
17
+ keywords:
18
+ - cpu utilization
19
+ - process counts
20
most_popular: false
21
overview:
22
data_collection:
20
- metrics_description: ''
21
- method_description: ''
23
+ metrics_description: "This integration provides a collection of statistics about the system such as CPU utilization, process counts and more."
24
+ method_description: ""
25
supported_platforms:
26
include: []
27
exclude: []
28
multi-instance: true
29
additional_permissions:
27
- description: ''
30
+ description: ""
31
default_behavior:
32
auto_detection:
30
- description: ''
33
+ description: ""
34
limits:
32
- description: ''
35
+ description: ""
36
performance_impact:
34
- description: ''
37
+ description: ""
38
setup:
39
prerequisites:
40
list: []
41
configuration:
42
file:
40
- name: ''
41
- description: ''
43
+ name: ""
44
+ description: ""
45
options:
43
- description: ''
46
+ description: ""
47
folding:
45
- title: ''
48
+ title: ""
49
enabled: true
50
list: []
51
examples:
52
folding:
53
enabled: true
51
- title: ''
54
+ title: ""
55
list: []
56
troubleshooting:
57
problems:
@@ -69,11 +72,6 @@ modules:
72
metric: system.cpu
73
info: average CPU steal time over the last 20 minutes
74
os: "linux"
72
- - name: 10min_cpu_usage
73
- link: https://github.com/netdata/netdata/blob/master/health/health.d/cpu.conf
74
- metric: system.cpu
75
- info: average CPU utilization over the last 10 minutes (excluding nice)
76
- os: "freebsd"
75
metrics:
76
folding:
77
title: Metrics
@@ -174,51 +172,53 @@ modules:
172
plugin_name: proc.plugin
173
module_name: /proc/sys/kernel/random/entropy_avail
174
monitored_instance:
177
- name: proc /proc/sys/kernel/random/entropy_avail
178
- link: ''
179
- categories: []
180
- icon_filename: ''
175
+ name: Entropy
176
+ link: ""
177
+ categories:
178
+ - data-collection.linux-systems.system-metrics
179
+ icon_filename: "syslog.png"
180
related_resources:
181
integrations:
182
list: []
183
info_provided_to_referring_integrations:
185
- description: ''
186
- keywords: []
184
+ description: ""
185
+ keywords:
186
+ - entropy
187
most_popular: false
188
overview:
189
data_collection:
190
- metrics_description: ''
191
- method_description: ''
190
+ metrics_description: ""
191
+ method_description: ""
192
supported_platforms:
193
include: []
194
exclude: []
195
multi-instance: true
196
additional_permissions:
197
- description: ''
197
+ description: ""
198
default_behavior:
199
auto_detection:
200
- description: ''
200
+ description: ""
201
limits:
202
- description: ''
202
+ description: ""
203
performance_impact:
204
- description: ''
204
+ description: ""
205
setup:
206
prerequisites:
207
list: []
208
configuration:
209
file:
210
- name: ''
211
- description: ''
210
+ name: ""
211
+ description: ""
212
options:
213
- description: ''
213
+ description: ""
214
folding:
215
- title: ''
215
+ title: ""
216
enabled: true
217
list: []
218
examples:
219
folding:
220
enabled: true
221
- title: ''
221
+ title: ""
222
list: []
223
troubleshooting:
224
problems:
@@ -227,8 +227,7 @@ modules:
227
- name: lowest_entropy
228
link: https://github.com/netdata/netdata/blob/master/health/health.d/entropy.conf
229
metric: system.entropy
230
- info: minimum number of entries in the random numbers pool in the last 5 minutes
231
- os: "linux"
230
+ info: minimum number of bits of entropy available for the kernel’s random number generator
231
metrics:
232
folding:
233
title: Metrics
@@ -250,51 +249,53 @@ modules:
249
plugin_name: proc.plugin
250
module_name: /proc/uptime
251
monitored_instance:
253
- name: proc /proc/uptime
254
- link: ''
255
- categories: []
256
- icon_filename: ''
252
+ name: System Uptime
253
+ link: ""
254
+ categories:
255
+ - data-collection.linux-systems.system-metrics
256
+ icon_filename: "syslog.png"
257
related_resources:
258
integrations:
259
list: []
260
info_provided_to_referring_integrations:
261
- description: ''
262
- keywords: []
261
+ description: ""
262
+ keywords:
263
+ - uptime
264
most_popular: false
265
overview:
266
data_collection:
266
- metrics_description: ''
267
- method_description: ''
267
+ metrics_description: "This integration provides the amount of time the system has been up (running)."
268
+ method_description: ""
269
supported_platforms:
270
include: []
271
exclude: []
272
multi-instance: true
273
additional_permissions:
273
- description: ''
274
+ description: ""
275
default_behavior:
276
auto_detection:
276
- description: ''
277
+ description: ""
278
limits:
278
- description: ''
279
+ description: ""
280
performance_impact:
280
- description: ''
281
+ description: ""
282
setup:
283
prerequisites:
284
list: []
285
configuration:
286
file:
286
- name: ''
287
- description: ''
287
+ name: ""
288
+ description: ""
289
options:
289
- description: ''
290
+ description: ""
291
folding:
291
- title: ''
292
+ title: ""
293
enabled: true
294
list: []
295
examples:
296
folding:
297
enabled: true
297
- title: ''
298
+ title: ""
299
list: []
300
troubleshooting:
301
problems:
@@ -321,51 +322,56 @@ modules:
322
plugin_name: proc.plugin
323
module_name: /proc/vmstat
324
monitored_instance:
324
- name: proc /proc/vmstat
325
- link: ''
326
- categories: []
327
- icon_filename: ''
325
+ name: Memory Statistics
326
+ link: ""
327
+ categories:
328
+ - data-collection.linux-systems.memory-metrics
329
+ icon_filename: "microchip.svg"
330
related_resources:
331
integrations:
332
list: []
333
info_provided_to_referring_integrations:
332
- description: ''
333
- keywords: []
334
+ description: ""
335
+ keywords:
336
+ - swap
337
+ - page faults
338
+ - oom
339
+ - numa
340
most_popular: false
341
overview:
342
data_collection:
337
- metrics_description: ''
338
- method_description: ''
343
+ metrics_description: "This integration provides information about process, memory, swap space utilization and many more."
344
+ method_description: ""
345
supported_platforms:
346
include: []
347
exclude: []
348
multi-instance: true
349
additional_permissions:
344
- description: ''
350
+ description: ""
351
default_behavior:
352
auto_detection:
347
- description: ''
353
+ description: ""
354
limits:
349
- description: ''
355
+ description: ""
356
performance_impact:
351
- description: ''
357
+ description: ""
358
setup:
359
prerequisites:
360
list: []
361
configuration:
362
file:
357
- name: ''
358
- description: ''
363
+ name: ""
364
+ description: ""
365
options:
360
- description: ''
366
+ description: ""
367
folding:
362
- title: ''
368
+ title: ""
369
enabled: true
370
list: []
371
examples:
372
folding:
373
enabled: true
368
- title: ''
374
+ title: ""
375
list: []
376
troubleshooting:
377
problems:
@@ -514,51 +520,53 @@ modules:
520
plugin_name: proc.plugin
521
module_name: /proc/interrupts
522
monitored_instance:
517
- name: proc /proc/interrupts
518
- link: ''
519
- categories: []
520
- icon_filename: ''
523
+ name: Interrupts
524
+ link: ""
525
+ categories:
526
+ - data-collection.linux-systems.cpu-metrics
527
+ icon_filename: "syslog.png"
528
related_resources:
529
integrations:
530
list: []
531
info_provided_to_referring_integrations:
525
- description: ''
526
- keywords: []
532
+ description: ""
533
+ keywords:
534
+ - interrupts
535
most_popular: false
536
overview:
537
data_collection:
530
- metrics_description: ''
531
- method_description: ''
538
+ metrics_description: "Monitor Interrupts metrics for efficient processor interrupt handling."
539
+ method_description: ""
540
supported_platforms:
541
include: []
542
exclude: []
543
multi-instance: true
544
additional_permissions:
537
- description: ''
545
+ description: ""
546
default_behavior:
547
auto_detection:
540
- description: ''
548
+ description: ""
549
limits:
542
- description: ''
550
+ description: ""
551
performance_impact:
544
- description: ''
552
+ description: ""
553
setup:
554
prerequisites:
555
list: []
556
configuration:
557
file:
550
- name: ''
551
- description: ''
558
+ name: ""
559
+ description: ""
560
options:
553
- description: ''
561
+ description: ""
562
folding:
555
- title: ''
563
+ title: ""
564
enabled: true
565
list: []
566
examples:
567
folding:
568
enabled: true
561
- title: ''
569
+ title: ""
570
list: []
571
troubleshooting:
572
problems:
@@ -597,51 +605,54 @@ modules:
605
plugin_name: proc.plugin
606
module_name: /proc/loadavg
607
monitored_instance:
600
- name: proc /proc/loadavg
601
- link: ''
602
- categories: []
603
- icon_filename: ''
608
+ name: System Load Average
609
+ link: ""
610
+ categories:
611
+ - data-collection.linux-systems.system-metrics
612
+ icon_filename: "syslog.png"
613
related_resources:
614
integrations:
615
list: []
616
info_provided_to_referring_integrations:
608
- description: ''
609
- keywords: []
617
+ description: ""
618
+ keywords:
619
+ - load
620
+ - load average
621
most_popular: false
622
overview:
623
data_collection:
613
- metrics_description: ''
614
- method_description: ''
624
+ metrics_description: "This integration provides the system load average for the last 1, 5, and 15 minutes."
625
+ method_description: ""
626
supported_platforms:
627
include: []
628
exclude: []
629
multi-instance: true
630
additional_permissions:
620
- description: ''
631
+ description: ""
632
default_behavior:
633
auto_detection:
623
- description: ''
634
+ description: ""
635
limits:
625
- description: ''
636
+ description: ""
637
performance_impact:
627
- description: ''
638
+ description: ""
639
setup:
640
prerequisites:
641
list: []
642
configuration:
643
file:
633
- name: ''
634
- description: ''
644
+ name: ""
645
+ description: ""
646
options:
636
- description: ''
647
+ description: ""
648
folding:
638
- title: ''
649
+ title: ""
650
enabled: true
651
list: []
652
examples:
653
folding:
654
enabled: true
644
- title: ''
655
+ title: ""
656
list: []
657
troubleshooting:
658
problems:
@@ -700,51 +711,53 @@ modules:
711
plugin_name: proc.plugin
712
module_name: /proc/pressure
713
monitored_instance:
703
- name: proc /proc/pressure
704
- link: ''
705
- categories: []
706
- icon_filename: ''
714
+ name: Pressure Stall Information
715
+ link: ""
716
+ categories:
717
+ - data-collection.linux-systems.pressure-metrics
718
+ icon_filename: "syslog.png"
719
related_resources:
720
integrations:
721
list: []
722
info_provided_to_referring_integrations:
711
- description: ''
712
- keywords: []
723
+ description: ""
724
+ keywords:
725
+ - pressure
726
most_popular: false
727
overview:
728
data_collection:
716
- metrics_description: ''
717
- method_description: ''
729
+ metrics_description: "This integration measures system pressure, which can indicate resource shortages in CPU, memory, or I/O."
730
+ method_description: ""
731
supported_platforms:
732
include: []
733
exclude: []
734
multi-instance: true
735
additional_permissions:
723
- description: ''
736
+ description: ""
737
default_behavior:
738
auto_detection:
726
- description: ''
739
+ description: ""
740
limits:
728
- description: ''
741
+ description: ""
742
performance_impact:
730
- description: ''
743
+ description: ""
744
setup:
745
prerequisites:
746
list: []
747
configuration:
748
file:
736
- name: ''
737
- description: ''
749
+ name: ""
750
+ description: ""
751
options:
739
- description: ''
752
+ description: ""
753
folding:
741
- title: ''
754
+ title: ""
755
enabled: true
756
list: []
757
examples:
758
folding:
759
enabled: true
747
- title: ''
760
+ title: ""
761
list: []
762
troubleshooting:
763
problems:
@@ -849,51 +862,54 @@ modules:
862
plugin_name: proc.plugin
863
module_name: /proc/softirqs
864
monitored_instance:
852
- name: proc /proc/softirqs
853
- link: ''
854
- categories: []
855
- icon_filename: ''
865
+ name: SoftIRQ statistics
866
+ link: ""
867
+ categories:
868
+ - data-collection.linux-systems.cpu-metrics
869
+ icon_filename: "syslog.png"
870
related_resources:
871
integrations:
872
list: []
873
info_provided_to_referring_integrations:
860
- description: ''
861
- keywords: []
874
+ description: ""
875
+ keywords:
876
+ - softirqs
877
+ - interrupts
878
most_popular: false
879
overview:
880
data_collection:
865
- metrics_description: ''
866
- method_description: ''
881
+ metrics_description: "Monitor SoftIRQs metrics for efficient software interrupt operations."
882
+ method_description: ""
883
supported_platforms:
884
include: []
885
exclude: []
886
multi-instance: true
887
additional_permissions:
872
- description: ''
888
+ description: ""
889
default_behavior:
890
auto_detection:
875
- description: ''
891
+ description: ""
892
limits:
877
- description: ''
893
+ description: ""
894
performance_impact:
879
- description: ''
895
+ description: ""
896
setup:
897
prerequisites:
898
list: []
899
configuration:
900
file:
885
- name: ''
886
- description: ''
901
+ name: ""
902
+ description: ""
903
options:
888
- description: ''
904
+ description: ""
905
folding:
890
- title: ''
906
+ title: ""
907
enabled: true
908
list: []
909
examples:
910
folding:
911
enabled: true
896
- title: ''
912
+ title: ""
913
list: []
914
troubleshooting:
915
problems:
@@ -932,51 +948,53 @@ modules:
948
plugin_name: proc.plugin
949
module_name: /proc/net/softnet_stat
950
monitored_instance:
935
- name: proc /proc/net/softnet_stat
936
- link: ''
937
- categories: []
938
- icon_filename: ''
951
+ name: Softnet Statistics
952
+ link: ""
953
+ categories:
954
+ - data-collection.linux-systems.network-metrics
955
+ icon_filename: "syslog.png"
956
related_resources:
957
integrations:
958
list: []
959
info_provided_to_referring_integrations:
943
- description: ''
944
- keywords: []
960
+ description: ""
961
+ keywords:
962
+ - softnet
963
most_popular: false
964
overview:
965
data_collection:
948
- metrics_description: ''
949
- method_description: ''
966
+ metrics_description: "This integration provides statistics on Softnet, such as processed events, dropped events and more."
967
+ method_description: ""
968
supported_platforms:
969
include: []
970
exclude: []
971
multi-instance: true
972
additional_permissions:
955
- description: ''
973
+ description: ""
974
default_behavior:
975
auto_detection:
958
- description: ''
976
+ description: ""
977
limits:
960
- description: ''
978
+ description: ""
979
performance_impact:
962
- description: ''
980
+ description: ""
981
setup:
982
prerequisites:
983
list: []
984
configuration:
985
file:
968
- name: ''
969
- description: ''
986
+ name: ""
987
+ description: ""
988
options:
971
- description: ''
989
+ description: ""
990
folding:
973
- title: ''
991
+ title: ""
992
enabled: true
993
list: []
994
examples:
995
folding:
996
enabled: true
979
- title: ''
997
+ title: ""
998
list: []
999
troubleshooting:
1000
problems:
@@ -990,13 +1008,10 @@ modules:
1008
- name: 1min_netdev_budget_ran_outs
1009
link: https://github.com/netdata/netdata/blob/master/health/health.d/softnet.conf
1010
metric: system.softnet_stat
993
- info: average number of times ksoftirq ran out of sysctl net.core.netdev_budget or net.core.netdev_budget_usecs with work remaining over the last minute (this can be a cause for dropped packets)
1011
+ info:
1012
+ average number of times ksoftirq ran out of sysctl net.core.netdev_budget or net.core.netdev_budget_usecs with work remaining over the last
1013
+ minute (this can be a cause for dropped packets)
1014
os: "linux"
995
- - name: 10min_netisr_backlog_exceeded
996
- link: https://github.com/netdata/netdata/blob/master/health/health.d/softnet.conf
997
- metric: system.softnet_stat
998
- info: average number of drops in the last minute due to exceeded sysctl net.route.netisr_maxqlen (this can be a cause for dropped packets)
999
- os: "freebsd"
1015
metrics:
1016
folding:
1017
title: Metrics
@@ -1036,51 +1051,56 @@ modules:
1051
plugin_name: proc.plugin
1052
module_name: /proc/meminfo
1053
monitored_instance:
1039
- name: proc /proc/meminfo
1040
- link: ''
1041
- categories: []
1042
- icon_filename: ''
1054
+ name: Memory Usage
1055
+ link: ""
1056
+ categories:
1057
+ - data-collection.linux-systems.memory-metrics
1058
+ icon_filename: "microchip.svg"
1059
related_resources:
1060
integrations:
1061
list: []
1062
info_provided_to_referring_integrations:
1047
- description: ''
1048
- keywords: []
1063
+ description: ""
1064
+ keywords:
1065
+ - memory
1066
+ - ram
1067
+ - available
1068
+ - committed
1069
most_popular: false
1070
overview:
1071
data_collection:
1052
- metrics_description: ''
1053
- method_description: ''
1072
+ metrics_description: "Monitor memory usage metrics for efficient system memory management."
1073
+ method_description: ""
1074
supported_platforms:
1075
include: []
1076
exclude: []
1077
multi-instance: true
1078
additional_permissions:
1059
- description: ''
1079
+ description: ""
1080
default_behavior:
1081
auto_detection:
1062
- description: ''
1082
+ description: ""
1083
limits:
1064
- description: ''
1084
+ description: ""
1085
performance_impact:
1066
- description: ''
1086
+ description: ""
1087
setup:
1088
prerequisites:
1089
list: []
1090
configuration:
1091
file:
1072
- name: ''
1073
- description: ''
1092
+ name: ""
1093
+ description: ""
1094
options:
1075
- description: ''
1095
+ description: ""
1096
folding:
1077
- title: ''
1097
+ title: ""
1098
enabled: true
1099
list: []
1100
examples:
1101
folding:
1102
enabled: true
1083
- title: ''
1103
+ title: ""
1104
list: []
1105
troubleshooting:
1106
problems:
@@ -1091,21 +1111,11 @@ modules:
1111
metric: system.ram
1112
info: system memory utilization
1113
os: "linux"
1094
- - name: ram_in_use
1095
- link: https://github.com/netdata/netdata/blob/master/health/health.d/ram.conf
1096
- metric: system.ram
1097
- info: system memory utilization
1098
- os: "freebsd"
1114
- name: ram_available
1115
link: https://github.com/netdata/netdata/blob/master/health/health.d/ram.conf
1116
metric: mem.available
1117
info: percentage of estimated amount of RAM available for userspace processes, without causing swapping
1118
os: "linux"
1104
- - name: ram_available
1105
- link: https://github.com/netdata/netdata/blob/master/health/health.d/ram.conf
1106
- metric: mem.available
1107
- info: percentage of estimated amount of RAM available for userspace processes, without causing swapping
1108
- os: "freebsd"
1119
- name: used_swap
1120
link: https://github.com/netdata/netdata/blob/master/health/health.d/swap.conf
1121
metric: system.swap
@@ -1208,51 +1218,53 @@ modules:
1218
plugin_name: proc.plugin
1219
module_name: /proc/pagetypeinfo
1220
monitored_instance:
1211
- name: proc /proc/pagetypeinfo
1212
- link: ''
1213
- categories: []
1214
- icon_filename: ''
1221
+ name: Page types
1222
+ link: ""
1223
+ categories:
1224
+ - data-collection.linux-systems.memory-metrics
1225
+ icon_filename: "microchip.svg"
1226
related_resources:
1227
integrations:
1228
list: []
1229
info_provided_to_referring_integrations:
1219
- description: ''
1220
- keywords: []
1230
+ description: ""
1231
+ keywords:
1232
+ - memory page types
1233
most_popular: false
1234
overview:
1235
data_collection:
1224
- metrics_description: ''
1225
- method_description: ''
1236
+ metrics_description: "This integration provides metrics about the system's memory page types"
1237
+ method_description: ""
1238
supported_platforms:
1239
include: []
1240
exclude: []
1241
multi-instance: true
1242
additional_permissions:
1231
- description: ''
1243
+ description: ""
1244
default_behavior:
1245
auto_detection:
1234
- description: ''
1246
+ description: ""
1247
limits:
1236
- description: ''
1248
+ description: ""
1249
performance_impact:
1238
- description: ''
1250
+ description: ""
1251
setup:
1252
prerequisites:
1253
list: []
1254
configuration:
1255
file:
1244
- name: ''
1245
- description: ''
1256
+ name: ""
1257
+ description: ""
1258
options:
1247
- description: ''
1259
+ description: ""
1260
folding:
1249
- title: ''
1261
+ title: ""
1262
enabled: true
1263
list: []
1264
examples:
1265
folding:
1266
enabled: true
1255
- title: ''
1267
+ title: ""
1268
list: []
1269
troubleshooting:
1270
problems:
@@ -1295,51 +1307,56 @@ modules:
1307
plugin_name: proc.plugin
1308
module_name: /sys/devices/system/edac/mc
1309
monitored_instance:
1298
- name: proc /sys/devices/system/edac/mc
1299
- link: ''
1300
- categories: []
1301
- icon_filename: ''
1310
+ name: System Memory Errors
1311
+ link: ""
1312
+ categories:
1313
+ - data-collection.linux-systems.memory-metrics
1314
+ icon_filename: "microchip.svg"
1315
related_resources:
1316
integrations:
1317
list: []
1318
info_provided_to_referring_integrations:
1306
- description: ''
1307
- keywords: []
1319
+ description: ""
1320
+ keywords:
1321
+ - edac
1322
+ - error detection and correction memory controllers
1323
+ - ecc
1324
+ - ram
1325
most_popular: false
1326
overview:
1327
data_collection:
1311
- metrics_description: ''
1312
- method_description: ''
1328
+ metrics_description: "This integration monitors system memory errors detected and corrected by ECC RAM."
1329
+ method_description: ""
1330
supported_platforms:
1331
include: []
1332
exclude: []
1333
multi-instance: true
1334
additional_permissions:
1318
- description: ''
1335
+ description: ""
1336
default_behavior:
1337
auto_detection:
1321
- description: ''
1338
+ description: ""
1339
limits:
1323
- description: ''
1340
+ description: ""
1341
performance_impact:
1325
- description: ''
1342
+ description: ""
1343
setup:
1344
prerequisites:
1345
list: []
1346
configuration:
1347
file:
1331
- name: ''
1332
- description: ''
1348
+ name: ""
1349
+ description: ""
1350
options:
1334
- description: ''
1351
+ description: ""
1352
folding:
1336
- title: ''
1353
+ title: ""
1354
enabled: true
1355
list: []
1356
examples:
1357
folding:
1358
enabled: true
1342
- title: ''
1359
+ title: ""
1360
list: []
1361
troubleshooting:
1362
problems:
@@ -1382,51 +1399,53 @@ modules:
1399
plugin_name: proc.plugin
1400
module_name: /sys/devices/system/node
1401
monitored_instance:
1385
- name: proc /sys/devices/system/node
1386
- link: ''
1387
- categories: []
1388
- icon_filename: ''
1402
+ name: Non-Uniform Memory Access
1403
+ link: ""
1404
+ categories:
1405
+ - data-collection.linux-systems.memory-metrics
1406
+ icon_filename: "syslog.png"
1407
related_resources:
1408
integrations:
1409
list: []
1410
info_provided_to_referring_integrations:
1393
- description: ''
1394
- keywords: []
1411
+ description: ""
1412
+ keywords:
1413
+ - numa
1414
most_popular: false
1415
overview:
1416
data_collection:
1398
- metrics_description: ''
1399
- method_description: ''
1417
+ metrics_description: "Monitor NUMA metrics for efficient non-uniform memory access operations."
1418
+ method_description: ""
1419
supported_platforms:
1420
include: []
1421
exclude: []
1422
multi-instance: true
1423
additional_permissions:
1405
- description: ''
1424
+ description: ""
1425
default_behavior:
1426
auto_detection:
1408
- description: ''
1427
+ description: ""
1428
limits:
1410
- description: ''
1429
+ description: ""
1430
performance_impact:
1412
- description: ''
1431
+ description: ""
1432
setup:
1433
prerequisites:
1434
list: []
1435
configuration:
1436
file:
1418
- name: ''
1419
- description: ''
1437
+ name: ""
1438
+ description: ""
1439
options:
1421
- description: ''
1440
+ description: ""
1441
folding:
1423
- title: ''
1442
+ title: ""
1443
enabled: true
1444
list: []
1445
examples:
1446
folding:
1447
enabled: true
1429
- title: ''
1448
+ title: ""
1449
list: []
1450
troubleshooting:
1451
problems:
@@ -1460,51 +1479,53 @@ modules:
1479
plugin_name: proc.plugin
1480
module_name: /sys/kernel/mm/ksm
1481
monitored_instance:
1463
- name: proc /sys/kernel/mm/ksm
1464
- link: ''
1465
- categories: []
1466
- icon_filename: ''
1482
+ name: Kernel Same-Page Merging
1483
+ link: ""
1484
+ categories:
1485
+ - data-collection.linux-systems.memory-metrics
1486
+ icon_filename: "microchip.svg"
1487
related_resources:
1488
integrations:
1489
list: []
1490
info_provided_to_referring_integrations:
1471
- description: ''
1472
- keywords: []
1491
+ description: ""
1492
+ keywords:
1493
+ - ksm
1494
most_popular: false
1495
overview:
1496
data_collection:
1476
- metrics_description: ''
1477
- method_description: ''
1497
+ metrics_description: "Examine KSM metrics for insights into memory deduplication operations."
1498
+ method_description: ""
1499
supported_platforms:
1500
include: []
1501
exclude: []
1502
multi-instance: true
1503
additional_permissions:
1483
- description: ''
1504
+ description: ""
1505
default_behavior:
1506
auto_detection:
1486
- description: ''
1507
+ description: ""
1508
limits:
1488
- description: ''
1509
+ description: ""
1510
performance_impact:
1490
- description: ''
1511
+ description: ""
1512
setup:
1513
prerequisites:
1514
list: []
1515
configuration:
1516
file:
1496
- name: ''
1497
- description: ''
1517
+ name: ""
1518
+ description: ""
1519
options:
1499
- description: ''
1520
+ description: ""
1521
folding:
1501
- title: ''
1522
+ title: ""
1523
enabled: true
1524
list: []
1525
examples:
1526
folding:
1527
enabled: true
1507
- title: ''
1528
+ title: ""
1529
list: []
1530
troubleshooting:
1531
problems:
@@ -1547,51 +1568,53 @@ modules:
1568
plugin_name: proc.plugin
1569
module_name: /sys/block/zram
1570
monitored_instance:
1550
- name: proc /sys/block/zram
1551
- link: ''
1552
- categories: []
1553
- icon_filename: ''
1571
+ name: ZRAM
1572
+ link: ""
1573
+ categories:
1574
+ - data-collection.linux-systems.memory-metrics
1575
+ icon_filename: "microchip.svg"
1576
related_resources:
1577
integrations:
1578
list: []
1579
info_provided_to_referring_integrations:
1558
- description: ''
1559
- keywords: []
1580
+ description: ""
1581
+ keywords:
1582
+ - zram
1583
most_popular: false
1584
overview:
1585
data_collection:
1563
- metrics_description: ''
1564
- method_description: ''
1586
+ metrics_description: "This integration monitors ZRAM usage, compression ratios, and more."
1587
+ method_description: ""
1588
supported_platforms:
1589
include: []
1590
exclude: []
1591
multi-instance: true
1592
additional_permissions:
1570
- description: ''
1593
+ description: ""
1594
default_behavior:
1595
auto_detection:
1573
- description: ''
1596
+ description: ""
1597
limits:
1575
- description: ''
1598
+ description: ""
1599
performance_impact:
1577
- description: ''
1600
+ description: ""
1601
setup:
1602
prerequisites:
1603
list: []
1604
configuration:
1605
file:
1583
- name: ''
1584
- description: ''
1606
+ name: ""
1607
+ description: ""
1608
options:
1586
- description: ''
1609
+ description: ""
1610
folding:
1588
- title: ''
1611
+ title: ""
1612
enabled: true
1613
list: []
1614
examples:
1615
folding:
1616
enabled: true
1594
- title: ''
1617
+ title: ""
1618
list: []
1619
troubleshooting:
1620
problems:
@@ -1640,51 +1663,54 @@ modules:
1663
plugin_name: proc.plugin
1664
module_name: ipc
1665
monitored_instance:
1643
- name: proc ipc
1644
- link: ''
1645
- categories: []
1646
- icon_filename: ''
1666
+ name: Inter Process Communication
1667
+ link: ""
1668
+ categories:
1669
+ - data-collection.linux-systems.ipc-metrics
1670
+ icon_filename: "syslog.png"
1671
related_resources:
1672
integrations:
1673
list: []
1674
info_provided_to_referring_integrations:
1651
- description: ''
1652
- keywords: []
1675
+ description: ""
1676
+ keywords:
1677
+ - ipc
1678
+ - semaphores
1679
most_popular: false
1680
overview:
1681
data_collection:
1656
- metrics_description: ''
1657
- method_description: ''
1682
+ metrics_description: "Monitor Inter Process Communication performance for optimal process interaction."
1683
+ method_description: ""
1684
supported_platforms:
1685
include: []
1686
exclude: []
1687
multi-instance: true
1688
additional_permissions:
1663
- description: ''
1689
+ description: ""
1690
default_behavior:
1691
auto_detection:
1666
- description: ''
1692
+ description: ""
1693
limits:
1668
- description: ''
1694
+ description: ""
1695
performance_impact:
1670
- description: ''
1696
+ description: ""
1697
setup:
1698
prerequisites:
1699
list: []
1700
configuration:
1701
file:
1676
- name: ''
1677
- description: ''
1702
+ name: ""
1703
+ description: ""
1704
options:
1679
- description: ''
1705
+ description: ""
1706
folding:
1681
- title: ''
1707
+ title: ""
1708
enabled: true
1709
list: []
1710
examples:
1711
folding:
1712
enabled: true
1687
- title: ''
1713
+ title: ""
1714
list: []
1715
troubleshooting:
1716
problems:
@@ -1751,51 +1777,56 @@ modules:
1777
plugin_name: proc.plugin
1778
module_name: /proc/diskstats
1779
monitored_instance:
1754
- name: proc /proc/diskstats
1755
- link: ''
1756
- categories: []
1757
- icon_filename: ''
1780
+ name: Disk Statistics
1781
+ link: ""
1782
+ categories:
1783
+ - data-collection.linux-systems.disk-metrics
1784
+ icon_filename: "hard-drive.svg"
1785
related_resources:
1786
integrations:
1787
list: []
1788
info_provided_to_referring_integrations:
1762
- description: ''
1763
- keywords: []
1789
+ description: ""
1790
+ keywords:
1791
+ - disk
1792
+ - io
1793
+ - bcache
1794
+ - block devices
1795
most_popular: false
1796
overview:
1797
data_collection:
1767
- metrics_description: ''
1768
- method_description: ''
1798
+ metrics_description: "This integration provides statistics about disk and Bcache I/O."
1799
+ method_description: ""
1800
supported_platforms:
1801
include: []
1802
exclude: []
1803
multi-instance: true
1804
additional_permissions:
1774
- description: ''
1805
+ description: ""
1806
default_behavior:
1807
auto_detection:
1777
- description: ''
1808
+ description: ""
1809
limits:
1779
- description: ''
1810
+ description: ""
1811
performance_impact:
1781
- description: ''
1812
+ description: ""
1813
setup:
1814
prerequisites:
1815
list: []
1816
configuration:
1817
file:
1787
- name: ''
1788
- description: ''
1818
+ name: ""
1819
+ description: ""
1820
options:
1790
- description: ''
1821
+ description: ""
1822
folding:
1792
- title: ''
1823
+ title: ""
1824
enabled: true
1825
list: []
1826
examples:
1827
folding:
1828
enabled: true
1798
- title: ''
1829
+ title: ""
1830
list: []
1831
troubleshooting:
1832
problems:
@@ -1818,7 +1849,9 @@ modules:
1849
- name: bcache_cache_errors
1850
link: https://github.com/netdata/netdata/blob/master/health/health.d/bcache.conf
1851
metric: disk.bcache_cache_read_races
1821
- info: number of times data was read from the cache, the bucket was reused and invalidated in the last 10 minutes (when this occurs the data is reread from the backing device)
1852
+ info:
1853
+ number of times data was read from the cache, the bucket was reused and invalidated in the last 10 minutes (when this occurs the data is
1854
+ reread from the backing device)
1855
metrics:
1856
folding:
1857
title: Metrics
@@ -2023,51 +2056,56 @@ modules:
2056
plugin_name: proc.plugin
2057
module_name: /proc/mdstat
2058
monitored_instance:
2026
- name: proc /proc/mdstat
2027
- link: ''
2028
- categories: []
2029
- icon_filename: ''
2059
+ name: MD RAID
2060
+ link: ""
2061
+ categories:
2062
+ - data-collection.linux-systems.disk-metrics
2063
+ icon_filename: "hard-drive.svg"
2064
related_resources:
2065
integrations:
2066
list: []
2067
info_provided_to_referring_integrations:
2034
- description: ''
2035
- keywords: []
2068
+ description: ""
2069
+ keywords:
2070
+ - raid
2071
+ - mdadm
2072
+ - mdstat
2073
+ - raid
2074
most_popular: false
2075
overview:
2076
data_collection:
2039
- metrics_description: ''
2040
- method_description: ''
2077
+ metrics_description: "This integration monitors the status of MD RAID devices."
2078
+ method_description: ""
2079
supported_platforms:
2080
include: []
2081
exclude: []
2082
multi-instance: true
2083
additional_permissions:
2046
- description: ''
2084
+ description: ""
2085
default_behavior:
2086
auto_detection:
2049
- description: ''
2087
+ description: ""
2088
limits:
2051
- description: ''
2089
+ description: ""
2090
performance_impact:
2053
- description: ''
2091
+ description: ""
2092
setup:
2093
prerequisites:
2094
list: []
2095
configuration:
2096
file:
2059
- name: ''
2060
- description: ''
2097
+ name: ""
2098
+ description: ""
2099
options:
2062
- description: ''
2100
+ description: ""
2101
folding:
2064
- title: ''
2102
+ title: ""
2103
enabled: true
2104
list: []
2105
examples:
2106
folding:
2107
enabled: true
2070
- title: ''
2108
+ title: ""
2109
list: []
2110
troubleshooting:
2111
problems:
@@ -2080,7 +2118,8 @@ modules:
2118
- name: mdstat_disks
2119
link: https://github.com/netdata/netdata/blob/master/health/health.d/mdstat.conf
2120
metric: md.disks
2083
- info: number of devices in the down state for the ${label:device} ${label:raid_level} array. Any number > 0 indicates that the array is degraded.
2121
+ info:
2122
+ number of devices in the down state for the ${label:device} ${label:raid_level} array. Any number > 0 indicates that the array is degraded.
2123
- name: mdstat_mismatch_cnt
2124
link: https://github.com/netdata/netdata/blob/master/health/health.d/mdstat.conf
2125
metric: md.mismatch_cnt
@@ -2158,51 +2197,53 @@ modules:
2197
plugin_name: proc.plugin
2198
module_name: /proc/net/dev
2199
monitored_instance:
2161
- name: proc /proc/net/dev
2162
- link: ''
2163
- categories: []
2164
- icon_filename: ''
2200
+ name: Network interfaces
2201
+ link: ""
2202
+ categories:
2203
+ - data-collection.linux-systems.network-metrics
2204
+ icon_filename: "network-wired.svg"
2205
related_resources:
2206
integrations:
2207
list: []
2208
info_provided_to_referring_integrations:
2169
- description: ''
2170
- keywords: []
2209
+ description: ""
2210
+ keywords:
2211
+ - network interfaces
2212
most_popular: false
2213
overview:
2214
data_collection:
2174
- metrics_description: ''
2175
- method_description: ''
2215
+ metrics_description: "Monitor network interface metrics about bandwidth, state, errors and more."
2216
+ method_description: ""
2217
supported_platforms:
2218
include: []
2219
exclude: []
2220
multi-instance: true
2221
additional_permissions:
2181
- description: ''
2222
+ description: ""
2223
default_behavior:
2224
auto_detection:
2184
- description: ''
2225
+ description: ""
2226
limits:
2186
- description: ''
2227
+ description: ""
2228
performance_impact:
2188
- description: ''
2229
+ description: ""
2230
setup:
2231
prerequisites:
2232
list: []
2233
configuration:
2234
file:
2194
- name: ''
2195
- description: ''
2235
+ name: ""
2236
+ description: ""
2237
options:
2197
- description: ''
2238
+ description: ""
2239
folding:
2199
- title: ''
2240
+ title: ""
2241
enabled: true
2242
list: []
2243
examples:
2244
folding:
2245
enabled: true
2205
- title: ''
2246
+ title: ""
2247
list: []
2248
troubleshooting:
2249
problems:
@@ -2251,18 +2292,10 @@ modules:
2292
- name: 10s_received_packets_storm
2293
link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
2294
metric: net.packets
2254
- info: ratio of average number of received packets for the network interface ${label:device} over the last 10 seconds, compared to the rate over the last minute
2295
+ info:
2296
+ ratio of average number of received packets for the network interface ${label:device} over the last 10 seconds, compared to the rate over
2297
+ the last minute
2298
os: "linux freebsd"
2256
- - name: interface_inbound_errors
2257
- link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
2258
- metric: net.errors
2259
- info: number of inbound errors for the network interface ${label:device} in the last 10 minutes
2260
- os: "freebsd"
2261
- - name: interface_outbound_errors
2262
- link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
2263
- metric: net.errors
2264
- info: number of outbound errors for the network interface ${label:device} in the last 10 minutes
2265
- os: "freebsd"
2299
- name: inbound_packets_dropped
2300
link: https://github.com/netdata/netdata/blob/master/health/health.d/net.conf
2301
metric: net.drops
@@ -2398,51 +2431,53 @@ modules:
2431
plugin_name: proc.plugin
2432
module_name: /proc/net/wireless
2433
monitored_instance:
2401
- name: proc /proc/net/wireless
2402
- link: ''
2403
- categories: []
2404
- icon_filename: ''
2434
+ name: Wireless network interfaces
2435
+ link: ""
2436
+ categories:
2437
+ - data-collection.linux-systems.network-metrics
2438
+ icon_filename: "network-wired.svg"
2439
related_resources:
2440
integrations:
2441
list: []
2442
info_provided_to_referring_integrations:
2409
- description: ''
2410
- keywords: []
2443
+ description: ""
2444
+ keywords:
2445
+ - wireless devices
2446
most_popular: false
2447
overview:
2448
data_collection:
2414
- metrics_description: ''
2415
- method_description: ''
2449
+ metrics_description: "Monitor wireless devices with metrics about status, link quality, signal level, noise level and more."
2450
+ method_description: ""
2451
supported_platforms:
2452
include: []
2453
exclude: []
2454
multi-instance: true
2455
additional_permissions:
2421
- description: ''
2456
+ description: ""
2457
default_behavior:
2458
auto_detection:
2424
- description: ''
2459
+ description: ""
2460
limits:
2426
- description: ''
2461
+ description: ""
2462
performance_impact:
2428
- description: ''
2463
+ description: ""
2464
setup:
2465
prerequisites:
2466
list: []
2467
configuration:
2468
file:
2434
- name: ''
2435
- description: ''
2469
+ name: ""
2470
+ description: ""
2471
options:
2437
- description: ''
2472
+ description: ""
2473
folding:
2439
- title: ''
2474
+ title: ""
2475
enabled: true
2476
list: []
2477
examples:
2478
folding:
2479
enabled: true
2445
- title: ''
2480
+ title: ""
2481
list: []
2482
troubleshooting:
2483
problems:
@@ -2472,13 +2507,16 @@ modules:
2507
dimensions:
2508
- name: link_quality
2509
- name: wireless.signal_level
2475
- description: The signal level is the wireless signal power level received by the wireless client. The closer the value is to 0, the stronger the signal.
2510
+ description:
2511
+ The signal level is the wireless signal power level received by the wireless client. The closer the value is to 0, the stronger the
2512
+ signal.
2513
unit: "dBm"
2514
chart_type: line
2515
dimensions:
2516
- name: signal_level
2517
- name: wireless.noise_level
2481
- description: The noise level indicates the amount of background noise in your environment. The closer the value to 0, the greater the noise level.
2518
+ description:
2519
+ The noise level indicates the amount of background noise in your environment. The closer the value to 0, the greater the noise level.
2520
unit: "dBm"
2521
chart_type: line
2522
dimensions:
@@ -2503,51 +2541,54 @@ modules:
2541
plugin_name: proc.plugin
2542
module_name: /sys/class/infiniband
2543
monitored_instance:
2506
- name: proc /sys/class/infiniband
2507
- link: ''
2508
- categories: []
2509
- icon_filename: ''
2544
+ name: InfiniBand
2545
+ link: ""
2546
+ categories:
2547
+ - data-collection.linux-systems.network-metrics
2548
+ icon_filename: "network-wired.svg"
2549
related_resources:
2550
integrations:
2551
list: []
2552
info_provided_to_referring_integrations:
2514
- description: ''
2515
- keywords: []
2553
+ description: ""
2554
+ keywords:
2555
+ - infiniband
2556
+ - rdma
2557
most_popular: false
2558
overview:
2559
data_collection:
2519
- metrics_description: ''
2520
- method_description: ''
2560
+ metrics_description: "This integration monitors InfiniBand network inteface statistics."
2561
+ method_description: ""
2562
supported_platforms:
2563
include: []
2564
exclude: []
2565
multi-instance: true
2566
additional_permissions:
2526
- description: ''
2567
+ description: ""
2568
default_behavior:
2569
auto_detection:
2529
- description: ''
2570
+ description: ""
2571
limits:
2531
- description: ''
2572
+ description: ""
2573
performance_impact:
2533
- description: ''
2574
+ description: ""
2575
setup:
2576
prerequisites:
2577
list: []
2578
configuration:
2579
file:
2539
- name: ''
2540
- description: ''
2580
+ name: ""
2581
+ description: ""
2582
options:
2542
- description: ''
2583
+ description: ""
2584
folding:
2544
- title: ''
2585
+ title: ""
2586
enabled: true
2587
list: []
2588
examples:
2589
folding:
2590
enabled: true
2550
- title: ''
2591
+ title: ""
2592
list: []
2593
troubleshooting:
2594
problems:
@@ -2643,51 +2684,58 @@ modules:
2684
plugin_name: proc.plugin
2685
module_name: /proc/net/netstat
2686
monitored_instance:
2646
- name: proc /proc/net/netstat
2647
- link: ''
2648
- categories: []
2649
- icon_filename: ''
2687
+ name: Network statistics
2688
+ link: ""
2689
+ categories:
2690
+ - data-collection.linux-systems.network-metrics
2691
+ icon_filename: "network-wired.svg"
2692
related_resources:
2693
integrations:
2694
list: []
2695
info_provided_to_referring_integrations:
2654
- description: ''
2655
- keywords: []
2696
+ description: ""
2697
+ keywords:
2698
+ - ip
2699
+ - udp
2700
+ - udplite
2701
+ - icmp
2702
+ - netstat
2703
+ - snmp
2704
most_popular: false
2705
overview:
2706
data_collection:
2659
- metrics_description: ''
2660
- method_description: ''
2707
+ metrics_description: "This integration provides metrics from the `netstat`, `snmp` and `snmp6` modules."
2708
+ method_description: ""
2709
supported_platforms:
2710
include: []
2711
exclude: []
2712
multi-instance: true
2713
additional_permissions:
2666
- description: ''
2714
+ description: ""
2715
default_behavior:
2716
auto_detection:
2669
- description: ''
2717
+ description: ""
2718
limits:
2671
- description: ''
2719
+ description: ""
2720
performance_impact:
2673
- description: ''
2721
+ description: ""
2722
setup:
2723
prerequisites:
2724
list: []
2725
configuration:
2726
file:
2679
- name: ''
2680
- description: ''
2727
+ name: ""
2728
+ description: ""
2729
options:
2682
- description: ''
2730
+ description: ""
2731
folding:
2684
- title: ''
2732
+ title: ""
2733
enabled: true
2734
list: []
2735
examples:
2736
folding:
2737
enabled: true
2690
- title: ''
2738
+ title: ""
2739
list: []
2740
troubleshooting:
2741
problems:
@@ -2726,7 +2774,9 @@ modules:
2774
- name: 10s_ipv4_tcp_resets_sent
2775
link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
2776
metric: ipv4.tcphandshake
2729
- info: average number of sent TCP RESETS over the last 10 seconds. This can indicate a port scan, or that a service running on this host has crashed. Netdata will not send a clear notification for this alarm.
2777
+ info:
2778
+ average number of sent TCP RESETS over the last 10 seconds. This can indicate a port scan, or that a service running on this host has
2779
+ crashed. Netdata will not send a clear notification for this alarm.
2780
os: "linux"
2781
- name: 1m_ipv4_tcp_resets_received
2782
link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
@@ -2736,7 +2786,9 @@ modules:
2786
- name: 10s_ipv4_tcp_resets_received
2787
link: https://github.com/netdata/netdata/blob/master/health/health.d/tcp_resets.conf
2788
metric: ipv4.tcphandshake
2739
- info: average number of received TCP RESETS over the last 10 seconds. This can be an indication that a service this host needs has crashed. Netdata will not send a clear notification for this alarm.
2789
+ info:
2790
+ average number of received TCP RESETS over the last 10 seconds. This can be an indication that a service this host needs has crashed.
2791
+ Netdata will not send a clear notification for this alarm.
2792
os: "linux freebsd"
2793
- name: 1m_ipv4_udp_receive_buffer_errors
2794
link: https://github.com/netdata/netdata/blob/master/health/health.d/udp_errors.conf
@@ -3232,51 +3284,53 @@ modules:
3284
plugin_name: proc.plugin
3285
module_name: /proc/net/sockstat
3286
monitored_instance:
3235
- name: proc /proc/net/sockstat
3236
- link: ''
3237
- categories: []
3238
- icon_filename: ''
3287
+ name: Socket statistics
3288
+ link: ""
3289
+ categories:
3290
+ - data-collection.linux-systems.network-metrics
3291
+ icon_filename: "network-wired.svg"
3292
related_resources:
3293
integrations:
3294
list: []
3295
info_provided_to_referring_integrations:
3243
- description: ''
3244
- keywords: []
3296
+ description: ""
3297
+ keywords:
3298
+ - sockets
3299
most_popular: false
3300
overview:
3301
data_collection:
3248
- metrics_description: ''
3249
- method_description: ''
3302
+ metrics_description: "This integration provides socket statistics."
3303
+ method_description: ""
3304
supported_platforms:
3305
include: []
3306
exclude: []
3307
multi-instance: true
3308
additional_permissions:
3255
- description: ''
3309
+ description: ""
3310
default_behavior:
3311
auto_detection:
3258
- description: ''
3312
+ description: ""
3313
limits:
3260
- description: ''
3314
+ description: ""
3315
performance_impact:
3262
- description: ''
3316
+ description: ""
3317
setup:
3318
prerequisites:
3319
list: []
3320
configuration:
3321
file:
3268
- name: ''
3269
- description: ''
3322
+ name: ""
3323
+ description: ""
3324
options:
3271
- description: ''
3325
+ description: ""
3326
folding:
3273
- title: ''
3327
+ title: ""
3328
enabled: true
3329
list: []
3330
examples:
3331
folding:
3332
enabled: true
3279
- title: ''
3333
+ title: ""
3334
list: []
3335
troubleshooting:
3336
problems:
@@ -3364,51 +3418,53 @@ modules:
3418
plugin_name: proc.plugin
3419
module_name: /proc/net/sockstat6
3420
monitored_instance:
3367
- name: proc /proc/net/sockstat6
3368
- link: ''
3369
- categories: []
3370
- icon_filename: ''
3421
+ name: IPv6 Socket Statistics
3422
+ link: ""
3423
+ categories:
3424
+ - data-collection.linux-systems.network-metrics
3425
+ icon_filename: "network-wired.svg"
3426
related_resources:
3427
integrations:
3428
list: []
3429
info_provided_to_referring_integrations:
3375
- description: ''
3376
- keywords: []
3430
+ description: ""
3431
+ keywords:
3432
+ - ipv6 sockets
3433
most_popular: false
3434
overview:
3435
data_collection:
3380
- metrics_description: ''
3381
- method_description: ''
3436
+ metrics_description: "This integration provides IPv6 socket statistics."
3437
+ method_description: ""
3438
supported_platforms:
3439
include: []
3440
exclude: []
3441
multi-instance: true
3442
additional_permissions:
3387
- description: ''
3443
+ description: ""
3444
default_behavior:
3445
auto_detection:
3390
- description: ''
3446
+ description: ""
3447
limits:
3392
- description: ''
3448
+ description: ""
3449
performance_impact:
3394
- description: ''
3450
+ description: ""
3451
setup:
3452
prerequisites:
3453
list: []
3454
configuration:
3455
file:
3400
- name: ''
3401
- description: ''
3456
+ name: ""
3457
+ description: ""
3458
options:
3403
- description: ''
3459
+ description: ""
3460
folding:
3405
- title: ''
3461
+ title: ""
3462
enabled: true
3463
list: []
3464
examples:
3465
folding:
3466
enabled: true
3411
- title: ''
3467
+ title: ""
3468
list: []
3469
troubleshooting:
3470
problems:
@@ -3459,51 +3515,53 @@ modules:
3515
plugin_name: proc.plugin
3516
module_name: /proc/net/ip_vs_stats
3517
monitored_instance:
3462
- name: proc /proc/net/ip_vs_stats
3463
- link: ''
3464
- categories: []
3465
- icon_filename: ''
3518
+ name: IP Virtual Server
3519
+ link: ""
3520
+ categories:
3521
+ - data-collection.linux-systems.network-metrics
3522
+ icon_filename: "network-wired.svg"
3523
related_resources:
3524
integrations:
3525
list: []
3526
info_provided_to_referring_integrations:
3470
- description: ''
3471
- keywords: []
3527
+ description: ""
3528
+ keywords:
3529
+ - ip virtual server
3530
most_popular: false
3531
overview:
3532
data_collection:
3475
- metrics_description: ''
3476
- method_description: ''
3533
+ metrics_description: "This integration monitors IP Virtual Server statistics"
3534
+ method_description: ""
3535
supported_platforms:
3536
include: []
3537
exclude: []
3538
multi-instance: true
3539
additional_permissions:
3482
- description: ''
3540
+ description: ""
3541
default_behavior:
3542
auto_detection:
3485
- description: ''
3543
+ description: ""
3544
limits:
3487
- description: ''
3545
+ description: ""
3546
performance_impact:
3489
- description: ''
3547
+ description: ""
3548
setup:
3549
prerequisites:
3550
list: []
3551
configuration:
3552
file:
3495
- name: ''
3496
- description: ''
3553
+ name: ""
3554
+ description: ""
3555
options:
3498
- description: ''
3556
+ description: ""
3557
folding:
3500
- title: ''
3558
+ title: ""
3559
enabled: true
3560
list: []
3561
examples:
3562
folding:
3563
enabled: true
3506
- title: ''
3564
+ title: ""
3565
list: []
3566
troubleshooting:
3567
problems:
@@ -3544,51 +3602,54 @@ modules:
3602
plugin_name: proc.plugin
3603
module_name: /proc/net/rpc/nfs
3604
monitored_instance:
3547
- name: proc /proc/net/rpc/nfs
3548
- link: ''
3549
- categories: []
3550
- icon_filename: ''
3605
+ name: NFS Client
3606
+ link: ""
3607
+ categories:
3608
+ - data-collection.linux-systems.filesystem-metrics.nfs
3609
+ icon_filename: "nfs.png"
3610
related_resources:
3611
integrations:
3612
list: []
3613
info_provided_to_referring_integrations:
3555
- description: ''
3556
- keywords: []
3614
+ description: ""
3615
+ keywords:
3616
+ - nfs client
3617
+ - filesystem
3618
most_popular: false
3619
overview:
3620
data_collection:
3560
- metrics_description: ''
3561
- method_description: ''
3621
+ metrics_description: "This integration provides statistics from the Linux kernel's NFS Client."
3622
+ method_description: ""
3623
supported_platforms:
3624
include: []
3625
exclude: []
3626
multi-instance: true
3627
additional_permissions:
3567
- description: ''
3628
+ description: ""
3629
default_behavior:
3630
auto_detection:
3570
- description: ''
3631
+ description: ""
3632
limits:
3572
- description: ''
3633
+ description: ""
3634
performance_impact:
3574
- description: ''
3635
+ description: ""
3636
setup:
3637
prerequisites:
3638
list: []
3639
configuration:
3640
file:
3580
- name: ''
3581
- description: ''
3641
+ name: ""
3642
+ description: ""
3643
options:
3583
- description: ''
3644
+ description: ""
3645
folding:
3585
- title: ''
3646
+ title: ""
3647
enabled: true
3648
list: []
3649
examples:
3650
folding:
3651
enabled: true
3591
- title: ''
3652
+ title: ""
3653
list: []
3654
troubleshooting:
3655
problems:
@@ -3642,51 +3703,54 @@ modules:
3703
plugin_name: proc.plugin
3704
module_name: /proc/net/rpc/nfsd
3705
monitored_instance:
3645
- name: proc /proc/net/rpc/nfsd
3646
- link: ''
3647
- categories: []
3648
- icon_filename: ''
3706
+ name: NFS Server
3707
+ link: ""
3708
+ categories:
3709
+ - data-collection.linux-systems.filesystem-metrics.nfs
3710
+ icon_filename: "nfs.png"
3711
related_resources:
3712
integrations:
3713
list: []
3714
info_provided_to_referring_integrations:
3653
- description: ''
3654
- keywords: []
3715
+ description: ""
3716
+ keywords:
3717
+ - nfs server
3718
+ - filesystem
3719
most_popular: false
3720
overview:
3721
data_collection:
3658
- metrics_description: ''
3659
- method_description: ''
3722
+ metrics_description: "This integration provides statistics from the Linux kernel's NFS Server."
3723
+ method_description: ""
3724
supported_platforms:
3725
include: []
3726
exclude: []
3727
multi-instance: true
3728
additional_permissions:
3665
- description: ''
3729
+ description: ""
3730
default_behavior:
3731
auto_detection:
3668
- description: ''
3732
+ description: ""
3733
limits:
3670
- description: ''
3734
+ description: ""
3735
performance_impact:
3672
- description: ''
3736
+ description: ""
3737
setup:
3738
prerequisites:
3739
list: []
3740
configuration:
3741
file:
3678
- name: ''
3679
- description: ''
3742
+ name: ""
3743
+ description: ""
3744
options:
3681
- description: ''
3745
+ description: ""
3746
folding:
3683
- title: ''
3747
+ title: ""
3748
enabled: true
3749
list: []
3750
examples:
3751
folding:
3752
enabled: true
3689
- title: ''
3753
+ title: ""
3754
list: []
3755
troubleshooting:
3756
problems:
@@ -3773,51 +3837,54 @@ modules:
3837
plugin_name: proc.plugin
3838
module_name: /proc/net/sctp/snmp
3839
monitored_instance:
3776
- name: proc /proc/net/sctp/snmp
3777
- link: ''
3778
- categories: []
3779
- icon_filename: ''
3840
+ name: SCTP Statistics
3841
+ link: ""
3842
+ categories:
3843
+ - data-collection.linux-systems.filesystem-metrics.nfs
3844
+ icon_filename: "network-wired.svg"
3845
related_resources:
3846
integrations:
3847
list: []
3848
info_provided_to_referring_integrations:
3784
- description: ''
3785
- keywords: []
3849
+ description: ""
3850
+ keywords:
3851
+ - sctp
3852
+ - stream control transmission protocol
3853
most_popular: false
3854
overview:
3855
data_collection:
3789
- metrics_description: ''
3790
- method_description: ''
3856
+ metrics_description: "This integration provides statistics about the Stream Control Transmission Protocol (SCTP)."
3857
+ method_description: ""
3858
supported_platforms:
3859
include: []
3860
exclude: []
3861
multi-instance: true
3862
additional_permissions:
3796
- description: ''
3863
+ description: ""
3864
default_behavior:
3865
auto_detection:
3799
- description: ''
3866
+ description: ""
3867
limits:
3801
- description: ''
3868
+ description: ""
3869
performance_impact:
3803
- description: ''
3870
+ description: ""
3871
setup:
3872
prerequisites:
3873
list: []
3874
configuration:
3875
file:
3809
- name: ''
3810
- description: ''
3876
+ name: ""
3877
+ description: ""
3878
options:
3812
- description: ''
3879
+ description: ""
3880
folding:
3814
- title: ''
3881
+ title: ""
3882
enabled: true
3883
list: []
3884
examples:
3885
folding:
3886
enabled: true
3820
- title: ''
3887
+ title: ""
3888
list: []
3889
troubleshooting:
3890
problems:
@@ -3874,51 +3941,55 @@ modules:
3941
plugin_name: proc.plugin
3942
module_name: /proc/net/stat/nf_conntrack
3943
monitored_instance:
3877
- name: proc /proc/net/stat/nf_conntrack
3878
- link: ''
3879
- categories: []
3880
- icon_filename: ''
3944
+ name: Conntrack
3945
+ link: ""
3946
+ categories:
3947
+ - data-collection.linux-systems.firewall-metrics
3948
+ icon_filename: "syslog.png"
3949
related_resources:
3950
integrations:
3951
list: []
3952
info_provided_to_referring_integrations:
3885
- description: ''
3886
- keywords: []
3953
+ description: ""
3954
+ keywords:
3955
+ - connection tracking mechanism
3956
+ - netfilter
3957
+ - conntrack
3958
most_popular: false
3959
overview:
3960
data_collection:
3890
- metrics_description: ''
3891
- method_description: ''
3961
+ metrics_description: "This integration monitors the connection tracking mechanism of Netfilter in the Linux Kernel."
3962
+ method_description: ""
3963
supported_platforms:
3964
include: []
3965
exclude: []
3966
multi-instance: true
3967
additional_permissions:
3897
- description: ''
3968
+ description: ""
3969
default_behavior:
3970
auto_detection:
3900
- description: ''
3971
+ description: ""
3972
limits:
3902
- description: ''
3973
+ description: ""
3974
performance_impact:
3904
- description: ''
3975
+ description: ""
3976
setup:
3977
prerequisites:
3978
list: []
3979
configuration:
3980
file:
3910
- name: ''
3911
- description: ''
3981
+ name: ""
3982
+ description: ""
3983
options:
3913
- description: ''
3984
+ description: ""
3985
folding:
3915
- title: ''
3986
+ title: ""
3987
enabled: true
3988
list: []
3989
examples:
3990
folding:
3991
enabled: true
3921
- title: ''
3992
+ title: ""
3993
list: []
3994
troubleshooting:
3995
problems:
@@ -3991,51 +4062,53 @@ modules:
4062
plugin_name: proc.plugin
4063
module_name: /proc/net/stat/synproxy
4064
monitored_instance:
3994
- name: proc /proc/net/stat/synproxy
3995
- link: ''
3996
- categories: []
3997
- icon_filename: ''
4065
+ name: Synproxy
4066
+ link: ""
4067
+ categories:
4068
+ - data-collection.linux-systems.firewall-metrics
4069
+ icon_filename: "syslog.png"
4070
related_resources:
4071
integrations:
4072
list: []
4073
info_provided_to_referring_integrations:
4002
- description: ''
4003
- keywords: []
4074
+ description: ""
4075
+ keywords:
4076
+ - synproxy
4077
most_popular: false
4078
overview:
4079
data_collection:
4007
- metrics_description: ''
4008
- method_description: ''
4080
+ metrics_description: "This integration provides statistics about the Synproxy netfilter module."
4081
+ method_description: ""
4082
supported_platforms:
4083
include: []
4084
exclude: []
4085
multi-instance: true
4086
additional_permissions:
4014
- description: ''
4087
+ description: ""
4088
default_behavior:
4089
auto_detection:
4017
- description: ''
4090
+ description: ""
4091
limits:
4019
- description: ''
4092
+ description: ""
4093
performance_impact:
4021
- description: ''
4094
+ description: ""
4095
setup:
4096
prerequisites:
4097
list: []
4098
configuration:
4099
file:
4027
- name: ''
4028
- description: ''
4100
+ name: ""
4101
+ description: ""
4102
options:
4030
- description: ''
4103
+ description: ""
4104
folding:
4032
- title: ''
4105
+ title: ""
4106
enabled: true
4107
list: []
4108
examples:
4109
folding:
4110
enabled: true
4038
- title: ''
4111
+ title: ""
4112
list: []
4113
troubleshooting:
4114
problems:
@@ -4076,51 +4149,56 @@ modules:
4149
plugin_name: proc.plugin
4150
module_name: /proc/spl/kstat/zfs
4151
monitored_instance:
4079
- name: proc /proc/spl/kstat/zfs
4080
- link: ''
4081
- categories: []
4082
- icon_filename: ''
4152
+ name: ZFS Pools
4153
+ link: ""
4154
+ categories:
4155
+ - data-collection.linux-systems.filesystem-metrics.zfs
4156
+ icon_filename: "zfs.svg"
4157
related_resources:
4158
integrations:
4159
list: []
4160
info_provided_to_referring_integrations:
4087
- description: ''
4088
- keywords: []
4161
+ description: ""
4162
+ keywords:
4163
+ - zfs pools
4164
+ - pools
4165
+ - zfs
4166
+ - filesystem
4167
most_popular: false
4168
overview:
4169
data_collection:
4092
- metrics_description: ''
4093
- method_description: ''
4170
+ metrics_description: "This integration provides metrics about the state of ZFS pools."
4171
+ method_description: ""
4172
supported_platforms:
4173
include: []
4174
exclude: []
4175
multi-instance: true
4176
additional_permissions:
4099
- description: ''
4177
+ description: ""
4178
default_behavior:
4179
auto_detection:
4102
- description: ''
4180
+ description: ""
4181
limits:
4104
- description: ''
4182
+ description: ""
4183
performance_impact:
4106
- description: ''
4184
+ description: ""
4185
setup:
4186
prerequisites:
4187
list: []
4188
configuration:
4189
file:
4112
- name: ''
4113
- description: ''
4190
+ name: ""
4191
+ description: ""
4192
options:
4115
- description: ''
4193
+ description: ""
4194
folding:
4117
- title: ''
4195
+ title: ""
4196
enabled: true
4197
list: []
4198
examples:
4199
folding:
4200
enabled: true
4123
- title: ''
4201
+ title: ""
4202
list: []
4203
troubleshooting:
4204
problems:
@@ -4163,51 +4241,56 @@ modules:
4241
plugin_name: proc.plugin
4242
module_name: /proc/spl/kstat/zfs/arcstats
4243
monitored_instance:
4166
- name: proc /proc/spl/kstat/zfs/arcstats
4167
- link: ''
4168
- categories: []
4169
- icon_filename: ''
4244
+ name: ZFS Adaptive Replacement Cache
4245
+ link: ""
4246
+ categories:
4247
+ - data-collection.linux-systems.filesystem-metrics.zfs
4248
+ icon_filename: "microchip.svg"
4249
related_resources:
4250
integrations:
4251
list: []
4252
info_provided_to_referring_integrations:
4174
- description: ''
4175
- keywords: []
4253
+ description: ""
4254
+ keywords:
4255
+ - zfs arc
4256
+ - arc
4257
+ - zfs
4258
+ - filesystem
4259
most_popular: false
4260
overview:
4261
data_collection:
4179
- metrics_description: ''
4180
- method_description: ''
4262
+ metrics_description: "This integration monitors ZFS Adadptive Replacement Cache (ARC) statistics."
4263
+ method_description: ""
4264
supported_platforms:
4265
include: []
4266
exclude: []
4267
multi-instance: true
4268
additional_permissions:
4186
- description: ''
4269
+ description: ""
4270
default_behavior:
4271
auto_detection:
4189
- description: ''
4272
+ description: ""
4273
limits:
4191
- description: ''
4274
+ description: ""
4275
performance_impact:
4193
- description: ''
4276
+ description: ""
4277
setup:
4278
prerequisites:
4279
list: []
4280
configuration:
4281
file:
4199
- name: ''
4200
- description: ''
4282
+ name: ""
4283
+ description: ""
4284
options:
4202
- description: ''
4285
+ description: ""
4286
folding:
4204
- title: ''
4287
+ title: ""
4288
enabled: true
4289
list: []
4290
examples:
4291
folding:
4292
enabled: true
4210
- title: ''
4293
+ title: ""
4294
list: []
4295
troubleshooting:
4296
problems:
@@ -4424,51 +4507,54 @@ modules:
4507
plugin_name: proc.plugin
4508
module_name: /sys/fs/btrfs
4509
monitored_instance:
4427
- name: proc /sys/fs/btrfs
4428
- link: ''
4429
- categories: []
4430
- icon_filename: ''
4510
+ name: BTRFS
4511
+ link: ""
4512
+ categories:
4513
+ - data-collection.linux-systems.filesystem-metrics.btrfs
4514
+ icon_filename: "btrfs.svg"
4515
related_resources:
4516
integrations:
4517
list: []
4518
info_provided_to_referring_integrations:
4435
- description: ''
4436
- keywords: []
4519
+ description: ""
4520
+ keywords:
4521
+ - btrfs
4522
+ - filesystem
4523
most_popular: false
4524
overview:
4525
data_collection:
4440
- metrics_description: ''
4441
- method_description: ''
4526
+ metrics_description: "This integration provides usage and error statistics from the BTRFS filesystem."
4527
+ method_description: ""
4528
supported_platforms:
4529
include: []
4530
exclude: []
4531
multi-instance: true
4532
additional_permissions:
4447
- description: ''
4533
+ description: ""
4534
default_behavior:
4535
auto_detection:
4450
- description: ''
4536
+ description: ""
4537
limits:
4452
- description: ''
4538
+ description: ""
4539
performance_impact:
4454
- description: ''
4540
+ description: ""
4541
setup:
4542
prerequisites:
4543
list: []
4544
configuration:
4545
file:
4460
- name: ''
4461
- description: ''
4546
+ name: ""
4547
+ description: ""
4548
options:
4463
- description: ''
4549
+ description: ""
4550
folding:
4465
- title: ''
4551
+ title: ""
4552
enabled: true
4553
list: []
4554
examples:
4555
folding:
4556
enabled: true
4471
- title: ''
4557
+ title: ""
4558
list: []
4559
troubleshooting:
4560
problems:
@@ -4611,51 +4697,54 @@ modules:
4697
plugin_name: proc.plugin
4698
module_name: /sys/class/power_supply
4699
monitored_instance:
4614
- name: proc /sys/class/power_supply
4615
- link: ''
4616
- categories: []
4617
- icon_filename: ''
4700
+ name: Power Supply
4701
+ link: ""
4702
+ categories:
4703
+ - data-collection.linux-systems.power-supply-metrics
4704
+ icon_filename: "microchip.svg"
4705
related_resources:
4706
integrations:
4707
list: []
4708
info_provided_to_referring_integrations:
4622
- description: ''
4623
- keywords: []
4709
+ description: ""
4710
+ keywords:
4711
+ - psu
4712
+ - power supply
4713
most_popular: false
4714
overview:
4715
data_collection:
4627
- metrics_description: ''
4628
- method_description: ''
4716
+ metrics_description: "This integration monitors Power supply metrics, such as battery status, AC power status and more."
4717
+ method_description: ""
4718
supported_platforms:
4719
include: []
4720
exclude: []
4721
multi-instance: true
4722
additional_permissions:
4634
- description: ''
4723
+ description: ""
4724
default_behavior:
4725
auto_detection:
4637
- description: ''
4726
+ description: ""
4727
limits:
4639
- description: ''
4728
+ description: ""
4729
performance_impact:
4641
- description: ''
4730
+ description: ""
4731
setup:
4732
prerequisites:
4733
list: []
4734
configuration:
4735
file:
4647
- name: ''
4648
- description: ''
4736
+ name: ""
4737
+ description: ""
4738
options:
4650
- description: ''
4739
+ description: ""
4740
folding:
4652
- title: ''
4741
+ title: ""
4742
enabled: true
4743
list: []
4744
examples:
4745
folding:
4746
enabled: true
4658
- title: ''
4747
+ title: ""
4748
list: []
4749
troubleshooting:
4750
problems:
integrations/categories.yaml
+66
-1
@@ -96,7 +96,72 @@
96
name: Linux Systems
97
description: ""
98
most-popular: false
99
- children: []
99
+ children:
100
+ - id: data-collection.linux-systems.system-metrics
101
+ name: System Metrics
102
+ description: ""
103
+ most-popular: false
104
+ children: []
105
+ - id: data-collection.linux-systems.memory-metrics
106
+ name: Memory Metrics
107
+ description: ""
108
+ most-popular: false
109
+ children: []
110
+ - id: data-collection.linux-systems.cpu-metrics
111
+ name: CPU Metrics
112
+ description: ""
113
+ most-popular: false
114
+ children: []
115
+ - id: data-collection.linux-systems.pressure-metrics
116
+ name: Pressure Metrics
117
+ description: ""
118
+ most-popular: false
119
+ children: []
120
+ - id: data-collection.linux-systems.network-metrics
121
+ name: Network Metrics
122
+ description: ""
123
+ most-popular: false
124
+ children: []
125
+ - id: data-collection.linux-systems.ipc-metrics
126
+ name: IPC Metrics
127
+ description: ""
128
+ most-popular: false
129
+ children: []
130
+ - id: data-collection.linux-systems.disk-metrics
131
+ name: Disk Metrics
132
+ description: ""
133
+ most-popular: false
134
+ children: []
135
+ - id: data-collection.linux-systems.firewall-metrics
136
+ name: Firewall Metrics
137
+ description: ""
138
+ most-popular: false
139
+ children: []
140
+ - id: data-collection.linux-systems.power-supply-metrics
141
+ name: Power Supply Metrics
142
+ description: ""
143
+ most-popular: false
144
+ children: []
145
+ - id: data-collection.linux-systems.filesystem-metrics
146
+ name: Filesystem Metrics
147
+ description: ""
148
+ most-popular: false
149
+ children:
150
+ - id: data-collection.linux-systems.filesystem-metrics.zfs
151
+ name: ZFS
152
+ description: ""
153
+ most-popular: false
154
+ children: []
155
+ - id: data-collection.linux-systems.filesystem-metrics.btrfs
156
+ name: BTRFS
157
+ description: ""
158
+ most-popular: false
159
+ children: []
160
+ - id: data-collection.linux-systems.filesystem-metrics.nfs
161
+ name: NFS
162
+ description: ""
163
+ most-popular: false
164
+ children: []
165
- id: data-collection.notifications
166
name: Notifications
167
description: ""