Hi
I'm currently using the following condition to collect all MikroTik devices:
return $node->vendor == "MikroTik";
Is there any way to perform this per IP address instead?
I'm currently using the following condition to collect all MikroTik devices:
return $node->vendor == "MikroTik";
Is there any way to perform this per IP address instead?