Project

dj-monitor

0.0
No commit activity in last 3 years
No release in over 3 years
Monitors the status of your Delayed Jobs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 1.0.0
~> 3.12.1
 Project Readme

DJ Monitor

This gem is meant to monitor a DJ Work queue. Right now its a work in progress and only works for me. Some config options need to be extracted as of yet (defaults to mine)

More Information

Not right now.

Required Gems

This gem requires these gems:

  • pony
  • sequel

Dependencies

To use this gem, you will need:

  • The Ruby language (version 1.8.7 or 1.9.2)
  • it need to be run for the rails root of your app

Installing the gem

  • gem install dj-monitor

Getting Started

After installing the gem, you can set this up as a cron task like this:

*/10 * * * * cd /your/rails/app/path && RAILS_ENV=production /opt/ruby-ent/bin/dj-monitor

Every 10 minutes this script gets run and checks the database for the RAILS_ENV set.

The script will look for a dj-monitor.yml file for some options. Example of this file:

alert_to: “some1@example.net,person2@company.nu”
alert_from: “monitor-dj@davidakachaos.nl”
alert_subject: “OMG! DJ has a problem here!”

Documentation and Support

This is the only documentation.

Issues

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Similar Projects

  • This project is based on delayed_job-monitor from Michael Guterl. Thanks!

Contributing

If you make improvements to this application, please share with others.

  • Make your feature addition or bug fix.
  • Make a test for it!
  • Commit with Git.
  • Send the author message.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.

Credits

This project is based on delayed_job-monitor from Michael Guterl. Thanks!

License

None