Posted June 30, 20177 yr Hello, Â I have two devices that I need a notification when a ping to them is successful. Â In normal operation, both IP addresses are off. Â But if ther eis a problem the IPs may come on, and if they do I need a notification. Â Any Ideas?
June 30, 20177 yr Staff Hi, Unfortunately Pulseway can't notify you if the IP address is not reachable. But in order to solve your issue you will need to create a PowerShell script which will ping the device and return exit code 0 - success , exit code 1 - failure. And then you can run this script as an automated task every 1...5 minutes and get the notification based on the exit code. Read more about the Automation from here. https://intercom.help/pulseway/features/automation Â
Create an account or sign in to comment