Table of Contents - rubycron-1.0.0 Documentation
Pages
-
README
- RubyCron
- Author
- Installation
- Dependencies
- Tested on
- Usage
- Configure the basics
- Write your cronjob
- Set up Cron
- Stand-alone
- Using rcjrunner.rb
- Other configuration options
- I now get all these reports, but I really only care if the job fails!
- All emails originate from root@localhost. Can I change that?
- Do I really have to configure a local smtp server to send mail?
- I want my cronjob to stop running when there are errors.
- Is there a way to manipulate the content of the email reports?
- May I please see some output while I’m developing my cronjob?
- Is er there a debug mode?
- As a sysadmin, I like grepping through files. Can I have a log file please?
- I like all these different options, but can’t I set some of them globally for all my cronjobs?
- License
Classes and Modules
Methods
- ::new — RubyCron::RubyCronJob
- #check_sanity — RubyCron::RubyCronJob
- #check_smtp_settings — RubyCron::RubyCronJob
- #enable_debug_mode — RubyCron::RubyCronJob
- #enable_file_logging — RubyCron::RubyCronJob
- #error — RubyCron::RubyCronJob
- #execute — RubyCron::RubyCronJob
- #info — RubyCron::RubyCronJob
- #load_config — RubyCron::RubyCronJob
- #message — RubyCron::RubyCronJob
- #produce_summary — RubyCron::RubyCronJob
- #send_report — RubyCron::RubyCronJob
- #set_defaults — RubyCron::RubyCronJob
- #smtp_connection? — RubyCron::RubyCronJob
- #terminate — RubyCron::RubyCronJob
- #warning — RubyCron::RubyCronJob