Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nagios/manifests/client.pp

Issue 10992045: Switch to bwm-ng for bandwidth monitoring (Closed)
Patch Set: Created July 2, 2013, 10:24 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/nagios/files/check_bandwidth ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/manifests/client.pp
===================================================================
--- a/modules/nagios/manifests/client.pp
+++ b/modules/nagios/manifests/client.pp
@@ -1,10 +1,10 @@
class nagios::client($server_address) {
- package {['nagios-nrpe-server', 'vnstat']: ensure => present}
+ package {['nagios-nrpe-server', 'bwm-ng']: ensure => present}
file {'/etc/nagios/nrpe.cfg':
mode => 644,
owner => root,
group => root,
content => template('nagios/nrpe.cfg.erb'),
require => Package['nagios-nrpe-server'],
notify => Service['nagios-nrpe-server']
« no previous file with comments | « modules/nagios/files/check_bandwidth ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld