Hi,
I want to ping an external host where there is no zabbix agent installed on it.
I have created a user parameter on zabbix server
UserParameter=Ping_check[*],/sbin/fping $1 -t 100 | grep alive | wc -l
I have created an item on Zabbix UI. Please check the below attached file

After creating the item it is showing this error as not supported(dont know why)

I have created a trigger with the below expressions
{Zabbix server:Ping_check.nodata(5m)}=1
{Zabbix server:Ping_check.last()}=0
I am not sure why the item is showing as unsupported and what expression should be used in the trigger. could you please help me with this
Thanks
I want to ping an external host where there is no zabbix agent installed on it.
I have created a user parameter on zabbix server
UserParameter=Ping_check[*],/sbin/fping $1 -t 100 | grep alive | wc -l
I have created an item on Zabbix UI. Please check the below attached file
After creating the item it is showing this error as not supported(dont know why)
I have created a trigger with the below expressions
{Zabbix server:Ping_check.nodata(5m)}=1
{Zabbix server:Ping_check.last()}=0
I am not sure why the item is showing as unsupported and what expression should be used in the trigger. could you please help me with this
Thanks