Document how the systemd node-exporter collector can be made to work
This commit is contained in:
parent
37d7e75e9b
commit
569b52f0c1
@ -18,9 +18,10 @@ matrix_prometheus_node_exporter_container_extra_arguments: []
|
|||||||
# - "--collector.systemd"
|
# - "--collector.systemd"
|
||||||
# - "--collector.logind"
|
# - "--collector.logind"
|
||||||
#
|
#
|
||||||
# Note: the above is just an example. We have not confirmed that these collectors work when running in a container.
|
# Note: the above is just an example. Various collectors may require various tweaks to be able to run.
|
||||||
# In fact, the systemd collector is exhibiting issues:
|
# Running the systemd collector requires the following `matrix_prometheus_node_exporter_container_extra_arguments`:
|
||||||
# > caller=collector.go:169 level=error msg="collector failed" name=systemd duration_seconds=0.000121001 err="couldn't get dbus connection: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory"
|
# - the socket to be mounted as well (`--mount type=bind,src=/var/run/dbus/system_bus_socket,dst=/var/run/dbus/system_bus_socket,ro,bind-propagation=rslave`)
|
||||||
|
# - (on AppArmor-based distros) disabling AppArmor protection (`--security-opt apparmor=unconfined`)
|
||||||
matrix_prometheus_node_exporter_process_extra_arguments: []
|
matrix_prometheus_node_exporter_process_extra_arguments: []
|
||||||
|
|
||||||
# List of systemd services that matrix-prometheus.service depends on
|
# List of systemd services that matrix-prometheus.service depends on
|
||||||
|
Loading…
Reference in New Issue
Block a user