Node Exporter package for YunoHost
- Shell 100%
- Remove domain configuration and web permission requirements
- Remove external Prometheus server and iptables firewall rules support
- Disable all unnecessary collectors, keep only essential ones:
cpu, meminfo, processes, loadavg, diskstats, netdev, stat, filefd, os, uname, filesystem, netstat
- Simplify install, upgrade, restore, backup, remove, and config scripts
- Remove dynamic configuration panel (no user options needed)
- Update documentation for localhost-only access
|
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
Node Exporter, packaged for YunoHost
Monitor YunoHost with prometheus
📦 Developer info
🛠️ Upstream Node Exporter repository: https://github.com/prometheus/node_exporter
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/node_exporter_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade node_exporter -u https://github.com/YunoHost-Apps/node_exporter_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.