The Prometheus Node Exporter exposes a wide variety of hardware- and kernel-related metrics.
I just packaged this software for yunohost, for the moment, the package distributes the (latest) version 1.2.2.
This package supports amd64, arm64 and i386 architectures.
Prometheus is not provided.
Would it be possible for people to test the package on their yunohost.
Feel free to give feedback (in english or french)
Thank you.
Je viens de packager ce logiciel pour yunohost, pour l’heure, le paquet distribue la (dernière) version 1.2.2.
Ce paquet supporte les architectures amd64, arm64 et i386.
Prometheus n’est pas fourni.
Serait il possible à des personnes de tester le paquet sur leur yunohost.
N’hésitez pas à faire des retours (en français ou en anglais)
Merci.
It has never been published in the official yunohost catalog, still installable by informing the git link.
On the other hand, the node_exporter version hasn’t been updated for over 4 years and I think the package isn’t compatible with the new package format.
But feel free to fork and update the package yourself!
Well, I have a branch working for node_exporter with an external promotheus server.
maybe it should be different for a local prometheus ?? Or it could be a conf added if this use case is needed only ?
I haven’t verify with a local prometheus, but I imagine the url for the api should be the same, api.url = "/metrics" and not this one api.url = "/api", does someone have tested on local ?