Skip to content

Instantly share code, notes, and snippets.

@CrazySerGo
Created September 18, 2022 17:00
Show Gist options
  • Save CrazySerGo/7054f4ab8733fd5bd878a03a67641809 to your computer and use it in GitHub Desktop.
Save CrazySerGo/7054f4ab8733fd5bd878a03a67641809 to your computer and use it in GitHub Desktop.
HAQQ monitoring

Install and configure Node Exporter

wget -q -O node_exporter.sh https://gist.githubusercontent.com/CrazySerGo/5b3d58f6c071f6da565deaa22e25df6e/raw/b680bb1a04cb4f3246d15c6096713d608e438526/node_exporter.sh
chmod +x node_exporter.sh
Allow access from monitoring host
ufw allow from X.X.X.X proto tcp to any port 9100

Monitoring host has installed grafana with alert manager.

https://i.postimg.cc/wjn50Qk7/haqq-monitoring.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment