You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
- Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
16
+
- Ansible >= 2.8 (It might work on previous versions, but we cannot guarantee it)
17
17
- gnu-tar on Mac deployer host (`brew install gnu-tar`)
18
18
19
19
## Role Variables
@@ -25,6 +25,11 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
25
25
|`systemd_exporter_version`| 0.4.0 | SystemD exporter package version. Also accepts latest as parameter. |
26
26
|`systemd_exporter_binary_local_dir`| "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `systemd_exporter` binary is stored on host on which ansible is ran. This overrides `systemd_exporter_version` parameter |
27
27
|`systemd_exporter_web_listen_address`| "0.0.0.0:9558" | Address on which systemd exporter will listen |
28
+
|`systemd_exporter_enable_restart_count`| false | Enables service restart count metrics. This feature only works with systemd 235 and above |
29
+
|`systemd_exporter_enable_ip_accounting`| false | Enables service ip accounting metrics. This feature only works with systemd 235 and above |
30
+
|`systemd_exporter_enable_file_descriptor_size`| false | Enables file descriptor size metrics. This feature will cause exporter to run as root as it needs access to /proc/X/fd |
31
+
|`systemd_exporter_unit_allowlist`| "" | Include some systemd units. Expects a regex. More in https://github.com/povilasv/systemd_exporter#configuration|
32
+
|`systemd_exporter_unit_denylist`| "" | Exclude some systemd units. Expects a regex. More in https://github.com/povilasv/systemd_exporter#configuration|
0 commit comments