For most devices that don’t support SNMP, don’t allow you to install a CheckMK agent, usually I can add ICMP monitoring and keep an eye out for said device. Some devices block ICMP, but their network connectivity can be checked for by using the “arping x.x.x.x” command from a linux cli. Does CheckMK have a similar functionality / alternative means of monitoring using this method (using ARP requests / replies).
(Building off of older checkmk forum post “Monitor IOT device which does not allow ping or snmp”)
This will only work when the querying station (the monitoring server or a third host) is in the same broadcast domain (VLAN) as the target. ARP usually only works in a single Ethernet segment.
That said, there is check_arp_ping.sh - Nagios Exchange to use arping as a Nagios plugin. You can configure it as an active check or call it via MRPE on a third host.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.