summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-12-01 13:29:20 -0500
committerMicah Anderson <micah@leap.se>2014-12-01 13:29:20 -0500
commit77b04f641582d6995449305100b7a93d61b219d9 (patch)
tree6ca8623e4b328350f07ba1051c146b994868096d
parent989c203002c812b1e6089232409aab08c80aec5d (diff)
Increase the nagios alert thresholds for bigcouch open file descriptors (#6473)
Change-Id: I2549d781427fffc865c2bdcd1e950d60dad509fd
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/couchdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
index 01e2b886..ee0268a3 100644
--- a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
@@ -29,7 +29,7 @@ class site_check_mk::agent::couchdb {
}
file_line {
'Bigcouch_open_files':
- line => 'Bigcouch_open_files /srv/leap/nagios/plugins/check_unix_open_fds.pl -a beam -w 750,750 -c 1000,1000',
+ line => 'Bigcouch_open_files /srv/leap/nagios/plugins/check_unix_open_fds.pl -a beam -w 28672,28672 -c 30720,30720',
path => '/etc/check_mk/mrpe.cfg';
}