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
|
- bash-completion
|
||||||
- cronie-anacron
|
- cronie-anacron
|
||||||
- ethtool
|
- ethtool
|
||||||
# TODO The package is dead. Do we still need this?
|
- node-exporter
|
||||||
# - golang-github-prometheus-node-exporter
|
|
||||||
- screen
|
- screen
|
||||||
- tmux
|
- tmux
|
||||||
state: present
|
state: present
|
||||||
|
@ -82,10 +81,10 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
# - name: start node exporter
|
- name: start node exporter
|
||||||
# service: state=started enabled=yes name=node_exporter
|
service: state=started enabled=yes name=node_exporter
|
||||||
# when:
|
when:
|
||||||
# - "'pulp' not in inventory_hostname"
|
- "'pulp' not in inventory_hostname"
|
||||||
|
|
||||||
- name: check offloading
|
- name: check offloading
|
||||||
shell: "ethtool -k ens5 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'"
|
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