Forum Discussion

therealsle's avatar
5 months ago
Solved

How does Host Status idleInterval treat Ping Multi instances

@LogicMonitor Team: By reverse engineering I discovered the following behavior: If a Ping Multi instance ip address is also listed in the device property system.ips, the ICMP replies are also cons...
  • Mike_Rodrigues's avatar
    4 months ago

    This sounds like expected behavior to me. In general, we avoid resetting host status idleInterval unless we can be fairly certain the data is coming from the device indicated by that resource.

    This is why script modules are ignored for idleInterval reset; we don’t know if that data is coming from the targeted resource, or some other resource. For built-in ping collector, we can be pretty sure.

    If you’ve got Resource A and it has an applied Ping_Multi DS with an instance representing Resource B, our assumption is that Resource B data shouldn’t be relevant for Resource A’s idleInterval (and thus Host Status). This gets complicated with private IP ranges, but the situation laid out here sounds like what I would expect.