copr-be: adding node_exporter package for generating metrics
This commit is contained in:
parent
fd0d2b5a7e
commit
b76ed1df07
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
- php-cli
|
||||
- cronolog
|
||||
- nfs-utils
|
||||
- golang-github-prometheus-node-exporter
|
||||
|
||||
#- name: patch for prunerepo, issue 1090
|
||||
# patch: src=patches/prunerepo-dataloss.patch
|
||||
|
@ -158,6 +159,9 @@
|
|||
- name: start webserver
|
||||
service: state=started enabled=yes name=lighttpd
|
||||
|
||||
- name: start node exporter
|
||||
service: state=started enabled=yes name=node_exporter
|
||||
|
||||
# setup dirs for the ansible execution off of provisioning
|
||||
#- name: dirs from provision
|
||||
# file: state=directory path="/home/copr/provision/{{ item }}" owner=copr group=copr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue