Regenerate integrations docs (#19481)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jan 24, 2025 at 13:27 UTC
3d1bd4048c2f1ecd81d1764f5a9278ac30c27b15
1 file changed
+1
-1
src/go/plugin/go.d/collector/ping/integrations/ping.md
+1
-1
@@ -145,7 +145,7 @@ The following options can be defined globally: update_every, autodetection_retry
145
| hosts | Network hosts. | | yes |
146
| network | Allows configuration of DNS resolution. Supported options: ip (select IPv4 or IPv6), ip4 (select IPv4), ip6 (select IPv6). | ip | no |
147
| interface | The network device name (e.g., `eth0`, `wlan0`) used as the source for ICMP echo requests. | | no |
148
-| privileged | Ping packets type. "no" means send an "unprivileged" UDP ping, "yes" - raw ICMP ping. | yes | no |
148
+| privileged | Ping packets type. "yes" means raw ICMP ping, "no" - "unprivileged" UDP ping. | yes | yes |
149
| packets | Number of ping packets to send. | 5 | no |
150
| interval | Timeout between sending ping packets. | 100ms | no |
151