Hi!
The command string is base64 encoded. Hence, do the following:
shell> echo LWMgMTAgLXcgMjAgLUkgOS4xNy4yMi4yNCA5LjE3LjIyLjIz | base64 --decode
And you'll get:
-c 10 -w 20 -I 9.17.22.24 9.17.22.23
Would running the following in a shell fail, then ConfD will report an error:
shell> ping -c 10 -w 20 -I 9.17.22.24 9.17.22.23
Best regards,
Nick