hypercore-one / deployment

GNU General Public License v3.0
1 stars 1 forks source link

Add monitoring and reporting with monit #3

Closed 0x3639 closed 1 week ago

0x3639 commented 1 month ago

Integrate Monit into Deploy Script with --monit switch

Install monit

Setup Monitoring

curl -X POST 127.0.0.1:35997 \                                                                                     
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc": "2.0", "id": 40, "method": "stats.syncInfo", "params": []}'

Setup Reporting

Reference

0x3639 commented 1 week ago

Added grafana