Do I provide the mac option in addition to the IP, or in place of the IP?
For example:
network:servicedevice:cerberos [ hostname="cerberos", mac="00:11:22:33:44:55:66", port=22, retry=5, timeout=5000, refreshInterval=10000 ]
or
network:servicedevice:cerberos [ mac="00:11:22:33:44:55:66", port=22, retry=5, timeout=5000, refreshInterval=10000 ]
Thanks for the updates! They are greatly appreciated.
I know it’s a Rules DSL design pattern, but perhaps you can create a Design Pattern: Gate Keeper to keep calls to arping from occurring too close together in time.