Node Exporter package for YunoHost
Find a file
Rémi Métral-Charvet 603184dc3c refactor: simplify to localhost-only deployment with essential metrics
- 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
2026-05-26 11:31:47 +02:00
.github Improve 2025-04-02 19:57:17 +02:00
conf refactor: simplify to localhost-only deployment with essential metrics 2026-05-26 11:31:47 +02:00
doc refactor: simplify to localhost-only deployment with essential metrics 2026-05-26 11:31:47 +02:00
scripts refactor: simplify to localhost-only deployment with essential metrics 2026-05-26 11:31:47 +02:00
LICENSE cleaning 2025-02-27 14:42:47 +01:00
manifest.toml refactor: simplify to localhost-only deployment with essential metrics 2026-05-26 11:31:47 +02:00
README.md Auto-update READMEs 2026-04-08 00:24:08 +02:00
tests.toml Config panel / Be able to choose wether the node exporter is meant for local-only use or allow an external prometheus to connect (#7) 2025-06-23 23:30:37 +02:00

Logo of Node Exporter Node Exporter, packaged for YunoHost

Monitor YunoHost with prometheus

🌐 Official app website Version: 1.11.1~ynh1

📦 Developer info

Automatic tests level

🛠️ 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.