NMerch

Results 3 comments of NMerch

I'm running 1.8.7 on CentOS 6.5 without issue. $ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] $puppet --version 3.5.1

I added additional nrpe check like this: Client: file { '/usr/lib64/nagios/plugins/check_mongodb.py': ensure => present, source => 'puppet:///modules/mush_nagios/check_mongodb.py', mode => '0755', owner => 'root', group => 'nrpe', } nagios::service { "check_mongo_${hostname}":...