aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/ubnt-manager.lua
Commit message (Collapse)AuthorAge
* prometheus-node-exporter-lua: improve ubnt-managerNick Hainke2022-04-21
| | | | | | | | It is costly in transmissions to add all information to each metric. Instead, only use the "device" as a label and add all other important labels to the "uptime" metric. Signed-off-by: Nick Hainke <vincent@systemli.org>
* prometheus-node-exporter-lua: add ubnt-manager collectorNick Hainke2022-04-04
Ubnt-manager-collector collects statistics from airos devices configured in ubnt-manager. Signed-off-by: Nick Hainke <vincent@systemli.org>