Page 1 of 1

Condition: Pingable Network Device

Posted: 20 Jan 2013 15:07
by Myrddin
Ich wünsche mir eine Funktion mit der ich prüfen kann ob Geräte im Netzwerk vorhanden sind. Eine Möglichkeit per IP PING zu prüfen ob ein Gerät online ist. Am besten wäre wohl die Möglichkeit eine IP anzugeben und bekommt eine Bedingung: vorhanden ja/nein.

--

I want a function with which I can check if a network devices are present. One option to consider using IP PING whether a device is online. The best would probably be the ability to specify an IP and gets a condition: yes / no.

Thanks!

Best regards
Myrddin

Re: Condition: Pingable Network Device

Posted: 22 Jan 2013 17:11
by Martin
Ping might not be available on all devices but I will check if it is possible to include an action in a future version.
You could try to use action "Execute Command: ping -c 1 host" and process the output using a condition "Expression".