As a Cardano Stakepool Operator who followed coincashew guide, i have to be sure that my nodes have a robust security, on top of being correctly configured. That is why i decided to work on a tool that would help me check if everything is fine on my servers 🙂 I made a script that […]
Monitoring Peers OUT Connections is a metric available out of the box, when you setup Grafana, Prometheus and Prometheus Node Exporter on your Cardano Stake Pool. It allows you to check on your Grafana Dashboard, how many connections are initiated by your nodes. But Peers IN connections is not available by default. It’s a shame […]
If you followed my previous guide to secure your Grafana access behind a Nginx SSL reverse Proxy; you are now ready to setup a much more robust authentication for your Cardano stakepool monitoring dashboards than the default one provided by Grafana (local users account). We are going to use Google Oath to secure the access. […]
Monitoring your Cardano Stake pool servers is a very important and basic thing to do, in order to keep an eye on memory usage (which can be tricky), CPU, missed slots, block height etc. So, like many others SPO, i’ve set up a dedicated monitoring server with Grafana and Prometheus. The main issue if you […]