File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/network_monitoring/devices Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
4141instances:
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
You can’t perform that action at this time.
0 commit comments