I’m finally making some progress on my automated node setup. Do not test this yet. I’m still working through some things. I found a good project to start with and added znnd built from source and loki for log monitoring. This uses Caddy for endpoint SSL which I’m liking a lot.
This has a nice notification plugin so you can post notices to TG if you want.
I plan to update the instructions and setup a few more dashboards specific to NoM. I hope to be done by this weekend.
Just for reference, found two issues so far which are:
The DOMAIN=${DOMAIN:-} and PUBLIC_IP=${PUBLIC_IP:-} syntax doesn’t work. Instead set directly with DOMAIN=public.zenon-node.com and PUBLIC_IP=69.69.69.69.
The url of the JSON_API data source in Grafana is staticly set to ‘02.deeZNNutz.com’.
There still might be an issue with the restart functionality. It seems to hang when trying to restart. Will need more testing to be sure.
yes, that will make the changes: it will update the code and recreate the images. All synced data and changes to grafana will persist. I’ll test the changes and update soon.