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
Condition: Pingable Network Device
Moderator: Martin
Re: Condition: Pingable Network Device
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".
You could try to use action "Execute Command: ping -c 1 host" and process the output using a condition "Expression".