oetiker/SmokePing

Support both v4 and v6 targets in one FPing probe

Closed this issue · 0 comments

AlD commented

As already discussed in 681457d#r30335260, it would be nice to have support for both IPv4 and IPv6 targets in a single FPing probe definition.

For example:

*** Probes ***
+FPing

++FPing46
binary = /usr/bin/fping

++FPing4
binary = /usr/bin/fping
protocol = 4

+ FPing6
binary = /usr/bin/fping
protocol = 6
*** Targets ***
probe = FPing46

+ General
menu = General
title = General stuff, IPv4, IPv6 and dual stacked

++ foo
…

++ bar
…

++ IPv4
probe = FPing4
title = IPv4 only targets
…

++ IPv6
probe = FPing6
title = IPv6 only targets
…