master
yaml 3,368 lines 104 KB
Raw
1 plugin_name: freebsd.plugin
2 modules:
3 - meta:
4 plugin_name: freebsd.plugin
5 module_name: vm.loadavg
6 monitored_instance:
7 name: vm.loadavg
8 link: "https://www.freebsd.org/"
9 categories:
10 - data-collection.operating-systems
11 icon_filename: "freebsd.svg"
12 related_resources:
13 integrations:
14 list: []
15 info_provided_to_referring_integrations:
16 description: ""
17 keywords: []
18 overview:
19 data_collection:
20 metrics_description: "System Load Average"
21 method_description: "The plugin calls `sysctl` function to collect necessary data."
22 supported_platforms:
23 include: []
24 exclude: []
25 multi_instance: true
26 additional_permissions:
27 description: ""
28 default_behavior:
29 auto_detection:
30 description: ""
31 limits:
32 description: ""
33 performance_impact:
34 description: ""
35 setup:
36 prerequisites:
37 list: []
38 configuration:
39 file:
40 name: "netdata.conf"
41 section_name: "[plugin:freebsd]"
42 description: "The netdata main configuration file."
43 options:
44 description: ""
45 folding:
46 title: "Config options"
47 enabled: true
48 list:
49 - name: vm.loadavg
50 description: Enable or disable load average metric.
51 default_value: yes
52 required: false
53 examples:
54 folding:
55 enabled: true
56 title: ""
57 list: []
58 troubleshooting:
59 problems:
60 list: []
61 alerts:
62 - name: load_cpu_number
63 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/load.conf
64 metric: system.load
65 info: number of active CPU cores in the system
66 os: "linux"
67 - name: load_average_15
68 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/load.conf
69 metric: system.load
70 info: system fifteen-minute load average
71 os: "linux"
72 - name: load_average_5
73 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/load.conf
74 metric: system.load
75 info: system five-minute load average
76 os: "linux"
77 - name: load_average_1
78 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/load.conf
79 metric: system.load
80 info: system one-minute load average
81 os: "linux"
82 metrics:
83 folding:
84 title: Metrics
85 enabled: false
86 description: ""
87 availability: []
88 scopes:
89 - name: global
90 description: "Monitoring for number of threads running or waiting."
91 labels: []
92 metrics:
93 - name: system.load
94 description: System Load Average
95 unit: "load"
96 chart_type: line
97 dimensions:
98 - name: load1
99 - name: load5
100 - name: load15
101 - meta:
102 plugin_name: freebsd.plugin
103 module_name: vm.vmtotal
104 monitored_instance:
105 name: vm.vmtotal
106 link: "https://www.freebsd.org/"
107 categories:
108 - data-collection.operating-systems
109 icon_filename: "memory.svg"
110 related_resources:
111 integrations:
112 list: []
113 info_provided_to_referring_integrations:
114 description: ""
115 keywords: []
116 overview:
117 data_collection:
118 metrics_description: "Collect Virtual Memory information from host."
119 method_description: "The plugin calls function `sysctl` to collect data."
120 supported_platforms:
121 include: []
122 exclude: []
123 multi_instance: true
124 additional_permissions:
125 description: ""
126 default_behavior:
127 auto_detection:
128 description: ""
129 limits:
130 description: ""
131 performance_impact:
132 description: ""
133 setup:
134 prerequisites:
135 list: []
136 configuration:
137 file:
138 name: "netdata.conf"
139 section_name: "[plugin:freebsd:vm.vmtotal]"
140 description: ""
141 options:
142 description: ""
143 folding:
144 title: "Config Options"
145 enabled: true
146 list:
147 - name: enable total processes
148 description: Number of active processes.
149 default_value: yes
150 required: false
151 - name: processes running
152 description: Show number of processes running or blocked.
153 default_value: yes
154 required: false
155 - name: real memory
156 description: Memeory used on host.
157 default_value: yes
158 required: false
159 examples:
160 folding:
161 enabled: true
162 title: ""
163 list: []
164 troubleshooting:
165 problems:
166 list: []
167 alerts:
168 - name: active_processes
169 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/processes.conf
170 metric: system.active_processes
171 info: system process IDs (PID) space utilization
172 metrics:
173 folding:
174 title: Metrics
175 enabled: false
176 description: ""
177 availability: []
178 scopes:
179 - name: global
180 description: "These metrics show an overall vision about processes running."
181 labels: []
182 metrics:
183 - name: system.active_processes
184 description: System Active Processes
185 unit: "processes"
186 chart_type: line
187 dimensions:
188 - name: active
189 - name: system.processes
190 description: System Processes
191 unit: "processes"
192 chart_type: line
193 dimensions:
194 - name: running
195 - name: blocked
196 - name: mem.real
197 description: Total Real Memory In Use
198 unit: "MiB"
199 chart_type: area
200 dimensions:
201 - name: used
202 - meta:
203 plugin_name: freebsd.plugin
204 module_name: kern.cp_time
205 monitored_instance:
206 name: kern.cp_time
207 link: "https://www.freebsd.org/"
208 categories:
209 - data-collection.operating-systems
210 icon_filename: "freebsd.svg"
211 related_resources:
212 integrations:
213 list: []
214 info_provided_to_referring_integrations:
215 description: ""
216 keywords: []
217 overview:
218 data_collection:
219 metrics_description: "Total CPU utilization"
220 method_description: "The plugin calls `sysctl` function to collect necessary data."
221 supported_platforms:
222 include: []
223 exclude: []
224 multi_instance: true
225 additional_permissions:
226 description: ""
227 default_behavior:
228 auto_detection:
229 description: ""
230 limits:
231 description: ""
232 performance_impact:
233 description: ""
234 setup:
235 prerequisites:
236 list: []
237 configuration:
238 file:
239 name: "netdata.conf"
240 description: "[plugin:freebsd]"
241 options:
242 description: "The netdata main configuration file."
243 folding:
244 title: "Config options"
245 enabled: true
246 list:
247 - name: kern.cp_time
248 description: Enable or disable Total CPU usage.
249 default_value: yes
250 required: false
251 examples:
252 folding:
253 enabled: true
254 title: ""
255 list: []
256 troubleshooting:
257 problems:
258 list: []
259 alerts:
260 - name: 10min_cpu_usage
261 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cpu.conf
262 metric: system.cpu
263 info: average CPU utilization over the last 10 minutes (excluding iowait, nice and steal)
264 os: "linux"
265 - name: 10min_cpu_iowait
266 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cpu.conf
267 metric: system.cpu
268 info: average CPU iowait time over the last 10 minutes
269 os: "linux"
270 - name: 20min_steal_cpu
271 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cpu.conf
272 metric: system.cpu
273 info: average CPU steal time over the last 20 minutes
274 os: "linux"
275 - name: 10min_cpu_usage
276 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cpu.conf
277 metric: system.cpu
278 info: average CPU utilization over the last 10 minutes (excluding nice)
279 os: "freebsd"
280 metrics:
281 folding:
282 title: Metrics
283 enabled: false
284 description: ""
285 availability: []
286 scopes:
287 - name: global
288 description: "These metrics show CPU usage statistics."
289 labels: []
290 metrics:
291 - name: system.cpu
292 description: Total CPU utilization
293 unit: "percentage"
294 chart_type: stacked
295 dimensions:
296 - name: nice
297 - name: system
298 - name: user
299 - name: interrupt
300 - name: idle
301 - name: core
302 description: ""
303 labels: []
304 metrics:
305 - name: cpu.cpu
306 description: Core utilization
307 unit: "percentage"
308 chart_type: stacked
309 dimensions:
310 - name: nice
311 - name: system
312 - name: user
313 - name: interrupt
314 - name: idle
315 - meta:
316 plugin_name: freebsd.plugin
317 module_name: dev.cpu.temperature
318 monitored_instance:
319 name: dev.cpu.temperature
320 link: "https://www.freebsd.org/"
321 categories:
322 - data-collection.hardware-and-sensors
323 icon_filename: "freebsd.svg"
324 related_resources:
325 integrations:
326 list: []
327 info_provided_to_referring_integrations:
328 description: ""
329 keywords: []
330 overview:
331 data_collection:
332 metrics_description: "Get current CPU temperature"
333 method_description: "The plugin calls `sysctl` function to collect necessary data."
334 supported_platforms:
335 include: []
336 exclude: []
337 multi_instance: true
338 additional_permissions:
339 description: ""
340 default_behavior:
341 auto_detection:
342 description: ""
343 limits:
344 description: ""
345 performance_impact:
346 description: ""
347 setup:
348 prerequisites:
349 list: []
350 configuration:
351 file:
352 name: "netdata.conf"
353 section_name: "[plugin:freebsd]"
354 description: "The netdata main configuration file."
355 options:
356 description: ""
357 folding:
358 title: "Config options"
359 enabled: true
360 list:
361 - name: dev.cpu.temperature
362 description: Enable or disable CPU temperature metric.
363 default_value: yes
364 required: false
365 examples:
366 folding:
367 enabled: true
368 title: ""
369 list: []
370 troubleshooting:
371 problems:
372 list: []
373 alerts: []
374 metrics:
375 folding:
376 title: Metrics
377 enabled: false
378 description: ""
379 availability: []
380 scopes:
381 - name: global
382 description: "This metric show latest CPU temperature."
383 labels: []
384 metrics:
385 - name: cpu.temperature
386 description: Core temperature
387 unit: "Celsius"
388 chart_type: line
389 dimensions:
390 - name: a dimension per core
391 - meta:
392 plugin_name: freebsd.plugin
393 module_name: dev.cpu.0.freq
394 monitored_instance:
395 name: dev.cpu.0.freq
396 link: "https://www.freebsd.org/"
397 categories:
398 - data-collection.operating-systems
399 icon_filename: "freebsd.svg"
400 related_resources:
401 integrations:
402 list: []
403 info_provided_to_referring_integrations:
404 description: ""
405 keywords: []
406 overview:
407 data_collection:
408 metrics_description: "Read current CPU Scaling frequency."
409 method_description: "Current CPU Scaling Frequency"
410 supported_platforms:
411 include: []
412 exclude: []
413 multi_instance: true
414 additional_permissions:
415 description: ""
416 default_behavior:
417 auto_detection:
418 description: ""
419 limits:
420 description: ""
421 performance_impact:
422 description: ""
423 setup:
424 prerequisites:
425 list: []
426 configuration:
427 file:
428 name: "Config options"
429 section_name: "[plugin:freebsd]"
430 description: "The netdata main configuration file"
431 options:
432 description: ""
433 folding:
434 title: ""
435 enabled: true
436 list:
437 - name: dev.cpu.0.freq
438 description: Enable or disable CPU Scaling frequency metric.
439 default_value: yes
440 required: false
441 examples:
442 folding:
443 enabled: true
444 title: ""
445 list: []
446 troubleshooting:
447 problems:
448 list: []
449 alerts: []
450 metrics:
451 folding:
452 title: Metrics
453 enabled: false
454 description: ""
455 availability: []
456 scopes:
457 - name: global
458 description: "The metric shows status of CPU frequency, it is direct affected by system load."
459 labels: []
460 metrics:
461 - name: cpu.scaling_cur_freq
462 description: Current CPU Scaling Frequency
463 unit: "MHz"
464 chart_type: line
465 dimensions:
466 - name: frequency
467 - meta:
468 plugin_name: freebsd.plugin
469 module_name: hw.intrcnt
470 monitored_instance:
471 name: hw.intrcnt
472 link: "https://www.freebsd.org/"
473 categories:
474 - data-collection.operating-systems
475 icon_filename: "freebsd.svg"
476 related_resources:
477 integrations:
478 list: []
479 info_provided_to_referring_integrations:
480 description: ""
481 keywords: []
482 overview:
483 data_collection:
484 metrics_description: "Get total number of interrupts"
485 method_description: "The plugin calls `sysctl` function to collect necessary data."
486 supported_platforms:
487 include: []
488 exclude: []
489 multi_instance: true
490 additional_permissions:
491 description: ""
492 default_behavior:
493 auto_detection:
494 description: ""
495 limits:
496 description: ""
497 performance_impact:
498 description: ""
499 setup:
500 prerequisites:
501 list: []
502 configuration:
503 file:
504 name: "netdata.conf"
505 section_name: "[plugin:freebsd]"
506 description: "The netdata main configuration file."
507 options:
508 description: ""
509 folding:
510 title: "Config option"
511 enabled: true
512 list:
513 - name: hw.intrcnt
514 description: Enable or disable Interrupts metric.
515 default_value: yes
516 required: false
517 examples:
518 folding:
519 enabled: true
520 title: ""
521 list: []
522 troubleshooting:
523 problems:
524 list: []
525 alerts: []
526 metrics:
527 folding:
528 title: Metrics
529 enabled: false
530 description: ""
531 availability: []
532 scopes:
533 - name: global
534 description: "These metrics show system interrupts frequency."
535 labels: []
536 metrics:
537 - name: system.intr
538 description: Total Hardware Interrupts
539 unit: "interrupts/s"
540 chart_type: line
541 dimensions:
542 - name: interrupts
543 - name: system.interrupts
544 description: System interrupts
545 unit: "interrupts/s"
546 chart_type: stacked
547 dimensions:
548 - name: a dimension per interrupt
549 - meta:
550 plugin_name: freebsd.plugin
551 module_name: vm.stats.sys.v_intr
552 monitored_instance:
553 name: vm.stats.sys.v_intr
554 link: "https://www.freebsd.org/"
555 categories:
556 - data-collection.operating-systems
557 icon_filename: "freebsd.svg"
558 related_resources:
559 integrations:
560 list: []
561 info_provided_to_referring_integrations:
562 description: ""
563 keywords: []
564 overview:
565 data_collection:
566 metrics_description: "Device interrupts"
567 method_description: "The plugin calls `sysctl` function to collect necessary data."
568 supported_platforms:
569 include: []
570 exclude: []
571 multi_instance: true
572 additional_permissions:
573 description: ""
574 default_behavior:
575 auto_detection:
576 description: ""
577 limits:
578 description: ""
579 performance_impact:
580 description: ""
581 setup:
582 prerequisites:
583 list: []
584 configuration:
585 file:
586 name: "netdata.conf"
587 section_name: "[plugin:freebsd]"
588 description: "The netdata main configuration file."
589 options:
590 description: ""
591 folding:
592 title: "Config option"
593 enabled: true
594 list:
595 - name: vm.stats.sys.v_intr
596 description: Enable or disable device interrupts metric.
597 default_value: yes
598 required: false
599 examples:
600 folding:
601 enabled: true
602 title: ""
603 list: []
604 troubleshooting:
605 problems:
606 list: []
607 alerts: []
608 metrics:
609 folding:
610 title: Metrics
611 enabled: false
612 description: ""
613 availability: []
614 scopes:
615 - name: global
616 description: "The metric show device interrupt frequency."
617 labels: []
618 metrics:
619 - name: system.dev_intr
620 description: Device Interrupts
621 unit: "interrupts/s"
622 chart_type: line
623 dimensions:
624 - name: interrupts
625 - meta:
626 plugin_name: freebsd.plugin
627 module_name: vm.stats.sys.v_soft
628 monitored_instance:
629 name: vm.stats.sys.v_soft
630 link: "https://www.freebsd.org/"
631 categories:
632 - data-collection.operating-systems
633 icon_filename: "freebsd.svg"
634 related_resources:
635 integrations:
636 list: []
637 info_provided_to_referring_integrations:
638 description: ""
639 keywords: []
640 overview:
641 data_collection:
642 metrics_description: "Software Interrupt"
643 method_description: "vm.stats.sys.v_soft"
644 supported_platforms:
645 include: []
646 exclude: []
647 multi_instance: true
648 additional_permissions:
649 description: ""
650 default_behavior:
651 auto_detection:
652 description: ""
653 limits:
654 description: ""
655 performance_impact:
656 description: ""
657 setup:
658 prerequisites:
659 list: []
660 configuration:
661 file:
662 name: "netdata.conf"
663 section_name: "[plugin:freebsd]"
664 description: "The netdata main configuration file."
665 options:
666 description: ""
667 folding:
668 title: "Config option"
669 enabled: true
670 list:
671 - name: vm.stats.sys.v_soft
672 description: Enable or disable software inerrupts metric.
673 default_value: yes
674 required: false
675 examples:
676 folding:
677 enabled: true
678 title: ""
679 list: []
680 troubleshooting:
681 problems:
682 list: []
683 alerts: []
684 metrics:
685 folding:
686 title: Metrics
687 enabled: false
688 description: ""
689 availability: []
690 scopes:
691 - name: global
692 description: "This metric shows software interrupt frequency."
693 labels: []
694 metrics:
695 - name: system.soft_intr
696 description: Software Interrupts
697 unit: "interrupts/s"
698 chart_type: line
699 dimensions:
700 - name: interrupts
701 - meta:
702 plugin_name: freebsd.plugin
703 module_name: vm.stats.sys.v_swtch
704 monitored_instance:
705 name: vm.stats.sys.v_swtch
706 link: "https://www.freebsd.org/"
707 categories:
708 - data-collection.operating-systems
709 icon_filename: "freebsd.svg"
710 related_resources:
711 integrations:
712 list: []
713 info_provided_to_referring_integrations:
714 description: ""
715 keywords: []
716 overview:
717 data_collection:
718 metrics_description: "CPU context switch"
719 method_description: "The plugin calls `sysctl` function to collect necessary data."
720 supported_platforms:
721 include: []
722 exclude: []
723 multi_instance: true
724 additional_permissions:
725 description: ""
726 default_behavior:
727 auto_detection:
728 description: ""
729 limits:
730 description: ""
731 performance_impact:
732 description: ""
733 setup:
734 prerequisites:
735 list: []
736 configuration:
737 file:
738 name: "netdata.conf"
739 section_name: "[plugin:freebsd]"
740 description: "The netdata main configuration file."
741 options:
742 description: ""
743 folding:
744 title: "Config options"
745 enabled: true
746 list:
747 - name: vm.stats.sys.v_swtch
748 description: Enable or disable CPU context switch metric.
749 default_value: yes
750 required: false
751 examples:
752 folding:
753 enabled: true
754 title: ""
755 list: []
756 troubleshooting:
757 problems:
758 list: []
759 alerts: []
760 metrics:
761 folding:
762 title: Metrics
763 enabled: false
764 description: ""
765 availability: []
766 scopes:
767 - name: global
768 description: "The metric count the number of context switches happening on host."
769 labels: []
770 metrics:
771 - name: system.ctxt
772 description: CPU Context Switches
773 unit: "context switches/s"
774 chart_type: line
775 dimensions:
776 - name: switches
777 - name: system.forks
778 description: Started Processes
779 unit: "processes/s"
780 chart_type: line
781 dimensions:
782 - name: started
783 - meta:
784 plugin_name: freebsd.plugin
785 module_name: vm.swap_info
786 monitored_instance:
787 name: vm.swap_info
788 link: ""
789 categories:
790 - data-collection.operating-systems
791 icon_filename: "freebsd.svg"
792 related_resources:
793 integrations:
794 list: []
795 info_provided_to_referring_integrations:
796 description: ""
797 keywords: []
798 overview:
799 data_collection:
800 metrics_description: "Collect information about SWAP memory."
801 method_description: "The plugin calls `sysctlnametomib` function to collect necessary data."
802 supported_platforms:
803 include: []
804 exclude: []
805 multi_instance: true
806 additional_permissions:
807 description: ""
808 default_behavior:
809 auto_detection:
810 description: ""
811 limits:
812 description: ""
813 performance_impact:
814 description: ""
815 setup:
816 prerequisites:
817 list: []
818 configuration:
819 file:
820 name: "netdata.conf"
821 section_name: "[plugin:freebsd]"
822 description: "The netdata main configuration file."
823 options:
824 description: ""
825 folding:
826 title: "Config options"
827 enabled: true
828 list:
829 - name: vm.swap_info
830 description: Enable or disable SWAP metrics.
831 default_value: yes
832 required: false
833 examples:
834 folding:
835 enabled: true
836 title: ""
837 list: []
838 troubleshooting:
839 problems:
840 list: []
841 alerts:
842 - name: used_swap
843 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/swap.conf
844 metric: mem.swap
845 info: swap memory utilization
846 os: "linux freebsd"
847 metrics:
848 folding:
849 title: Metrics
850 enabled: false
851 description: ""
852 availability: []
853 scopes:
854 - name: global
855 description: "This metric shows the SWAP usage."
856 labels: []
857 metrics:
858 - name: mem.swap
859 description: System Swap
860 unit: "MiB"
861 chart_type: stacked
862 dimensions:
863 - name: free
864 - name: used
865 - meta:
866 plugin_name: freebsd.plugin
867 module_name: system.ram
868 monitored_instance:
869 name: system.ram
870 link: "https://www.freebsd.org/"
871 categories:
872 - data-collection.operating-systems
873 icon_filename: "memory.svg"
874 related_resources:
875 integrations:
876 list: []
877 info_provided_to_referring_integrations:
878 description: ""
879 keywords: []
880 overview:
881 data_collection:
882 metrics_description: "Show information about system memory usage."
883 method_description: "The plugin calls `sysctl` function to collect necessary data."
884 supported_platforms:
885 include: []
886 exclude: []
887 multi_instance: true
888 additional_permissions:
889 description: ""
890 default_behavior:
891 auto_detection:
892 description: ""
893 limits:
894 description: ""
895 performance_impact:
896 description: ""
897 setup:
898 prerequisites:
899 list: []
900 configuration:
901 file:
902 name: "netdata.conf"
903 section_name: "[plugin:freebsd]"
904 description: "The netdata main configuration file."
905 options:
906 description: ""
907 folding:
908 title: "Config options"
909 enabled: true
910 list:
911 - name: system.ram
912 description: Enable or disable system RAM metric.
913 default_value: yes
914 required: false
915 examples:
916 folding:
917 enabled: true
918 title: ""
919 list: []
920 troubleshooting:
921 problems:
922 list: []
923 alerts:
924 - name: ram_in_use
925 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ram.conf
926 metric: system.ram
927 info: system memory utilization
928 os: "linux"
929 - name: ram_in_use
930 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ram.conf
931 metric: system.ram
932 info: system memory utilization
933 os: "freebsd"
934 - name: ram_available
935 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ram.conf
936 metric: mem.available
937 info: percentage of estimated amount of RAM available for userspace processes, without causing swapping
938 os: "linux"
939 - name: ram_available
940 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ram.conf
941 metric: mem.available
942 info: percentage of estimated amount of RAM available for userspace processes, without causing swapping
943 os: "freebsd"
944 metrics:
945 folding:
946 title: Metrics
947 enabled: false
948 description: ""
949 availability: []
950 scopes:
951 - name: global
952 description: "This metric shows RAM usage statistics."
953 labels: []
954 metrics:
955 - name: system.ram
956 description: System RAM
957 unit: "MiB"
958 chart_type: stacked
959 dimensions:
960 - name: free
961 - name: active
962 - name: inactive
963 - name: wired
964 - name: cache
965 - name: laundry
966 - name: buffers
967 - name: mem.available
968 description: Available RAM for applications
969 unit: "MiB"
970 chart_type: line
971 dimensions:
972 - name: avail
973 - meta:
974 plugin_name: freebsd.plugin
975 module_name: vm.stats.vm.v_swappgs
976 monitored_instance:
977 name: vm.stats.vm.v_swappgs
978 link: "https://www.freebsd.org/"
979 categories:
980 - data-collection.operating-systems
981 icon_filename: "memory.svg"
982 related_resources:
983 integrations:
984 list: []
985 info_provided_to_referring_integrations:
986 description: ""
987 keywords: []
988 overview:
989 data_collection:
990 metrics_description: "The metric swap amount of data read from and written to SWAP."
991 method_description: ""
992 supported_platforms:
993 include: []
994 exclude: []
995 multi_instance: true
996 additional_permissions:
997 description: ""
998 default_behavior:
999 auto_detection:
1000 description: ""
1001 limits:
1002 description: ""
1003 performance_impact:
1004 description: ""
1005 setup:
1006 prerequisites:
1007 list: []
1008 configuration:
1009 file:
1010 name: "netdata.conf"
1011 section_name: "[plugin:freebsd]"
1012 description: "The netdata main configuration file."
1013 options:
1014 description: ""
1015 folding:
1016 title: "Config options"
1017 enabled: true
1018 list:
1019 - name: vm.stats.vm.v_swappgs
1020 description: Enable or disable infoormation about SWAP I/O metric.
1021 default_value: yes
1022 required: false
1023 examples:
1024 folding:
1025 enabled: true
1026 title: ""
1027 list: []
1028 troubleshooting:
1029 problems:
1030 list: []
1031 alerts:
1032 - name: 30min_ram_swapped_out
1033 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/swap.conf
1034 metric: mem.swapio
1035 info: percentage of the system RAM swapped in the last 30 minutes
1036 os: "linux freebsd"
1037 metrics:
1038 folding:
1039 title: Metrics
1040 enabled: false
1041 description: ""
1042 availability: []
1043 scopes:
1044 - name: global
1045 description: "This metric shows events happening on SWAP."
1046 labels: []
1047 metrics:
1048 - name: mem.swapio
1049 description: Swap I/O
1050 unit: "KiB/s"
1051 chart_type: area
1052 dimensions:
1053 - name: io
1054 - name: out
1055 - meta:
1056 plugin_name: freebsd.plugin
1057 module_name: vm.stats.vm.v_pgfaults
1058 monitored_instance:
1059 name: vm.stats.vm.v_pgfaults
1060 link: "https://www.freebsd.org/"
1061 categories:
1062 - data-collection.operating-systems
1063 icon_filename: "memory.svg"
1064 related_resources:
1065 integrations:
1066 list: []
1067 info_provided_to_referring_integrations:
1068 description: ""
1069 keywords: []
1070 overview:
1071 data_collection:
1072 metrics_description: "Collect memory page faults events."
1073 method_description: "The plugin calls `sysctl` function to collect necessary data"
1074 supported_platforms:
1075 include: []
1076 exclude: []
1077 multi_instance: true
1078 additional_permissions:
1079 description: ""
1080 default_behavior:
1081 auto_detection:
1082 description: ""
1083 limits:
1084 description: ""
1085 performance_impact:
1086 description: ""
1087 setup:
1088 prerequisites:
1089 list: []
1090 configuration:
1091 file:
1092 name: "netdata.conf"
1093 section_name: "[plugin:freebsd]"
1094 description: "The netdata main configuration file."
1095 options:
1096 description: ""
1097 folding:
1098 title: "Config options"
1099 enabled: true
1100 list:
1101 - name: vm.stats.vm.v_pgfaults
1102 description: Enable or disable Memory page fault metric.
1103 default_value: yes
1104 required: false
1105 examples:
1106 folding:
1107 enabled: true
1108 title: ""
1109 list: []
1110 troubleshooting:
1111 problems:
1112 list: []
1113 alerts: []
1114 metrics:
1115 folding:
1116 title: Metrics
1117 enabled: false
1118 description: ""
1119 availability: []
1120 scopes:
1121 - name: global
1122 description: "The number of page faults happened on host."
1123 labels: []
1124 metrics:
1125 - name: mem.pgfaults
1126 description: Memory Page Faults
1127 unit: "page faults/s"
1128 chart_type: line
1129 dimensions:
1130 - name: memory
1131 - name: io_requiring
1132 - name: cow
1133 - name: cow_optimized
1134 - name: in_transit
1135 - meta:
1136 plugin_name: freebsd.plugin
1137 module_name: kern.ipc.sem
1138 monitored_instance:
1139 name: kern.ipc.sem
1140 link: "https://www.freebsd.org/"
1141 categories:
1142 - data-collection.operating-systems
1143 icon_filename: "freebsd.svg"
1144 related_resources:
1145 integrations:
1146 list: []
1147 info_provided_to_referring_integrations:
1148 description: ""
1149 keywords: []
1150 overview:
1151 data_collection:
1152 metrics_description: "Collect information about semaphore."
1153 method_description: ""
1154 supported_platforms:
1155 include: []
1156 exclude: []
1157 multi_instance: true
1158 additional_permissions:
1159 description: ""
1160 default_behavior:
1161 auto_detection:
1162 description: ""
1163 limits:
1164 description: ""
1165 performance_impact:
1166 description: ""
1167 setup:
1168 prerequisites:
1169 list: []
1170 configuration:
1171 file:
1172 name: "netdata.conf"
1173 section_name: "[plugin:freebsd]"
1174 description: "The netdata main configuration file."
1175 options:
1176 description: ""
1177 folding:
1178 title: "Config options"
1179 enabled: true
1180 list:
1181 - name: kern.ipc.sem
1182 description: Enable or disable semaphore metrics.
1183 default_value: yes
1184 required: false
1185 examples:
1186 folding:
1187 enabled: true
1188 title: ""
1189 list: []
1190 troubleshooting:
1191 problems:
1192 list: []
1193 alerts:
1194 - name: semaphores_used
1195 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ipc.conf
1196 metric: system.ipc_semaphores
1197 info: IPC semaphore utilization
1198 os: "linux"
1199 - name: semaphore_arrays_used
1200 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/ipc.conf
1201 metric: system.ipc_semaphore_arrays
1202 info: IPC semaphore arrays utilization
1203 os: "linux"
1204 metrics:
1205 folding:
1206 title: Metrics
1207 enabled: false
1208 description: ""
1209 availability: []
1210 scopes:
1211 - name: global
1212 description: "These metrics shows counters for semaphores on host."
1213 labels: []
1214 metrics:
1215 - name: system.ipc_semaphores
1216 description: IPC Semaphores
1217 unit: "semaphores"
1218 chart_type: area
1219 dimensions:
1220 - name: semaphores
1221 - name: system.ipc_semaphore_arrays
1222 description: IPC Semaphore Arrays
1223 unit: "arrays"
1224 chart_type: area
1225 dimensions:
1226 - name: arrays
1227 - meta:
1228 plugin_name: freebsd.plugin
1229 module_name: kern.ipc.shm
1230 monitored_instance:
1231 name: kern.ipc.shm
1232 link: "https://www.freebsd.org/"
1233 categories:
1234 - data-collection.operating-systems
1235 icon_filename: "memory.svg"
1236 related_resources:
1237 integrations:
1238 list: []
1239 info_provided_to_referring_integrations:
1240 description: ""
1241 keywords: []
1242 overview:
1243 data_collection:
1244 metrics_description: "Collect shared memory information."
1245 method_description: "The plugin calls `sysctl` function to collect necessary data."
1246 supported_platforms:
1247 include: []
1248 exclude: []
1249 multi_instance: true
1250 additional_permissions:
1251 description: ""
1252 default_behavior:
1253 auto_detection:
1254 description: ""
1255 limits:
1256 description: ""
1257 performance_impact:
1258 description: ""
1259 setup:
1260 prerequisites:
1261 list: []
1262 configuration:
1263 file:
1264 name: "netdata.conf"
1265 section_name: "[plugin:freebsd]"
1266 description: "The netdata main configuration file."
1267 options:
1268 description: ""
1269 folding:
1270 title: "Config options"
1271 enabled: true
1272 list:
1273 - name: kern.ipc.shm
1274 description: Enable or disable shared memory metric.
1275 default_value: yes
1276 required: false
1277 examples:
1278 folding:
1279 enabled: true
1280 title: ""
1281 list: []
1282 troubleshooting:
1283 problems:
1284 list: []
1285 alerts: []
1286 metrics:
1287 folding:
1288 title: Metrics
1289 enabled: false
1290 description: ""
1291 availability: []
1292 scopes:
1293 - name: global
1294 description: "These metrics give status about current shared memory segments."
1295 labels: []
1296 metrics:
1297 - name: system.ipc_shared_mem_segs
1298 description: IPC Shared Memory Segments
1299 unit: "segments"
1300 chart_type: area
1301 dimensions:
1302 - name: segments
1303 - name: system.ipc_shared_mem_size
1304 description: IPC Shared Memory Segments Size
1305 unit: "KiB"
1306 chart_type: area
1307 dimensions:
1308 - name: allocated
1309 - meta:
1310 plugin_name: freebsd.plugin
1311 module_name: kern.ipc.msq
1312 monitored_instance:
1313 name: kern.ipc.msq
1314 link: "https://www.freebsd.org/"
1315 categories:
1316 - data-collection.operating-systems
1317 icon_filename: "freebsd.svg"
1318 related_resources:
1319 integrations:
1320 list: []
1321 info_provided_to_referring_integrations:
1322 description: ""
1323 keywords: []
1324 overview:
1325 data_collection:
1326 metrics_description: "Collect number of IPC message Queues"
1327 method_description: ""
1328 supported_platforms:
1329 include: []
1330 exclude: []
1331 multi_instance: true
1332 additional_permissions:
1333 description: ""
1334 default_behavior:
1335 auto_detection:
1336 description: ""
1337 limits:
1338 description: ""
1339 performance_impact:
1340 description: ""
1341 setup:
1342 prerequisites:
1343 list: []
1344 configuration:
1345 file:
1346 name: "netdata.conf"
1347 section_name: "[plugin:freebsd]"
1348 description: "The netdata main configuration file."
1349 options:
1350 description: ""
1351 folding:
1352 title: "Config options"
1353 enabled: true
1354 list:
1355 - name: kern.ipc.msq
1356 description: Enable or disable IPC message queue metric.
1357 default_value: yes
1358 required: false
1359 examples:
1360 folding:
1361 enabled: true
1362 title: ""
1363 list: []
1364 troubleshooting:
1365 problems:
1366 list: []
1367 alerts: []
1368 metrics:
1369 folding:
1370 title: Metrics
1371 enabled: false
1372 description: ""
1373 availability: []
1374 scopes:
1375 - name: global
1376 description: "These metrics show statistics IPC messages statistics."
1377 labels: []
1378 metrics:
1379 - name: system.ipc_msq_queues
1380 description: Number of IPC Message Queues
1381 unit: "queues"
1382 chart_type: area
1383 dimensions:
1384 - name: queues
1385 - name: system.ipc_msq_messages
1386 description: Number of Messages in IPC Message Queues
1387 unit: "messages"
1388 chart_type: area
1389 dimensions:
1390 - name: messages
1391 - name: system.ipc_msq_size
1392 description: Size of IPC Message Queues
1393 unit: "bytes"
1394 chart_type: line
1395 dimensions:
1396 - name: allocated
1397 - name: used
1398 - meta:
1399 plugin_name: freebsd.plugin
1400 module_name: uptime
1401 monitored_instance:
1402 name: uptime
1403 link: "https://www.freebsd.org/"
1404 categories:
1405 - data-collection.operating-systems
1406 icon_filename: "freebsd.svg"
1407 related_resources:
1408 integrations:
1409 list: []
1410 info_provided_to_referring_integrations:
1411 description: ""
1412 keywords: []
1413 overview:
1414 data_collection:
1415 metrics_description: "Show period of time server is up."
1416 method_description: "The plugin calls `clock_gettime` function to collect necessary data."
1417 supported_platforms:
1418 include: []
1419 exclude: []
1420 multi_instance: true
1421 additional_permissions:
1422 description: ""
1423 default_behavior:
1424 auto_detection:
1425 description: ""
1426 limits:
1427 description: ""
1428 performance_impact:
1429 description: ""
1430 setup:
1431 prerequisites:
1432 list: []
1433 configuration:
1434 file:
1435 name: "netdata.conf"
1436 section_name: "[plugin:freebsd]"
1437 description: "The netdata main configuration file."
1438 options:
1439 description: ""
1440 folding:
1441 title: "Config options"
1442 enabled: true
1443 list:
1444 - name: vm.loadavg
1445 description: Enable or disable load average metric.
1446 default_value: yes
1447 required: false
1448 examples:
1449 folding:
1450 enabled: true
1451 title: ""
1452 list: []
1453 troubleshooting:
1454 problems:
1455 list: []
1456 alerts: []
1457 metrics:
1458 folding:
1459 title: Metrics
1460 enabled: false
1461 description: ""
1462 availability: []
1463 scopes:
1464 - name: global
1465 description: "How long the system is running."
1466 labels: []
1467 metrics:
1468 - name: system.uptime
1469 description: System Uptime
1470 unit: "seconds"
1471 chart_type: line
1472 dimensions:
1473 - name: uptime
1474 - meta:
1475 plugin_name: freebsd.plugin
1476 module_name: net.isr
1477 monitored_instance:
1478 name: net.isr
1479 link: "https://www.freebsd.org/"
1480 categories:
1481 - data-collection.networking
1482 icon_filename: "freebsd.svg"
1483 related_resources:
1484 integrations:
1485 list: []
1486 info_provided_to_referring_integrations:
1487 description: ""
1488 keywords: []
1489 overview:
1490 data_collection:
1491 metrics_description: "Collect information about system softnet stat."
1492 method_description: "The plugin calls `sysctl` function to collect necessary data."
1493 supported_platforms:
1494 include: []
1495 exclude: []
1496 multi_instance: true
1497 additional_permissions:
1498 description: ""
1499 default_behavior:
1500 auto_detection:
1501 description: ""
1502 limits:
1503 description: ""
1504 performance_impact:
1505 description: ""
1506 setup:
1507 prerequisites:
1508 list: []
1509 configuration:
1510 file:
1511 name: "netdata.conf"
1512 section_name: "[plugin:freebsd:net.isr]"
1513 description: "The netdata main configuration file."
1514 options:
1515 description: ""
1516 folding:
1517 title: "Config options"
1518 enabled: true
1519 list:
1520 - name: netisr
1521 description: Enable or disable general vision about softnet stat metrics.
1522 default_value: yes
1523 required: false
1524 - name: netisr per core
1525 description: Enable or disable softnet stat metric per core.
1526 default_value: yes
1527 required: false
1528 examples:
1529 folding:
1530 enabled: true
1531 title: ""
1532 list: []
1533 troubleshooting:
1534 problems:
1535 list: []
1536 alerts:
1537 - name: 1min_netdev_backlog_exceeded
1538 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/softnet.conf
1539 metric: system.softnet_stat
1540 info: average number of dropped packets in the last minute due to exceeded net.core.netdev_max_backlog
1541 os: "linux"
1542 - name: 1min_netdev_budget_ran_outs
1543 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/softnet.conf
1544 metric: system.softnet_stat
1545 info:
1546 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
1547 minute (this can be a cause for dropped packets)
1548 os: "linux"
1549 - name: 10min_netisr_backlog_exceeded
1550 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/softnet.conf
1551 metric: system.softnet_stat
1552 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)
1553 os: "freebsd"
1554 metrics:
1555 folding:
1556 title: Metrics
1557 enabled: false
1558 description: ""
1559 availability: []
1560 scopes:
1561 - name: global
1562 description: "These metrics show statistics about softnet stats."
1563 labels: []
1564 metrics:
1565 - name: system.softnet_stat
1566 description: System softnet_stat
1567 unit: "events/s"
1568 chart_type: line
1569 dimensions:
1570 - name: dispatched
1571 - name: hybrid_dispatched
1572 - name: qdrops
1573 - name: queued
1574 - name: core
1575 description: ""
1576 labels: []
1577 metrics:
1578 - name: cpu.softnet_stat
1579 description: Per CPU netisr statistics
1580 unit: "events/s"
1581 chart_type: line
1582 dimensions:
1583 - name: dispatched
1584 - name: hybrid_dispatched
1585 - name: qdrops
1586 - name: queued
1587 - meta:
1588 plugin_name: freebsd.plugin
1589 module_name: devstat
1590 monitored_instance:
1591 name: devstat
1592 link: "https://www.freebsd.org/"
1593 categories:
1594 - data-collection.storage
1595 icon_filename: "hard-drive.svg"
1596 related_resources:
1597 integrations:
1598 list: []
1599 info_provided_to_referring_integrations:
1600 description: ""
1601 keywords: []
1602 overview:
1603 data_collection:
1604 metrics_description: "Collect information per hard disk available on host."
1605 method_description: "The plugin calls `sysctl` function to collect necessary data."
1606 supported_platforms:
1607 include: []
1608 exclude: []
1609 multi_instance: true
1610 additional_permissions:
1611 description: ""
1612 default_behavior:
1613 auto_detection:
1614 description: ""
1615 limits:
1616 description: ""
1617 performance_impact:
1618 description: ""
1619 setup:
1620 prerequisites:
1621 list: []
1622 configuration:
1623 file:
1624 name: "netdata.conf"
1625 section_name: "[plugin:freebsd:kern.devstat]"
1626 description: "The netdata main configuration file."
1627 options:
1628 description: ""
1629 folding:
1630 title: "Config options"
1631 enabled: true
1632 list:
1633 - name: enable new disks detected at runtime
1634 description: Enable or disable possibility to detect new disks.
1635 default_value: auto
1636 required: false
1637 - name: performance metrics for pass devices
1638 description: Enable or disable metrics for disks with type `PASS`.
1639 default_value: auto
1640 required: false
1641 - name: total bandwidth for all disks
1642 description: Enable or disable total bandwidth metric for all disks.
1643 default_value: yes
1644 required: false
1645 - name: bandwidth for all disks
1646 description: Enable or disable bandwidth for all disks metric.
1647 default_value: auto
1648 required: false
1649 - name: operations for all disks
1650 description: Enable or disable operations for all disks metric.
1651 default_value: auto
1652 required: false
1653 - name: queued operations for all disks
1654 description: Enable or disable queued operations for all disks metric.
1655 default_value: auto
1656 required: false
1657 - name: utilization percentage for all disks
1658 description: Enable or disable utilization percentage for all disks metric.
1659 default_value: auto
1660 required: false
1661 - name: i/o time for all disks
1662 description: Enable or disable I/O time for all disks metric.
1663 default_value: auto
1664 required: false
1665 - name: average completed i/o time for all disks
1666 description: Enable or disable average completed I/O time for all disks metric.
1667 default_value: auto
1668 required: false
1669 - name: average completed i/o bandwidth for all disks
1670 description: Enable or disable average completed I/O bandwidth for all disks metric.
1671 default_value: auto
1672 required: false
1673 - name: average service time for all disks
1674 description: Enable or disable average service time for all disks metric.
1675 default_value: auto
1676 required: false
1677 - name: disable by default disks matching
1678 description: Do not create charts for disks listed.
1679 default_value: ""
1680 required: false
1681 examples:
1682 folding:
1683 enabled: true
1684 title: ""
1685 list: []
1686 troubleshooting:
1687 problems:
1688 list: []
1689 alerts:
1690 - name: 10min_disk_utilization
1691 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/disks.conf
1692 metric: disk.util
1693 info: average percentage of time ${label:device} disk was busy over the last 10 minutes
1694 os: "linux freebsd"
1695 metrics:
1696 folding:
1697 title: Metrics
1698 enabled: false
1699 description: ""
1700 availability: []
1701 scopes:
1702 - name: global
1703 description: "These metrics give a general vision about I/O events on disks."
1704 labels: []
1705 metrics:
1706 - name: system.io
1707 description: Disk I/O
1708 unit: "KiB/s"
1709 chart_type: area
1710 dimensions:
1711 - name: io
1712 - name: out
1713 - name: disk
1714 description: ""
1715 labels: []
1716 metrics:
1717 - name: disk.io
1718 description: Disk I/O Bandwidth
1719 unit: "KiB/s"
1720 chart_type: area
1721 dimensions:
1722 - name: reads
1723 - name: writes
1724 - name: frees
1725 - name: disk.ops
1726 description: Disk Completed I/O Operations
1727 unit: "operations/s"
1728 chart_type: line
1729 dimensions:
1730 - name: reads
1731 - name: writes
1732 - name: other
1733 - name: frees
1734 - name: disk.qops
1735 description: Disk Current I/O Operations
1736 unit: "operations"
1737 chart_type: line
1738 dimensions:
1739 - name: operations
1740 - name: disk.util
1741 description: Disk Utilization Time
1742 unit: "% of time working"
1743 chart_type: line
1744 dimensions:
1745 - name: utilization
1746 - name: disk.iotime
1747 description: Disk Total I/O Time
1748 unit: "milliseconds/s"
1749 chart_type: line
1750 dimensions:
1751 - name: reads
1752 - name: writes
1753 - name: other
1754 - name: frees
1755 - name: disk.await
1756 description: Average Completed I/O Operation Time
1757 unit: "milliseconds/operation"
1758 chart_type: line
1759 dimensions:
1760 - name: reads
1761 - name: writes
1762 - name: other
1763 - name: frees
1764 - name: disk.avgsz
1765 description: Average Completed I/O Operation Bandwidth
1766 unit: "KiB/operation"
1767 chart_type: area
1768 dimensions:
1769 - name: reads
1770 - name: writes
1771 - name: frees
1772 - name: disk.svctm
1773 description: Average Service Time
1774 unit: "milliseconds/operation"
1775 chart_type: line
1776 dimensions:
1777 - name: svctm
1778 - meta:
1779 plugin_name: freebsd.plugin
1780 module_name: net.inet.tcp.states
1781 monitored_instance:
1782 name: net.inet.tcp.states
1783 link: "https://www.freebsd.org/"
1784 categories:
1785 - data-collection.networking
1786 icon_filename: "network.svg"
1787 related_resources:
1788 integrations:
1789 list: []
1790 info_provided_to_referring_integrations:
1791 description: ""
1792 keywords: []
1793 overview:
1794 data_collection:
1795 metrics_description: ""
1796 method_description: ""
1797 supported_platforms:
1798 include: []
1799 exclude: []
1800 multi_instance: true
1801 additional_permissions:
1802 description: ""
1803 default_behavior:
1804 auto_detection:
1805 description: ""
1806 limits:
1807 description: ""
1808 performance_impact:
1809 description: ""
1810 setup:
1811 prerequisites:
1812 list: []
1813 configuration:
1814 file:
1815 name: "netdata.conf"
1816 section_name: "[plugin:freebsd]"
1817 description: "The netdata main configuration file."
1818 options:
1819 description: ""
1820 folding:
1821 title: "Config options"
1822 enabled: true
1823 list:
1824 - name: net.inet.tcp.states
1825 description: Enable or disable TCP state metric.
1826 default_value: yes
1827 required: false
1828 examples:
1829 folding:
1830 enabled: true
1831 title: ""
1832 list: []
1833 troubleshooting:
1834 problems:
1835 list: []
1836 alerts:
1837 - name: tcp_connections
1838 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/tcp_conn.conf
1839 metric: ipv4.tcpsock
1840 info: IPv4 TCP connections utilization
1841 os: "linux"
1842 metrics:
1843 folding:
1844 title: Metrics
1845 enabled: false
1846 description: ""
1847 availability: []
1848 scopes:
1849 - name: global
1850 description: "A counter for TCP connections."
1851 labels: []
1852 metrics:
1853 - name: ipv4.tcpsock
1854 description: IPv4 TCP Connections
1855 unit: "active connections"
1856 chart_type: line
1857 dimensions:
1858 - name: connections
1859 - meta:
1860 plugin_name: freebsd.plugin
1861 module_name: net.inet.tcp.stats
1862 monitored_instance:
1863 name: net.inet.tcp.stats
1864 link: "https://www.freebsd.org/"
1865 categories:
1866 - data-collection.networking
1867 icon_filename: "network.svg"
1868 related_resources:
1869 integrations:
1870 list: []
1871 info_provided_to_referring_integrations:
1872 description: ""
1873 keywords: []
1874 overview:
1875 data_collection:
1876 metrics_description: "Collect overall information about TCP connections."
1877 method_description: "The plugin calls `sysctl` function to collect necessary data."
1878 supported_platforms:
1879 include: []
1880 exclude: []
1881 multi_instance: true
1882 additional_permissions:
1883 description: ""
1884 default_behavior:
1885 auto_detection:
1886 description: ""
1887 limits:
1888 description: ""
1889 performance_impact:
1890 description: ""
1891 setup:
1892 prerequisites:
1893 list: []
1894 configuration:
1895 file:
1896 name: "netdata.conf"
1897 section_name: "[plugin:freebsd:net.inet.tcp.stats]"
1898 description: "The netdata main configuration file."
1899 options:
1900 description: ""
1901 folding:
1902 title: "Config options"
1903 enabled: true
1904 list:
1905 - name: ipv4 TCP packets
1906 description: Enable or disable ipv4 TCP packets metric.
1907 default_value: yes
1908 required: false
1909 - name: ipv4 TCP errors
1910 description: Enable or disable pv4 TCP errors metric.
1911 default_value: yes
1912 required: false
1913 - name: ipv4 TCP handshake issues
1914 description: Enable or disable ipv4 TCP handshake issue metric.
1915 default_value: yes
1916 required: false
1917 - name: TCP connection aborts
1918 description: Enable or disable TCP connection aborts metric.
1919 default_value: auto
1920 required: false
1921 - name: TCP out-of-order queue
1922 description: Enable or disable TCP out-of-order queue metric.
1923 default_value: auto
1924 required: false
1925 - name: TCP SYN cookies
1926 description: Enable or disable TCP SYN cookies metric.
1927 default_value: auto
1928 required: false
1929 - name: TCP listen issues
1930 description: Enable or disable TCP listen issues metric.
1931 default_value: auto
1932 required: false
1933 - name: ECN packets
1934 description: Enable or disable ECN packets metric.
1935 default_value: auto
1936 required: false
1937 examples:
1938 folding:
1939 enabled: true
1940 title: ""
1941 list: []
1942 troubleshooting:
1943 problems:
1944 list: []
1945 alerts:
1946 - name: 1m_ipv4_tcp_resets_sent
1947 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/tcp_resets.conf
1948 metric: ipv4.tcphandshake
1949 info: average number of sent TCP RESETS over the last minute
1950 os: "linux"
1951 - name: 10s_ipv4_tcp_resets_sent
1952 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/tcp_resets.conf
1953 metric: ipv4.tcphandshake
1954 info:
1955 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
1956 crashed. Netdata will not send a clear notification for this alarm.
1957 os: "linux"
1958 - name: 1m_ipv4_tcp_resets_received
1959 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/tcp_resets.conf
1960 metric: ipv4.tcphandshake
1961 info: average number of received TCP RESETS over the last minute
1962 os: "linux freebsd"
1963 - name: 10s_ipv4_tcp_resets_received
1964 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/tcp_resets.conf
1965 metric: ipv4.tcphandshake
1966 info:
1967 average number of received TCP RESETS over the last 10 seconds. This can be an indication that a service this host needs has crashed.
1968 Netdata will not send a clear notification for this alarm.
1969 os: "linux freebsd"
1970 metrics:
1971 folding:
1972 title: Metrics
1973 enabled: false
1974 description: ""
1975 availability: []
1976 scopes:
1977 - name: global
1978 description: "These metrics show TCP connections statistics."
1979 labels: []
1980 metrics:
1981 - name: ipv4.tcppackets
1982 description: IPv4 TCP Packets
1983 unit: "packets/s"
1984 chart_type: line
1985 dimensions:
1986 - name: received
1987 - name: sent
1988 - name: ipv4.tcperrors
1989 description: IPv4 TCP Errors
1990 unit: "packets/s"
1991 chart_type: line
1992 dimensions:
1993 - name: InErrs
1994 - name: InCsumErrors
1995 - name: RetransSegs
1996 - name: ipv4.tcphandshake
1997 description: IPv4 TCP Handshake Issues
1998 unit: "events/s"
1999 chart_type: line
2000 dimensions:
2001 - name: EstabResets
2002 - name: ActiveOpens
2003 - name: PassiveOpens
2004 - name: AttemptFails
2005 - name: ipv4.tcpconnaborts
2006 description: TCP Connection Aborts
2007 unit: "connections/s"
2008 chart_type: line
2009 dimensions:
2010 - name: baddata
2011 - name: userclosed
2012 - name: nomemory
2013 - name: timeout
2014 - name: linger
2015 - name: ipv4.tcpofo
2016 description: TCP Out-Of-Order Queue
2017 unit: "packets/s"
2018 chart_type: line
2019 dimensions:
2020 - name: inqueue
2021 - name: ipv4.tcpsyncookies
2022 description: TCP SYN Cookies
2023 unit: "packets/s"
2024 chart_type: line
2025 dimensions:
2026 - name: received
2027 - name: sent
2028 - name: failed
2029 - name: ipv4.tcplistenissues
2030 description: TCP Listen Socket Issues
2031 unit: "packets/s"
2032 chart_type: line
2033 dimensions:
2034 - name: overflows
2035 - name: ipv4.ecnpkts
2036 description: IPv4 ECN Statistics
2037 unit: "packets/s"
2038 chart_type: line
2039 dimensions:
2040 - name: InCEPkts
2041 - name: InECT0Pkts
2042 - name: InECT1Pkts
2043 - name: OutECT0Pkts
2044 - name: OutECT1Pkts
2045 - meta:
2046 plugin_name: freebsd.plugin
2047 module_name: net.inet.udp.stats
2048 monitored_instance:
2049 name: net.inet.udp.stats
2050 link: "https://www.freebsd.org/"
2051 categories:
2052 - data-collection.networking
2053 icon_filename: "network.svg"
2054 related_resources:
2055 integrations:
2056 list: []
2057 info_provided_to_referring_integrations:
2058 description: ""
2059 keywords: []
2060 overview:
2061 data_collection:
2062 metrics_description: "Collect information about UDP connections."
2063 method_description: "The plugin calls `sysctl` function to collect necessary data."
2064 supported_platforms:
2065 include: []
2066 exclude: []
2067 multi_instance: true
2068 additional_permissions:
2069 description: ""
2070 default_behavior:
2071 auto_detection:
2072 description: ""
2073 limits:
2074 description: ""
2075 performance_impact:
2076 description: ""
2077 setup:
2078 prerequisites:
2079 list: []
2080 configuration:
2081 file:
2082 name: "netdata.conf"
2083 section_name: "[plugin:freebsd:net.inet.udp.stats]"
2084 description: "The netdata main configuration file."
2085 options:
2086 description: ""
2087 folding:
2088 title: "Config options"
2089 enabled: true
2090 list:
2091 - name: ipv4 UDP packets
2092 description: Enable or disable ipv4 UDP packets metric.
2093 default_value: yes
2094 required: false
2095 - name: ipv4 UDP errors
2096 description: Enable or disable ipv4 UDP errors metric.
2097 default_value: yes
2098 required: false
2099 examples:
2100 folding:
2101 enabled: true
2102 title: ""
2103 list: []
2104 troubleshooting:
2105 problems:
2106 list: []
2107 alerts:
2108 - name: 1m_ipv4_udp_receive_buffer_errors
2109 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/udp_errors.conf
2110 metric: ipv4.udperrors
2111 info: average number of UDP receive buffer errors over the last minute
2112 os: "linux freebsd"
2113 - name: 1m_ipv4_udp_send_buffer_errors
2114 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/udp_errors.conf
2115 metric: ipv4.udperrors
2116 info: average number of UDP send buffer errors over the last minute
2117 os: "linux"
2118 metrics:
2119 folding:
2120 title: Metrics
2121 enabled: false
2122 description: ""
2123 availability: []
2124 scopes:
2125 - name: global
2126 description: "These metrics show UDP connections statistics."
2127 labels: []
2128 metrics:
2129 - name: ipv4.udppackets
2130 description: IPv4 UDP Packets
2131 unit: "packets/s"
2132 chart_type: line
2133 dimensions:
2134 - name: received
2135 - name: sent
2136 - name: ipv4.udperrors
2137 description: IPv4 UDP Errors
2138 unit: "events/s"
2139 chart_type: line
2140 dimensions:
2141 - name: InErrors
2142 - name: NoPorts
2143 - name: RcvbufErrors
2144 - name: InCsumErrors
2145 - name: IgnoredMulti
2146 - meta:
2147 plugin_name: freebsd.plugin
2148 module_name: net.inet.icmp.stats
2149 monitored_instance:
2150 name: net.inet.icmp.stats
2151 link: "https://www.freebsd.org/"
2152 categories:
2153 - data-collection.networking
2154 icon_filename: "network.svg"
2155 related_resources:
2156 integrations:
2157 list: []
2158 info_provided_to_referring_integrations:
2159 description: ""
2160 keywords: []
2161 overview:
2162 data_collection:
2163 metrics_description: "Collect information about ICMP traffic."
2164 method_description: "The plugin calls `sysctl` function to collect necessary data."
2165 supported_platforms:
2166 include: []
2167 exclude: []
2168 multi_instance: true
2169 additional_permissions:
2170 description: ""
2171 default_behavior:
2172 auto_detection:
2173 description: ""
2174 limits:
2175 description: ""
2176 performance_impact:
2177 description: ""
2178 setup:
2179 prerequisites:
2180 list: []
2181 configuration:
2182 file:
2183 name: "netdata.conf"
2184 section_name: "[plugin:freebsd:net.inet.icmp.stats]"
2185 description: "The netdata main configuration file."
2186 options:
2187 description: ""
2188 folding:
2189 title: "Config options"
2190 enabled: true
2191 list:
2192 - name: IPv4 ICMP packets
2193 description: Enable or disable IPv4 ICMP packets metric.
2194 default_value: yes
2195 required: false
2196 - name: IPv4 ICMP error
2197 description: Enable or disable IPv4 ICMP error metric.
2198 default_value: yes
2199 required: false
2200 - name: IPv4 ICMP messages
2201 description: Enable or disable IPv4 ICMP messages metric.
2202 default_value: yes
2203 required: false
2204 examples:
2205 folding:
2206 enabled: true
2207 title: ""
2208 list: []
2209 troubleshooting:
2210 problems:
2211 list: []
2212 alerts: []
2213 metrics:
2214 folding:
2215 title: Metrics
2216 enabled: false
2217 description: ""
2218 availability: []
2219 scopes:
2220 - name: global
2221 description: "These metrics show ICMP connections statistics."
2222 labels: []
2223 metrics:
2224 - name: ipv4.icmp
2225 description: IPv4 ICMP Packets
2226 unit: "packets/s"
2227 chart_type: line
2228 dimensions:
2229 - name: received
2230 - name: sent
2231 - name: ipv4.icmp_errors
2232 description: IPv4 ICMP Errors
2233 unit: "packets/s"
2234 chart_type: line
2235 dimensions:
2236 - name: InErrors
2237 - name: OutErrors
2238 - name: InCsumErrors
2239 - name: ipv4.icmpmsg
2240 description: IPv4 ICMP Messages
2241 unit: "packets/s"
2242 chart_type: line
2243 dimensions:
2244 - name: InEchoReps
2245 - name: OutEchoReps
2246 - name: InEchos
2247 - name: OutEchos
2248 - meta:
2249 plugin_name: freebsd.plugin
2250 module_name: net.inet.ip.stats
2251 monitored_instance:
2252 name: net.inet.ip.stats
2253 link: "https://www.freebsd.org/"
2254 categories:
2255 - data-collection.networking
2256 icon_filename: "network.svg"
2257 related_resources:
2258 integrations:
2259 list: []
2260 info_provided_to_referring_integrations:
2261 description: ""
2262 keywords: []
2263 overview:
2264 data_collection:
2265 metrics_description: "Collect IP stats"
2266 method_description: "The plugin calls `sysctl` function to collect necessary data."
2267 supported_platforms:
2268 include: []
2269 exclude: []
2270 multi_instance: true
2271 additional_permissions:
2272 description: ""
2273 default_behavior:
2274 auto_detection:
2275 description: ""
2276 limits:
2277 description: ""
2278 performance_impact:
2279 description: ""
2280 setup:
2281 prerequisites:
2282 list: []
2283 configuration:
2284 file:
2285 name: "netdata.conf"
2286 section_name: "[plugin:freebsd:net.inet.ip.stats]"
2287 description: "The netdata main configuration file."
2288 options:
2289 description: ""
2290 folding:
2291 title: "Config options"
2292 enabled: true
2293 list:
2294 - name: ipv4 packets
2295 description: Enable or disable IPv4 packets metric.
2296 default_value: yes
2297 required: false
2298 - name: ipv4 fragments sent
2299 description: Enable or disable IPv4 fragments sent metric.
2300 default_value: yes
2301 required: false
2302 - name: ipv4 fragments assembly
2303 description: Enable or disable IPv4 fragments assembly metric.
2304 default_value: yes
2305 required: false
2306 - name: ipv4 errors
2307 description: Enable or disable IPv4 errors metric.
2308 default_value: yes
2309 required: false
2310 examples:
2311 folding:
2312 enabled: true
2313 title: ""
2314 list: []
2315 troubleshooting:
2316 problems:
2317 list: []
2318 alerts: []
2319 metrics:
2320 folding:
2321 title: Metrics
2322 enabled: false
2323 description: ""
2324 availability: []
2325 scopes:
2326 - name: global
2327 description: "These metrics show IPv4 connections statistics."
2328 labels: []
2329 metrics:
2330 - name: ipv4.packets
2331 description: IPv4 Packets
2332 unit: "packets/s"
2333 chart_type: line
2334 dimensions:
2335 - name: received
2336 - name: sent
2337 - name: forwarded
2338 - name: delivered
2339 - name: ipv4.fragsout
2340 description: IPv4 Fragments Sent
2341 unit: "packets/s"
2342 chart_type: line
2343 dimensions:
2344 - name: ok
2345 - name: failed
2346 - name: created
2347 - name: ipv4.fragsin
2348 description: IPv4 Fragments Reassembly
2349 unit: "packets/s"
2350 chart_type: line
2351 dimensions:
2352 - name: ok
2353 - name: failed
2354 - name: all
2355 - name: ipv4.errors
2356 description: IPv4 Errors
2357 unit: "packets/s"
2358 chart_type: line
2359 dimensions:
2360 - name: InDiscards
2361 - name: OutDiscards
2362 - name: InHdrErrors
2363 - name: OutNoRoutes
2364 - name: InAddrErrors
2365 - name: InUnknownProtos
2366 - meta:
2367 plugin_name: freebsd.plugin
2368 module_name: net.inet6.ip6.stats
2369 monitored_instance:
2370 name: net.inet6.ip6.stats
2371 link: "https://www.freebsd.org/"
2372 categories:
2373 - data-collection.networking
2374 icon_filename: "network.svg"
2375 related_resources:
2376 integrations:
2377 list: []
2378 info_provided_to_referring_integrations:
2379 description: ""
2380 keywords: []
2381 overview:
2382 data_collection:
2383 metrics_description: "Collect information abou IPv6 stats."
2384 method_description: "The plugin calls `sysctl` function to collect necessary data."
2385 supported_platforms:
2386 include: []
2387 exclude: []
2388 multi_instance: true
2389 additional_permissions:
2390 description: ""
2391 default_behavior:
2392 auto_detection:
2393 description: ""
2394 limits:
2395 description: ""
2396 performance_impact:
2397 description: ""
2398 setup:
2399 prerequisites:
2400 list: []
2401 configuration:
2402 file:
2403 name: "netdata.conf"
2404 section_name: "[plugin:freebsd:net.inet6.ip6.stats]"
2405 description: "The netdata main configuration file."
2406 options:
2407 description: ""
2408 folding:
2409 title: "Config options"
2410 enabled: true
2411 list:
2412 - name: ipv6 packets
2413 description: Enable or disable ipv6 packet metric.
2414 default_value: auto
2415 required: false
2416 - name: ipv6 fragments sent
2417 description: Enable or disable ipv6 fragments sent metric.
2418 default_value: auto
2419 required: false
2420 - name: ipv6 fragments assembly
2421 description: Enable or disable ipv6 fragments assembly metric.
2422 default_value: auto
2423 required: false
2424 - name: ipv6 errors
2425 description: Enable or disable ipv6 errors metric.
2426 default_value: auto
2427 required: false
2428 examples:
2429 folding:
2430 enabled: true
2431 title: ""
2432 list: []
2433 troubleshooting:
2434 problems:
2435 list: []
2436 alerts: []
2437 metrics:
2438 folding:
2439 title: Metrics
2440 enabled: false
2441 description: ""
2442 availability: []
2443 scopes:
2444 - name: global
2445 description: "These metrics show general information about IPv6 connections."
2446 labels: []
2447 metrics:
2448 - name: ipv6.packets
2449 description: IPv6 Packets
2450 unit: "packets/s"
2451 chart_type: line
2452 dimensions:
2453 - name: received
2454 - name: sent
2455 - name: forwarded
2456 - name: delivers
2457 - name: ipv6.fragsout
2458 description: IPv6 Fragments Sent
2459 unit: "packets/s"
2460 chart_type: line
2461 dimensions:
2462 - name: ok
2463 - name: failed
2464 - name: all
2465 - name: ipv6.fragsin
2466 description: IPv6 Fragments Reassembly
2467 unit: "packets/s"
2468 chart_type: line
2469 dimensions:
2470 - name: ok
2471 - name: failed
2472 - name: timeout
2473 - name: all
2474 - name: ipv6.errors
2475 description: IPv6 Errors
2476 unit: "packets/s"
2477 chart_type: line
2478 dimensions:
2479 - name: InDiscards
2480 - name: OutDiscards
2481 - name: InHdrErrors
2482 - name: InAddrErrors
2483 - name: InTruncatedPkts
2484 - name: InNoRoutes
2485 - name: OutNoRoutes
2486 - meta:
2487 plugin_name: freebsd.plugin
2488 module_name: net.inet6.icmp6.stats
2489 monitored_instance:
2490 name: net.inet6.icmp6.stats
2491 link: "https://www.freebsd.org/"
2492 categories:
2493 - data-collection.networking
2494 icon_filename: "network.svg"
2495 related_resources:
2496 integrations:
2497 list: []
2498 info_provided_to_referring_integrations:
2499 description: ""
2500 keywords: []
2501 overview:
2502 data_collection:
2503 metrics_description: "Collect information abou IPv6 ICMP"
2504 method_description: "The plugin calls `sysctl` function to collect necessary data."
2505 supported_platforms:
2506 include: []
2507 exclude: []
2508 multi_instance: true
2509 additional_permissions:
2510 description: ""
2511 default_behavior:
2512 auto_detection:
2513 description: ""
2514 limits:
2515 description: ""
2516 performance_impact:
2517 description: ""
2518 setup:
2519 prerequisites:
2520 list: []
2521 configuration:
2522 file:
2523 name: "netdata.conf"
2524 section_name: "[plugin:freebsd:net.inet6.icmp6.stats]"
2525 description: "The netdata main configuration file."
2526 options:
2527 description: ""
2528 folding:
2529 title: "Config options"
2530 enabled: true
2531 list:
2532 - name: icmp
2533 description: Enable or disable ICMP metric.
2534 default_value: auto
2535 required: false
2536 - name: icmp redirects
2537 description: Enable or disable ICMP redirects metric.
2538 default_value: auto
2539 required: false
2540 - name: icmp errors
2541 description: Enable or disable ICMP errors metric.
2542 default_value: auto
2543 required: false
2544 - name: icmp echos
2545 description: Enable or disable ICMP echos metric.
2546 default_value: auto
2547 required: false
2548 - name: icmp router
2549 description: Enable or disable ICMP router metric.
2550 default_value: auto
2551 required: false
2552 - name: icmp neighbor
2553 description: Enable or disable ICMP neighbor metric.
2554 default_value: auto
2555 required: false
2556 - name: icmp types
2557 description: Enable or disable ICMP types metric.
2558 default_value: auto
2559 required: false
2560 examples:
2561 folding:
2562 enabled: true
2563 title: ""
2564 list: []
2565 troubleshooting:
2566 problems:
2567 list: []
2568 alerts: []
2569 metrics:
2570 folding:
2571 title: Metrics
2572 enabled: false
2573 description: ""
2574 availability: []
2575 scopes:
2576 - name: global
2577 description: "Collect IPv6 ICMP traffic statistics."
2578 labels: []
2579 metrics:
2580 - name: ipv6.icmp
2581 description: IPv6 ICMP Messages
2582 unit: "messages/s"
2583 chart_type: line
2584 dimensions:
2585 - name: received
2586 - name: sent
2587 - name: ipv6.icmpredir
2588 description: IPv6 ICMP Redirects
2589 unit: "redirects/s"
2590 chart_type: line
2591 dimensions:
2592 - name: received
2593 - name: sent
2594 - name: ipv6.icmperrors
2595 description: IPv6 ICMP Errors
2596 unit: "errors/s"
2597 chart_type: line
2598 dimensions:
2599 - name: InErrors
2600 - name: OutErrors
2601 - name: InCsumErrors
2602 - name: InDestUnreachs
2603 - name: InPktTooBigs
2604 - name: InTimeExcds
2605 - name: InParmProblems
2606 - name: OutDestUnreachs
2607 - name: OutTimeExcds
2608 - name: OutParmProblems
2609 - name: ipv6.icmpechos
2610 description: IPv6 ICMP Echo
2611 unit: "messages/s"
2612 chart_type: line
2613 dimensions:
2614 - name: InEchos
2615 - name: OutEchos
2616 - name: InEchoReplies
2617 - name: OutEchoReplies
2618 - name: ipv6.icmprouter
2619 description: IPv6 Router Messages
2620 unit: "messages/s"
2621 chart_type: line
2622 dimensions:
2623 - name: InSolicits
2624 - name: OutSolicits
2625 - name: InAdvertisements
2626 - name: OutAdvertisements
2627 - name: ipv6.icmpneighbor
2628 description: IPv6 Neighbor Messages
2629 unit: "messages/s"
2630 chart_type: line
2631 dimensions:
2632 - name: InSolicits
2633 - name: OutSolicits
2634 - name: InAdvertisements
2635 - name: OutAdvertisements
2636 - name: ipv6.icmptypes
2637 description: IPv6 ICMP Types
2638 unit: "messages/s"
2639 chart_type: line
2640 dimensions:
2641 - name: InType1
2642 - name: InType128
2643 - name: InType129
2644 - name: InType136
2645 - name: OutType1
2646 - name: OutType128
2647 - name: OutType129
2648 - name: OutType133
2649 - name: OutType135
2650 - name: OutType143
2651 - meta:
2652 plugin_name: freebsd.plugin
2653 module_name: ipfw
2654 monitored_instance:
2655 name: ipfw
2656 link: "https://www.freebsd.org/"
2657 categories:
2658 - data-collection.networking
2659 icon_filename: "firewall.svg"
2660 related_resources:
2661 integrations:
2662 list: []
2663 info_provided_to_referring_integrations:
2664 description: ""
2665 keywords: []
2666 overview:
2667 data_collection:
2668 metrics_description: "Collect information about FreeBSD firewall."
2669 method_description: "The plugin uses RAW socket to communicate with kernel and collect data."
2670 supported_platforms:
2671 include: []
2672 exclude: []
2673 multi_instance: true
2674 additional_permissions:
2675 description: ""
2676 default_behavior:
2677 auto_detection:
2678 description: ""
2679 limits:
2680 description: ""
2681 performance_impact:
2682 description: ""
2683 setup:
2684 prerequisites:
2685 list: []
2686 configuration:
2687 file:
2688 name: "netdata.conf"
2689 section_name: "[plugin:freebsd:ipfw]"
2690 description: "The netdata main configuration file."
2691 options:
2692 description: ""
2693 folding:
2694 title: "Config options"
2695 enabled: true
2696 list:
2697 - name: counters for static rules
2698 description: Enable or disable counters for static rules metric.
2699 default_value: yes
2700 required: false
2701 - name: number of dynamic rules
2702 description: Enable or disable number of dynamic rules metric.
2703 default_value: yes
2704 required: false
2705 - name: allocated memory
2706 description: Enable or disable allocated memory metric.
2707 default_value: yes
2708 required: false
2709 examples:
2710 folding:
2711 enabled: true
2712 title: ""
2713 list: []
2714 troubleshooting:
2715 problems:
2716 list: []
2717 alerts: []
2718 metrics:
2719 folding:
2720 title: Metrics
2721 enabled: false
2722 description: ""
2723 availability: []
2724 scopes:
2725 - name: global
2726 description: "Theese metrics show FreeBSD firewall statistics."
2727 labels: []
2728 metrics:
2729 - name: ipfw.mem
2730 description: Memory allocated by rules
2731 unit: "bytes"
2732 chart_type: stacked
2733 dimensions:
2734 - name: dynamic
2735 - name: static
2736 - name: ipfw.packets
2737 description: Packets
2738 unit: "packets/s"
2739 chart_type: stacked
2740 dimensions:
2741 - name: a dimension per static rule
2742 - name: ipfw.bytes
2743 description: Bytes
2744 unit: "bytes/s"
2745 chart_type: stacked
2746 dimensions:
2747 - name: a dimension per static rule
2748 - name: ipfw.active
2749 description: Active rules
2750 unit: "rules"
2751 chart_type: stacked
2752 dimensions:
2753 - name: a dimension per dynamic rule
2754 - name: ipfw.expired
2755 description: Expired rules
2756 unit: "rules"
2757 chart_type: stacked
2758 dimensions:
2759 - name: a dimension per dynamic rule
2760 - meta:
2761 plugin_name: freebsd.plugin
2762 module_name: getifaddrs
2763 monitored_instance:
2764 name: getifaddrs
2765 link: "https://www.freebsd.org/"
2766 categories:
2767 - data-collection.networking
2768 icon_filename: "network.svg"
2769 related_resources:
2770 integrations:
2771 list: []
2772 info_provided_to_referring_integrations:
2773 description: ""
2774 keywords: []
2775 overview:
2776 data_collection:
2777 metrics_description: "Collect traffic per network interface."
2778 method_description: "The plugin calls `getifaddrs` function to collect necessary data."
2779 supported_platforms:
2780 include: []
2781 exclude: []
2782 multi_instance: true
2783 additional_permissions:
2784 description: ""
2785 default_behavior:
2786 auto_detection:
2787 description: ""
2788 limits:
2789 description: ""
2790 performance_impact:
2791 description: ""
2792 setup:
2793 prerequisites:
2794 list: []
2795 configuration:
2796 file:
2797 name: "netdata.conf"
2798 section_name: "[plugin:freebsd:getifaddrs]"
2799 description: "The netdata main configuration file."
2800 options:
2801 description: ""
2802 folding:
2803 title: "Config options"
2804 enabled: true
2805 list:
2806 - name: enable new interfaces detected at runtime
2807 description: Enable or disable possibility to discover new interface after plugin starts.
2808 default_value: auto
2809 required: false
2810 - name: total bandwidth for physical interfaces
2811 description: Enable or disable total bandwidth for physical interfaces metric.
2812 default_value: auto
2813 required: false
2814 - name: total packets for physical interfaces
2815 description: Enable or disable total packets for physical interfaces metric.
2816 default_value: auto
2817 required: false
2818 - name: total bandwidth for ipv4 interface
2819 description: Enable or disable total bandwidth for IPv4 interface metric.
2820 default_value: auto
2821 required: false
2822 - name: total bandwidth for ipv6 interfaces
2823 description: Enable or disable total bandwidth for ipv6 interfaces metric.
2824 default_value: auto
2825 required: false
2826 - name: bandwidth for all interfaces
2827 description: Enable or disable bandwidth for all interfaces metric.
2828 default_value: auto
2829 required: false
2830 - name: packets for all interfaces
2831 description: Enable or disable packets for all interfaces metric.
2832 default_value: auto
2833 required: false
2834 - name: errors for all interfaces
2835 description: Enable or disable errors for all interfaces metric.
2836 default_value: auto
2837 required: false
2838 - name: drops for all interfaces
2839 description: Enable or disable drops for all interfaces metric.
2840 default_value: auto
2841 required: false
2842 - name: collisions for all interface
2843 description: Enable or disable collisions for all interface metric.
2844 default_value: auto
2845 required: false
2846 - name: disable by default interfaces matching
2847 description: Do not display data for intterfaces listed.
2848 default_value: lo*
2849 required: false
2850 - name: set physical interfaces for system.net
2851 description: Do not show network traffic for listed interfaces.
2852 default_value: igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx* re* igc* dwc*
2853 required: false
2854 examples:
2855 folding:
2856 enabled: true
2857 title: ""
2858 list: []
2859 troubleshooting:
2860 problems:
2861 list: []
2862 alerts:
2863 - name: interface_speed
2864 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2865 metric: net.net
2866 info: network interface ${label:device} current speed
2867 os: "*"
2868 - name: inbound_packets_dropped_ratio
2869 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2870 metric: net.drops
2871 info: ratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes
2872 os: "*"
2873 - name: outbound_packets_dropped_ratio
2874 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2875 metric: net.drops
2876 info: ratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes
2877 os: "*"
2878 - name: 1m_received_packets_rate
2879 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2880 metric: net.packets
2881 info: average number of packets received by the network interface ${label:device} over the last minute
2882 os: "linux freebsd"
2883 - name: 10s_received_packets_storm
2884 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2885 metric: net.packets
2886 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
2887 os: "linux freebsd"
2888 - name: interface_inbound_errors
2889 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2890 metric: net.errors
2891 info: number of inbound errors for the network interface ${label:device} in the last 10 minutes
2892 os: "freebsd"
2893 - name: interface_outbound_errors
2894 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/net.conf
2895 metric: net.errors
2896 info: number of outbound errors for the network interface ${label:device} in the last 10 minutes
2897 os: "freebsd"
2898 metrics:
2899 folding:
2900 title: Metrics
2901 enabled: false
2902 description: ""
2903 availability: []
2904 scopes:
2905 - name: global
2906 description: "General overview about network traffic."
2907 labels: []
2908 metrics:
2909 - name: system.net
2910 description: Network Traffic
2911 unit: "kilobits/s"
2912 chart_type: area
2913 dimensions:
2914 - name: received
2915 - name: sent
2916 - name: system.packets
2917 description: Network Packets
2918 unit: "packets/s"
2919 chart_type: line
2920 dimensions:
2921 - name: received
2922 - name: sent
2923 - name: multicast_received
2924 - name: multicast_sent
2925 - name: system.ipv4
2926 description: IPv4 Bandwidth
2927 unit: "kilobits/s"
2928 chart_type: area
2929 dimensions:
2930 - name: received
2931 - name: sent
2932 - name: system.ipv6
2933 description: IPv6 Bandwidth
2934 unit: "kilobits/s"
2935 chart_type: area
2936 dimensions:
2937 - name: received
2938 - name: sent
2939 - name: network device
2940 description: ""
2941 labels: []
2942 metrics:
2943 - name: net.net
2944 description: Bandwidth
2945 unit: "kilobits/s"
2946 chart_type: area
2947 dimensions:
2948 - name: received
2949 - name: sent
2950 - name: net.packets
2951 description: Packets
2952 unit: "packets/s"
2953 chart_type: line
2954 dimensions:
2955 - name: received
2956 - name: sent
2957 - name: multicast_received
2958 - name: multicast_sent
2959 - name: net.errors
2960 description: Interface Errors
2961 unit: "errors/s"
2962 chart_type: line
2963 dimensions:
2964 - name: inbound
2965 - name: outbound
2966 - name: net.drops
2967 description: Interface Drops
2968 unit: "drops/s"
2969 chart_type: line
2970 dimensions:
2971 - name: inbound
2972 - name: outbound
2973 - name: net.events
2974 description: Network Interface Events
2975 unit: "events/s"
2976 chart_type: line
2977 dimensions:
2978 - name: collisions
2979 - meta:
2980 plugin_name: freebsd.plugin
2981 module_name: getmntinfo
2982 monitored_instance:
2983 name: getmntinfo
2984 link: "https://www.freebsd.org/"
2985 categories:
2986 - data-collection.storage
2987 icon_filename: "hard-drive.svg"
2988 related_resources:
2989 integrations:
2990 list: []
2991 info_provided_to_referring_integrations:
2992 description: ""
2993 keywords: []
2994 overview:
2995 data_collection:
2996 metrics_description: "Collect information per mount point."
2997 method_description: "The plugin calls `getmntinfo` function to collect necessary data."
2998 supported_platforms:
2999 include: []
3000 exclude: []
3001 multi_instance: true
3002 additional_permissions:
3003 description: ""
3004 default_behavior:
3005 auto_detection:
3006 description: ""
3007 limits:
3008 description: ""
3009 performance_impact:
3010 description: ""
3011 setup:
3012 prerequisites:
3013 list: []
3014 configuration:
3015 file:
3016 name: "netdata.conf"
3017 section_name: "[plugin:freebsd:getmntinfo]"
3018 description: "The netdata main configuration file."
3019 options:
3020 description: ""
3021 folding:
3022 title: "Config options"
3023 enabled: true
3024 list:
3025 - name: enable new mount points detected at runtime
3026 description: Cheeck new mount points during runtime.
3027 default_value: auto
3028 required: false
3029 - name: space usage for all disks
3030 description: Enable or disable space usage for all disks metric.
3031 default_value: auto
3032 required: false
3033 - name: inodes usage for all disks
3034 description: Enable or disable inodes usage for all disks metric.
3035 default_value: auto
3036 required: false
3037 - name: exclude space metrics on paths
3038 description: Do not show metrics for listed paths.
3039 default_value: /proc/*
3040 required: false
3041 - name: exclude space metrics on filesystems
3042 description: Do not monitor listed filesystems.
3043 default_value: autofs procfs subfs devfs none
3044 required: false
3045 examples:
3046 folding:
3047 enabled: true
3048 title: ""
3049 list: []
3050 troubleshooting:
3051 problems:
3052 list: []
3053 alerts:
3054 - name: disk_space_usage
3055 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/disks.conf
3056 metric: disk.space
3057 info: disk ${label:mount_point} space utilization
3058 os: "linux freebsd"
3059 - name: disk_inode_usage
3060 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/disks.conf
3061 metric: disk.inodes
3062 info: disk ${label:mount_point} inode utilization
3063 os: "linux freebsd"
3064 metrics:
3065 folding:
3066 title: Metrics
3067 enabled: false
3068 description: ""
3069 availability: []
3070 scopes:
3071 - name: mount point
3072 description: "These metrics show detailss about mount point usages."
3073 labels: []
3074 metrics:
3075 - name: disk.space
3076 description: Disk Space Usage for {mounted dir} [{mounted filesystem}]
3077 unit: "GiB"
3078 chart_type: stacked
3079 dimensions:
3080 - name: avail
3081 - name: used
3082 - name: reserved_for_root
3083 - name: disk.inodes
3084 description: Disk Files (inodes) Usage for {mounted dir} [{mounted filesystem}]
3085 unit: "inodes"
3086 chart_type: stacked
3087 dimensions:
3088 - name: avail
3089 - name: used
3090 - name: reserved_for_root
3091 - meta:
3092 plugin_name: freebsd.plugin
3093 module_name: zfs
3094 monitored_instance:
3095 name: zfs
3096 link: "https://www.freebsd.org/"
3097 categories:
3098 - data-collection.storage
3099 icon_filename: "filesystem.svg"
3100 related_resources:
3101 integrations:
3102 list: []
3103 info_provided_to_referring_integrations:
3104 description: ""
3105 keywords: []
3106 overview:
3107 data_collection:
3108 metrics_description: "Collect metrics for ZFS filesystem"
3109 method_description: "The plugin uses `sysctl` function to collect necessary data."
3110 supported_platforms:
3111 include: []
3112 exclude: []
3113 multi_instance: true
3114 additional_permissions:
3115 description: ""
3116 default_behavior:
3117 auto_detection:
3118 description: ""
3119 limits:
3120 description: ""
3121 performance_impact:
3122 description: ""
3123 setup:
3124 prerequisites:
3125 list: []
3126 configuration:
3127 file:
3128 name: "netdata.conf"
3129 section_name: "[plugin:freebsd:zfs_arcstats]"
3130 description: "The netdata main configuration file."
3131 options:
3132 description: ""
3133 folding:
3134 title: "Config options"
3135 enabled: true
3136 list:
3137 - name: show zero charts
3138 description: Do not show charts with zero metrics.
3139 default_value: no
3140 required: false
3141 examples:
3142 folding:
3143 enabled: true
3144 title: ""
3145 list: []
3146 troubleshooting:
3147 problems:
3148 list: []
3149 alerts:
3150 - name: zfs_memory_throttle
3151 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/zfs.conf
3152 metric: zfs.memory_ops
3153 info: number of times ZFS had to limit the ARC growth in the last 10 minutes
3154 metrics:
3155 folding:
3156 title: Metrics
3157 enabled: false
3158 description: ""
3159 availability: []
3160 scopes:
3161 - name: global
3162 description: "These metrics show detailed information about ZFS filesystem."
3163 labels: []
3164 metrics:
3165 - name: zfs.arc_size
3166 description: ZFS ARC Size
3167 unit: "MiB"
3168 chart_type: area
3169 dimensions:
3170 - name: arcsz
3171 - name: target
3172 - name: min
3173 - name: max
3174 - name: zfs.l2_size
3175 description: ZFS L2 ARC Size
3176 unit: "MiB"
3177 chart_type: area
3178 dimensions:
3179 - name: actual
3180 - name: size
3181 - name: zfs.reads
3182 description: ZFS Reads
3183 unit: "reads/s"
3184 chart_type: area
3185 dimensions:
3186 - name: arc
3187 - name: demand
3188 - name: prefetch
3189 - name: metadata
3190 - name: l2
3191 - name: zfs.bytes
3192 description: ZFS ARC L2 Read/Write Rate
3193 unit: "KiB/s"
3194 chart_type: area
3195 dimensions:
3196 - name: read
3197 - name: write
3198 - name: zfs.hits
3199 description: ZFS ARC Hits
3200 unit: "percentage"
3201 chart_type: stacked
3202 dimensions:
3203 - name: hits
3204 - name: misses
3205 - name: zfs.hits_rate
3206 description: ZFS ARC Hits Rate
3207 unit: "events/s"
3208 chart_type: stacked
3209 dimensions:
3210 - name: hits
3211 - name: misses
3212 - name: zfs.dhits
3213 description: ZFS Demand Hits
3214 unit: "percentage"
3215 chart_type: stacked
3216 dimensions:
3217 - name: hits
3218 - name: misses
3219 - name: zfs.dhits_rate
3220 description: ZFS Demand Hits Rate
3221 unit: "events/s"
3222 chart_type: stacked
3223 dimensions:
3224 - name: hits
3225 - name: misses
3226 - name: zfs.phits
3227 description: ZFS Prefetch Hits
3228 unit: "percentage"
3229 chart_type: stacked
3230 dimensions:
3231 - name: hits
3232 - name: misses
3233 - name: zfs.phits_rate
3234 description: ZFS Prefetch Hits Rate
3235 unit: "events/s"
3236 chart_type: stacked
3237 dimensions:
3238 - name: hits
3239 - name: misses
3240 - name: zfs.mhits
3241 description: ZFS Metadata Hits
3242 unit: "percentage"
3243 chart_type: stacked
3244 dimensions:
3245 - name: hits
3246 - name: misses
3247 - name: zfs.mhits_rate
3248 description: ZFS Metadata Hits Rate
3249 unit: "events/s"
3250 chart_type: stacked
3251 dimensions:
3252 - name: hits
3253 - name: misses
3254 - name: zfs.l2hits
3255 description: ZFS L2 Hits
3256 unit: "percentage"
3257 chart_type: stacked
3258 dimensions:
3259 - name: hits
3260 - name: misses
3261 - name: zfs.l2hits_rate
3262 description: ZFS L2 Hits Rate
3263 unit: "events/s"
3264 chart_type: stacked
3265 dimensions:
3266 - name: hits
3267 - name: misses
3268 - name: zfs.list_hits
3269 description: ZFS List Hits
3270 unit: "hits/s"
3271 chart_type: area
3272 dimensions:
3273 - name: mfu
3274 - name: mfu_ghost
3275 - name: mru
3276 - name: mru_ghost
3277 - name: zfs.arc_size_breakdown
3278 description: ZFS ARC Size Breakdown
3279 unit: "percentage"
3280 chart_type: stacked
3281 dimensions:
3282 - name: recent
3283 - name: frequent
3284 - name: zfs.memory_ops
3285 description: ZFS Memory Operations
3286 unit: "operations/s"
3287 chart_type: line
3288 dimensions:
3289 - name: throttled
3290 - name: zfs.important_ops
3291 description: ZFS Important Operations
3292 unit: "operations/s"
3293 chart_type: line
3294 dimensions:
3295 - name: evict_skip
3296 - name: deleted
3297 - name: mutex_miss
3298 - name: hash_collisions
3299 - name: zfs.actual_hits
3300 description: ZFS Actual Cache Hits
3301 unit: "percentage"
3302 chart_type: stacked
3303 dimensions:
3304 - name: hits
3305 - name: misses
3306 - name: zfs.actual_hits_rate
3307 description: ZFS Actual Cache Hits Rate
3308 unit: "events/s"
3309 chart_type: stacked
3310 dimensions:
3311 - name: hits
3312 - name: misses
3313 - name: zfs.demand_data_hits
3314 description: ZFS Data Demand Efficiency
3315 unit: "percentage"
3316 chart_type: stacked
3317 dimensions:
3318 - name: hits
3319 - name: misses
3320 - name: zfs.demand_data_hits_rate
3321 description: ZFS Data Demand Efficiency Rate
3322 unit: "events/s"
3323 chart_type: stacked
3324 dimensions:
3325 - name: hits
3326 - name: misses
3327 - name: zfs.prefetch_data_hits
3328 description: ZFS Data Prefetch Efficiency
3329 unit: "percentage"
3330 chart_type: stacked
3331 dimensions:
3332 - name: hits
3333 - name: misses
3334 - name: zfs.prefetch_data_hits_rate
3335 description: ZFS Data Prefetch Efficiency Rate
3336 unit: "events/s"
3337 chart_type: stacked
3338 dimensions:
3339 - name: hits
3340 - name: misses
3341 - name: zfs.hash_elements
3342 description: ZFS ARC Hash Elements
3343 unit: "elements"
3344 chart_type: line
3345 dimensions:
3346 - name: current
3347 - name: max
3348 - name: zfs.hash_chains
3349 description: ZFS ARC Hash Chains
3350 unit: "chains"
3351 chart_type: line
3352 dimensions:
3353 - name: current
3354 - name: max
3355 - name: zfs.trim_bytes
3356 description: Successfully TRIMmed bytes
3357 unit: "bytes"
3358 chart_type: line
3359 dimensions:
3360 - name: TRIMmed
3361 - name: zfs.trim_requests
3362 description: TRIM requests
3363 unit: "requests"
3364 chart_type: line
3365 dimensions:
3366 - name: successful
3367 - name: failed
3368 - name: unsupported