systemd_exporter icon indicating copy to clipboard operation
systemd_exporter copied to clipboard

add node_systemd_units

Open povilasv opened this issue 5 years ago • 0 comments

REF: https://github.com/povilasv/systemd_exporter/issues/new

Example from node exporter:

node_systemd_units{state="activating"} 1
node_systemd_units{state="active"} 221
node_systemd_units{state="deactivating"} 0
node_systemd_units{state="failed"} 0
node_systemd_units{state="inactive"} 67

povilasv avatar Apr 21 '20 04:04 povilasv