Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/monit
https://github.com/bolasblack/monit
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bolasblack/monit
- Owner: bolasblack
- Created: 2015-08-22T16:21:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T09:38:21.000Z (about 8 years ago)
- Last Synced: 2024-11-10T03:36:32.500Z (2 months ago)
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monit
## How to know webhook data struct
Run command:
```bash
while true; do nc -vlp 12345; echo "\n"; done
```Add config to `/etc/monitrc`:
```
set mmonit http://127.0.0.1:12345/collector
```[data struct explanations](data_struct.md)