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

https://github.com/vkuznet/cmsmon


https://github.com/vkuznet/cmsmon

Last synced: about 1 month ago
JSON representation

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
```