Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/368622 )

Change subject: prometheus: enable vmstat node-exporter collector
......................................................................


prometheus: enable vmstat node-exporter collector

Change-Id: Iefa8819474b29d24f26fc4fa1f15422184783946
---
M modules/prometheus/manifests/node_exporter.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/modules/prometheus/manifests/node_exporter.pp 
b/modules/prometheus/manifests/node_exporter.pp
index 620499c..5306f89 100644
--- a/modules/prometheus/manifests/node_exporter.pp
+++ b/modules/prometheus/manifests/node_exporter.pp
@@ -28,7 +28,7 @@
 
     $collectors_default = ['diskstats', 'filefd', 'filesystem', 'hwmon', 
'loadavg',
         'mdadm', 'meminfo', 'netdev', 'netstat', 'sockstat', 'stat',
-        'tcpstat', 'textfile', 'time', 'uname']
+        'tcpstat', 'textfile', 'time', 'uname', 'vmstat']
     $textfile_directory = '/var/lib/prometheus/node.d'
     $collectors_enabled = join(sort(concat($collectors_default, 
$collectors_extra)), ',')
 

-- 
To view, visit https://gerrit.wikimedia.org/r/368622
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iefa8819474b29d24f26fc4fa1f15422184783946
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to