tholderbaum Posted June 30, 2017 Posted June 30, 2017 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?
Staff Chris Posted June 30, 2017 Staff Posted June 30, 2017 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 Â
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now