copr-base: golang-github-prometheus-node-exporter was renamed to node-exporter
This commit is contained in:
parent
67cc0600fc
commit
1bd0133ed2
1 changed files with 5 additions and 6 deletions
|
@ -49,8 +49,7 @@
|
|||
- bash-completion
|
||||
- cronie-anacron
|
||||
- ethtool
|
||||
# TODO The package is dead. Do we still need this?
|
||||
# - golang-github-prometheus-node-exporter
|
||||
- node-exporter
|
||||
- screen
|
||||
- tmux
|
||||
state: present
|
||||
|
@ -82,10 +81,10 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
# - name: start node exporter
|
||||
# service: state=started enabled=yes name=node_exporter
|
||||
# when:
|
||||
# - "'pulp' not in inventory_hostname"
|
||||
- name: start node exporter
|
||||
service: state=started enabled=yes name=node_exporter
|
||||
when:
|
||||
- "'pulp' not in inventory_hostname"
|
||||
|
||||
- name: check offloading
|
||||
shell: "ethtool -k ens5 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue