master
md 137 lines 3.96 KB
Rendered Raw
1 <!--startmeta
2 custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/freebsd.plugin/integrations/net.inet6.icmp6.stats.md"
3 meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/freebsd.plugin/metadata.yaml"
4 sidebar_label: "net.inet6.icmp6.stats"
5 learn_status: "Published"
6 learn_rel_path: "Collecting Metrics/Collectors/Networking"
7 message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
8 endmeta-->
9
10 # net.inet6.icmp6.stats
11
12
13 <img src="https://netdata.cloud/img/network.svg" width="150"/>
14
15
16 Plugin: freebsd.plugin
17 Module: net.inet6.icmp6.stats
18
19 <img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
20
21 ## Overview
22
23 Collect information abou IPv6 ICMP
24
25 The plugin calls `sysctl` function to collect necessary data.
26
27 This collector is supported on all platforms.
28
29 This collector supports collecting metrics from multiple instances of this integration, including remote instances.
30
31
32 ### Default Behavior
33
34 #### Auto-Detection
35
36 This integration doesn't support auto-detection.
37
38 #### Limits
39
40 The default configuration for this integration does not impose any limits on data collection.
41
42 #### Performance Impact
43
44 The default configuration for this integration is not expected to impose a significant performance impact on the system.
45
46 ## Setup
47
48
49 ### Prerequisites
50
51 No action required.
52
53 ### Configuration
54
55 #### Options
56
57
58
59 <details open><summary>Config options</summary>
60
61
62
63 | Option | Description | Default | Required |
64 |:-----|:------------|:--------|:---------:|
65 | icmp | Enable or disable ICMP metric. | auto | no |
66 | icmp redirects | Enable or disable ICMP redirects metric. | auto | no |
67 | icmp errors | Enable or disable ICMP errors metric. | auto | no |
68 | icmp echos | Enable or disable ICMP echos metric. | auto | no |
69 | icmp router | Enable or disable ICMP router metric. | auto | no |
70 | icmp neighbor | Enable or disable ICMP neighbor metric. | auto | no |
71 | icmp types | Enable or disable ICMP types metric. | auto | no |
72
73
74 </details>
75
76
77
78 #### via File
79
80 The configuration file name for this integration is `netdata.conf`.
81 Configuration for this specific integration is located in the `[plugin:freebsd:net.inet6.icmp6.stats]` section within that file.
82
83 The file format is a modified INI syntax. The general structure is:
84
85 ```ini
86 [section1]
87 option1 = some value
88 option2 = some other value
89
90 [section2]
91 option3 = some third value
92 ```
93 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-configuration-files) script from the
94 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#locate-your-config-directory).
95
96 ```bash
97 cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
98 sudo ./edit-config netdata.conf
99 ```
100
101 ##### Examples
102 There are no configuration examples.
103
104
105
106 ## Alerts
107
108 There are no alerts configured by default for this integration.
109
110
111 ## Metrics
112
113 Metrics grouped by *scope*.
114
115 The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
116
117
118
119 ### Per net.inet6.icmp6.stats instance
120
121 Collect IPv6 ICMP traffic statistics.
122
123 This scope has no labels.
124
125 Metrics:
126
127 | Metric | Dimensions | Unit |
128 |:------|:----------|:----|
129 | ipv6.icmp | received, sent | messages/s |
130 | ipv6.icmpredir | received, sent | redirects/s |
131 | ipv6.icmperrors | InErrors, OutErrors, InCsumErrors, InDestUnreachs, InPktTooBigs, InTimeExcds, InParmProblems, OutDestUnreachs, OutTimeExcds, OutParmProblems | errors/s |
132 | ipv6.icmpechos | InEchos, OutEchos, InEchoReplies, OutEchoReplies | messages/s |
133 | ipv6.icmprouter | InSolicits, OutSolicits, InAdvertisements, OutAdvertisements | messages/s |
134 | ipv6.icmpneighbor | InSolicits, OutSolicits, InAdvertisements, OutAdvertisements | messages/s |
135 | ipv6.icmptypes | InType1, InType128, InType129, InType136, OutType1, OutType128, OutType129, OutType133, OutType135, OutType143 | messages/s |
136
137