Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/cmsmon
https://github.com/vkuznet/cmsmon
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vkuznet/cmsmon
- Owner: vkuznet
- License: mit
- Created: 2018-08-18T12:37:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T14:34:58.000Z (over 6 years ago)
- Last Synced: 2024-10-30T06:39:19.362Z (3 months ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### cmsmon application
CMS monitroing common app which collects information about various CMS
monitoring projects.### installation
To install cmsmon please download Go language and compile the code as
following:
```
make
```
Then adjust the config.json with your settings and run it
```
cmsmon -config config.json
```