An open API service indexing awesome lists of open source software.

https://github.com/willis7/cronmon

A simple cron monitor built using termui and Go lang
https://github.com/willis7/cronmon

devops

Last synced: 5 months ago
JSON representation

A simple cron monitor built using termui and Go lang

Awesome Lists containing this project

README

          

# cronmon
[![Build Status](https://travis-ci.org/willis7/cronmon.svg?branch=master)](https://travis-ci.org/willis7/cronmon)
[![Coverage Status](https://coveralls.io/repos/github/willis7/cronmon/badge.svg?branch=master)](https://coveralls.io/github/willis7/cronmon?branch=master)

A simple cron monitor built using termui and Go lang

## Installation

With Go configured correctly, run:

make start

## Usage

TODO: Write usage instructions

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Credits

* [Termui][termui] - cross-platform, easy-to-compile, and fully-customizable terminal dashboard.
* [GoSigar][gosigar] - system information gatherer and reporter.

## License

MIT

[termui]: https://github.com/gizak/termui
[gosigar]: github.com/cloudfoundry/gosigar