Skip to content

Commit

Permalink
ping meta fix configuring ping_group_range (netdata#18020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 committed Jun 27, 2024
1 parent 45740fa commit ce1f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/collectors/go.d.plugin/modules/ping/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ modules:
```bash
sudo sysctl -w net.ipv4.ping_group_range="0 2147483647"
```
To persist the change add `net.ipv4.ping_group_range="0 2147483647"` to `/etc/sysctl.conf` and
To persist the change add `net.ipv4.ping_group_range=0 2147483647` to `/etc/sysctl.conf` and
execute `sudo sysctl -p`.
method_description: ""
supported_platforms:
Expand Down

0 comments on commit ce1f127

Please sign in to comment.