[SOLVED] Group ICMP Only monitored devices

Hi all

I’ ve some devices monitored only by ICMP response, there is any way to group this type of devices? I’m trying with some rules at Manage Groups but is not grouping the devices based on the rules.

for example, I’ve devices with IP 186.3.64.71 and 201.218.10.28 and this rule:

%ipv4_addresses.ipv4_address = “186.3.64.71” && %devices.hostname = “186.3.64.71” || %devices.ip = “201.218.10.28” ||

Thank you for any help.

I’m not quite sure how your IP addresses some into play but for the ICMP only piece I would try either…

%devices.snmp_disable = 1 &&

…or…

%devices.os = "ping" &&

It is working now, the rule applied was:

%devices.hostname = “186.3.64.71” || %devices.hostname = “201.218.10.28” ||