Skip to content

Commit

Permalink
Deleted cpu from default metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Sep 22, 2016
1 parent 142ca4c commit 5608c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ prometheus_node_exporter_release_name: "node_exporter-{{ prometheus_node_exporte
# https://github.com/prometheus/node_exporter#enabled-by-default
prometheus_node_exporter_enabled_collectors:
- conntrack
- cpu
- diskstats
- entropy
- filefd
Expand Down
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
notify:
- restart node exporter

- name: ensure prometheus node exporter service is enabled
- name: ensure prometheus node exporter service is enabled and started
service:
name: prometheus-node-exporter
state: started
enabled: yes

0 comments on commit 5608c91

Please sign in to comment.