jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

cron file selection #116

Closed marticr closed 9 years ago

marticr commented 9 years ago

Added a command to choose the what cron file to run. Could still use some adaptions if it comes to read write permission but only running it as root in our environment. Since my Ruby knowledge is not that great I haven't tried to do something with it.

Kind regards

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.11%) to 79.25% when pulling a2d62787c17de15f2b63934c1293fd731dfdbf9e on marticr:develop into cada6ef88de35f12d6f0de3f1cff88fb2b04e55e on jamesrwhite:develop.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.11%) to 79.25% when pulling a2d62787c17de15f2b63934c1293fd731dfdbf9e on marticr:develop into cada6ef88de35f12d6f0de3f1cff88fb2b04e55e on jamesrwhite:develop.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.11%) to 79.25% when pulling a2d62787c17de15f2b63934c1293fd731dfdbf9e on marticr:develop into cada6ef88de35f12d6f0de3f1cff88fb2b04e55e on jamesrwhite:develop.

jamesrwhite commented 9 years ago

Thanks for this! I want to improve on this in the future by making it possible to specify the cron file on a per host basis but this is a good start :)