Sunday, January 22, 2017

automation - Automated monitoring of a remote system that sends email alerts

I need to monitor a remote system where the only access I have is that I can subscribe to email alerts of completed/failed jobs. I would like a system that can monitor these emails and provide an SMS or other alert when:




  • An email indicates failure.

  • A process that was expected to complete by a
    given time has not.


  • A process that was expected to complete N minutes
    after completion of another process
    has not completed.



Are there any existing tools that allow this? I'd consider any option - SaaS, open-source, COTS, as long as I don't have to write it myself!



Cheers,



Blake

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...