ping and visible 2 IP in MAP

Hello! Sorry for my English…

I have a problem - i added 2 ip for device in DUDE MAP and create PING for this device - when PING on 1 ip address is broken, device state RED color and error messages - “ping”. But I need the detailed information - such as “PING ...

is it real?


thanks

Can you attach a screenshot of the issue you are having?

ii have map:
ping.JPG
In device properties:
ping2.JPG
I want what would have happened like this:
ping3.JPG

Yes, you can

  1. Create the function
    1.png
if(string_find(device_property("ServicesDown"),"ping") = 4294967295,"",concatenate("ping for ",device_property("FirstAddress")," is down"))
  1. Place it on the device label
    2.png
[Device.Name]
[device_performance()][Device.ServicesDown]
[ping_down_message()]
  1. Look Whats Up :slight_smile:
    3.png
  2. Увеличиваем мою карму :slight_smile:

Спасибо!!!
Thanks!!!