mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
Remove tests failing on centos-7
The following options require systemd >= 235 and fail on CentOS 7 tests: - systemd_exporter_enable_restart_count - systemd_exporter_enable_ip_accounting Signed-off-by: Håvard Pettersson <haavard.pettersson@gmail.com>
This commit is contained in:
parent
c6294f348c
commit
b4ed214645
1 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,4 @@ provisioner:
|
||||||
systemd_exporter_web_listen_address: "127.0.0.1:9000"
|
systemd_exporter_web_listen_address: "127.0.0.1:9000"
|
||||||
go_arch: amd64
|
go_arch: amd64
|
||||||
systemd_exporter_version: 0.4.0
|
systemd_exporter_version: 0.4.0
|
||||||
systemd_exporter_enable_restart_count: true
|
|
||||||
systemd_exporter_enable_ip_accounting: true
|
|
||||||
systemd_exporter_enable_file_descriptor_size: true
|
systemd_exporter_enable_file_descriptor_size: true
|
||||||
|
|
Loading…
Reference in a new issue