-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Feature request ➕New feature or requestNew feature or requestnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues
Is your feature request related to a problem? Please describe
Support ICMP v2
adamoutler@HLAB-A25:~$ time docker run --rm -it --net=host alpine sh -c "apk add --no-cache fping >/dev/null && time fping -a -g 192.168.1.0/24 -r 1 -t 100 2>/dev/null"
192.168.1.1
192.168.1.2
192.168.1.5
192.168.1.6
192.168.1.7
192.168.1.8
192.168.1.21
192.168.1.20
192.168.1.32
192.168.1.43
192.168.1.49
192.168.1.45
192.168.1.50
192.168.1.100
192.168.1.105
192.168.1.107
192.168.1.108
192.168.1.115
192.168.1.116
192.168.1.121
192.168.1.125
192.168.1.130
192.168.1.133
192.168.1.137
192.168.1.135
192.168.1.141
192.168.1.142
192.168.1.222
192.168.1.224
192.168.1.232
192.168.1.233
192.168.1.231
192.168.1.234
192.168.1.235
192.168.1.244
192.168.1.245
192.168.1.246
192.168.1.247
real 0m5.738s
user 0m0.004s
sys 0m0.017s
docker run --rm -it --net=host alpine sh -c "apk add --no-cache fping >/dev/null && fping -a -g 192.168.1.0/24 -r 1 -t 100 2>/dev/null"
Describe the solution you'd like
Implementing icmp v2 as a separate status check plugin
Describe alternatives you've considered
using existing the ICMP plugin which is slow
Anything else?
Consider merging ICMP and ICMP v2
Am I willing to test this? 🧪
- I will do my best to test this feature on the
netlertx-devimage when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations.
Can I help implement this? 👩💻👨💻
- Yes
- No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature request ➕New feature or requestNew feature or requestnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.