I am using this expression to check if one host is down.
Is there any way to check with trigger a single ip without creating a seperate host. Something like that:
Code:
{HOST:icmpping.last(0)}=0
Code:
{192.168.0.1:icmpping.last(0)}=0
Comment