Hello,

I need help sending pings to Google's IP address (8.8.8.8) and recording the response time in milliseconds. I've considered the following setup: UserParameter=test[*],fping -e 8.8.8.8 | awk '{ print $4 }' | tr -d '('. When I test this, I get the following result: 'sudo zabbix_agent2...