#1 Provide a method to inform Fedora-Infra about errors
Closed 4 years ago by mattia. Opened 4 years ago by mattia.

The current fedora-review script relies on emails sent by cron directly to tibbs.
We can use this new script the same way, since it always requires a cronjob to be executed, but maybe there's a better way, by using python logging. We can choose:

  • send errors by SMTP handler: to what email address?
  • send errors to journald by python-systemd JournalHandler: is there some monitoring service to look for errors in journal?
  • store logs of runs by RotatingFileHandler: this will not alert anyone, but may provide useful historic information
  • other methods unknown by me? (some Nagios plugin?)

Suggestions welcome.


Actually the script will provide information about run by reporting to systemd journal and optionally to email addresses.

Metadata Update from @mattia:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #3 Merged 4 years ago