Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/network_monitoring/devices/ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ init_config:
ping:
enabled: true # (default false) enable the ping check
linux: # (optional) Linux specific configuration
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)
instances:
- ip_address: '1.2.3.4'
community_string: 'sample-string'
Expand All @@ -63,7 +63,7 @@ instances:
ping:
enabled: true # (default false) enable the ping check
linux: # (optional) Linux specific configuration
use_raw_socket: true # (optional, default false) send pings using a raw socket
use_raw_socket: true # (optional, default false) send pings using a raw socket

{{< /highlight >}}

Expand Down Expand Up @@ -92,7 +92,7 @@ network_devices:
ping:
enabled: true # (default false) enable the ping check
linux: # (optional) Linux specific configuration
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)

{{< /highlight >}}

Expand Down
Loading