0

I need an system that could check if many python scripts have run comletely.

The scripts would scrape data and output it to a corresponding xml file.

If the script fails there might be no xml file or error messages in the logs files. PHP files run the python scripts.

Is there a simple solution using an AWS service that would trigger alarms when a python script is not functioning fully?

2 Answers 2

1

You can schedule cron job to attain that.

Sign up to request clarification or add additional context in comments.

3 Comments

fastest gun in the west or comment only answer ?
How could I check with python if there is an xml file called xxx in a certain folder?
0

If you modify (or wrap) your scripts to send a metric to CloudWatch on success, you can then configure an alert for insufficient data.

2 Comments

Is there a similar open source alternative to CloudWatch?
You asked for an AWS solution.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.