systemd_exporter icon indicating copy to clipboard operation
systemd_exporter copied to clipboard

Exporter for systemd unit metrics

Results 58 systemd_exporter issues
Sort by recently updated
recently updated
newest added

Adds the following metrics: | Metric | DBus property | |--------------------------------------------|--------------------------| | `systemd_unit_active_enter_time_seconds` | `ActiveEnterTimestamp` | | `systemd_unit_active_exit_time_seconds` | `ActiveExitTimestamp` | | `systemd_unit_inactive_enter_time_seconds` | `InactiveEnterTimestamp` | | `systemd_unit_inactive_exit_time_seconds` | `InactiveExitTimestamp`...

Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.7.3 to 0.8.0. Release notes Sourced from github.com/prometheus/procfs's releases. 0.8.0 / 2022-07-25 Fix data types for CUTime and CSTime stat fields (#404) Fix build with GopherJS (#406)...

dependencies

PR adds: - Reports unit memory metrics by reading `memory.stat` from cgroupfs - Pulls cgroup code into distinct package to prep for upstreaming - Improves TravisCI setup - [example](https://travis-ci.org/hamiltont/systemd_exporter) -...

Hi, Checking logs for a systemd-exporter - that works perfectly fine, ... out of curiosity - I'm finding about the following logs: ``` Apr 18 08:28:01 xxx systemd_exporter[16389]: time="2021-04-18T08:28:01+02:00" level=warning...

I setup this exporter to diagnose OOM conditions on a server, but the output it gives me is inconsistent with the stats I'm getting through other systems. In particular, I...

It would be useful to expose systemd-resolve metrics via dbus. See protocol options: https://www.freedesktop.org/wiki/Software/systemd/resolved/

enhancement
help wanted
good first issue

Thanks for your work. Is there any recommended dashboard matching systemd_exporter features? https://grafana.com/grafana/dashboards/?search=systemd+exporter gets nothing

When installing systemd_exporter on Ubuntu 18.04, there is a spam of logs related to https://github.com/povilasv/systemd_exporter/blob/master/systemd/systemd.go#L644 installation done with https://github.com/cloudalchemy/ansible-systemd-exporter I think that systemd version should be tested once and if...

When installing systemd_exporter on Ubuntu 18.04 or 20.04, there is a spam of logs related to https://github.com/povilasv/systemd_exporter/blob/master/systemd/systemd.go#L579 installation done with https://github.com/cloudalchemy/ansible-systemd-exporter I would think that that it is expected occurence...

root@util03:~/systemd_exporter-0.4.0.linux-amd64# ./systemd_exporter --log.level="debug" --collector.user INFO[0000] Starting systemd_exporter (version=0.4.0, branch=HEAD, revision=bf3e6eb30bcc6cb222b9ab5ec50fab3bd0f75a67) source="main.go:41" INFO[0000] Build context (go=go1.13.10, user=root@a01a64035e14, date=20200421-03:35:32) source="main.go:42" INFO[0000] Listening on :9558 source="main.go:88" ERRO[0003] could not get list of systemd...