w3f / polkadot-wiki

The source of truth for Polkadot.
GNU General Public License v3.0
371 stars 2.27k forks source link

[Feature Request] Add ansible automation support for monitoring node #3243

Open muddlebee opened 2 years ago

muddlebee commented 2 years ago

Is your feature request related to a problem? Please describe. https://wiki.polkadot.network/docs/maintain-guides-how-to-monitor-your-node Currently we have to manually setup the monitoring stack mentioned above using Prometheus with Grafana.

Describe the solution you'd like https://github.com/w3f/polkadot-validator-setup Polkadot Validator Setup has a basic ansible setup to help automate to run a Polkadot node. We can extend this to support monitoring automation with Ansible.. I have already written the Ansible automation for monitoring, while working on #2192 . I have sent a fix to the substrate team for this issue #2192, awaiting feedbacks from their side.

muddlebee commented 2 years ago

polkachu's monitoring ansible https://github.com/polkachu/server-monitoring can also be taken as a reference.