prometheus-node-exporter-ucode: add new package
authorAndre Heider <redacted>
Fri, 2 Dec 2022 13:45:01 +0000 (14:45 +0100)
committerAndre Heider <redacted>
Fri, 25 Aug 2023 08:18:26 +0000 (10:18 +0200)
commit06c2ef2ce4c048b262ba17a31edd00d48f79b303
tree7d67b79af01c7583478735ff9a8b18c149868415
parentc23789a57605f912bcfb9c419a1940377c0d8f7b
prometheus-node-exporter-ucode: add new package

This is a port of prometheus-node-exporter-lua to ucode.

Signed-off-by: Andre Heider <redacted>
25 files changed:
utils/prometheus-node-exporter-ucode/Makefile [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/conntrack.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/cpu.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/entropy.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/filefd.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/loadavg.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/meminfo.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/netclass.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/netdev.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/selinux.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/time.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/base/uname.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/config [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/dnsmasq.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/ltq-dsl.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/netstat.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/openwrt.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/snmp6.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/uci_dhcp_host.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/wifi.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/extra/wireguard.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/init [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/metrics.uc [new file with mode: 0644]
utils/prometheus-node-exporter-ucode/files/run.sh [new file with mode: 0755]
utils/prometheus-node-exporter-ucode/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT