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

Unified Diff: manifests/monitoringserver.pp

Issue 11726001: Don't warn about bandwidth spikes (Closed)
Patch Set: Created Sept. 12, 2013, 1:37 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/monitoringserver.pp
===================================================================
--- a/manifests/monitoringserver.pp
+++ b/manifests/monitoringserver.pp
@@ -127,6 +127,7 @@
use => 'generic-service',
hostgroup_name => 'all',
service_description => 'Bandwidth',
- check_command => 'check_nrpe_1arg!check_bandwidth'
+ check_command => 'check_nrpe_1arg!check_bandwidth',
+ first_notification_delay => '15'
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld