A CRON to HTML documentation generator for multiple servers written in golang.
Just download the cron2html binary.
Alternatively install it with
$ go get github.com/MMore/cron2html
Cron2html assumes that you authenticate to all servers via a publickey that is available in your local SSH agent. To add your default SSH publickey to SSH agent, enter ssh-add
.
cron2html --help
cron2html -o cronjobs.html server1 server2
This is an open source project and your contribution is very much appreciated.
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork the repository on Github and make your changes on the develop branch (or branch off of it).
- Send a pull request (with the develop branch as the target).
See CHANGELOG.md
cron2html is available under the GPL v3 license. See the LICENSE file for more info.