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 -t test[a] test[a] [s|8.8.8.8 is alive 14.7 ms)'. However, this value is not a floating-point number, which prevents me from monitoring it correctly in Zabbix. When I create the response time item as an active agent, it doesn't collect any data and remains in a 'No Data' state. Can you help me resolve this?"β
β
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 -t test[a] test[a] [s|8.8.8.8 is alive 14.7 ms)'. However, this value is not a floating-point number, which prevents me from monitoring it correctly in Zabbix. When I create the response time item as an active agent, it doesn't collect any data and remains in a 'No Data' state. Can you help me resolve this?"β
β
Comment