Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resque

...

Resque has a built-in web UI to look at your jobs , mounted at /jobs if user logs in as an admin https://github.com/resque/resque#the-front-end 

System status

...

...

This documentation is for Release 6.x. For Avalon 5.x, 4.x and 3.x see v.14. For Avalon 2.0, see v.7.

The Avalon web application provides a status monitoring page at /about/health. It reports on the current status of each of Avalon's major components:

  • Fedora
  • Solr
  • the database connection (MySQL, Oracle, etc.)
  • Opencast Matterhorn
  • Mediainfothe RTMP streaming server (Adobe Media Server or Red5)

The HTML view of the page simply provides a list of services and a badge reading OK or Error (along with any service-provided error messages), and a link to click through for a detailed view of each service.

Machine-readable status

By appending .xml.json, or .yaml to the URL (e.g., /about/health.json), you can retrieve a machine-readable status report that can be parsed and acted on by any number of enterprise monitoring tools.

...