Skip to content

Commit 631551b

Browse files
Fix badly formatted yaml on Ping docs (#32673)
* Update ping.md * fix spacing
1 parent 1fa1769 commit 631551b

File tree

1 file changed

+3
-3
lines changed
  • content/en/network_monitoring/devices

1 file changed

+3
-3
lines changed

content/en/network_monitoring/devices/ping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ init_config:
3737
ping:
3838
enabled: true # (default false) enable the ping check
3939
linux: # (optional) Linux specific configuration
40-
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)
40+
use_raw_socket: true # (optional, default false) send pings using a raw socket (see step 3 above)
4141
instances:
4242
- ip_address: '1.2.3.4'
4343
community_string: 'sample-string'
@@ -63,7 +63,7 @@ instances:
6363
ping:
6464
enabled: true # (default false) enable the ping check
6565
linux: # (optional) Linux specific configuration
66-
use_raw_socket: true # (optional, default false) send pings using a raw socket
66+
use_raw_socket: true # (optional, default false) send pings using a raw socket
6767

6868
{{< /highlight >}}
6969

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

9797
{{< /highlight >}}
9898

0 commit comments

Comments
 (0)