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
- Host: GitHub
- URL: https://github.com/willis7/cronmon
- Owner: willis7
- License: mit
- Created: 2017-02-16T21:01:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T22:09:46.000Z (over 9 years ago)
- Last Synced: 2025-04-20T18:42:01.126Z (about 1 year ago)
- Topics: devops
- Language: Makefile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cronmon
[](https://travis-ci.org/willis7/cronmon)
[](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