Here is the scenario, I have synthetic script for user login transaction created using selenium and configured it in Jenkins tool. Jenkins executes this script every 10 minutes and if user login transaction fails , it sends an email alert to the team saying script failed which means users are unable to login to the application.
Once I receive email I would manually login to the application server and restart it to fix the login failures.
Now I want to automate this process. Is it possible to send this email alert from Jenkins to PRTG so that upon receiving this email alert PRTG would restart the windows application server automatically?
Add comment