Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/monit


https://github.com/bolasblack/monit

Last synced: 11 days ago
JSON representation

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)