Skip to content

MMore/cron2html

Repository files navigation

CRON to HTML

Build Status

A CRON to HTML documentation generator for multiple servers written in golang.

Installation

Just download the cron2html binary.

Alternatively install it with

$ go get github.com/MMore/cron2html

Usage

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

Example output

Example output

Contributing

This is an open source project and your contribution is very much appreciated.

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on Github and make your changes on the develop branch (or branch off of it).
  3. Send a pull request (with the develop branch as the target).

Changelog

See CHANGELOG.md

License

cron2html is available under the GPL v3 license. See the LICENSE file for more info.

About

Simple CRON to HTML documentation generator for multiple servers

Topics

Resources

License

Stars

Watchers

Forks