Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
monit
Commits
1657566a
Commit
1657566a
authored
Nov 03, 2008
by
Micah Anderson
Browse files
Removed the basic alerts that were being shipped by default, these can
be set with monit::snippet lines if necessary
parent
aaf4fe90
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/monitrc.erb
View file @
1657566a
...
...
@@ -36,13 +36,5 @@ set httpd port 2812 and use address localhost
allow localhost
allow monit:
<%=
password
%>
check system
<%=
fqdn
%>
if loadavg (1min) > 4 then alert
if loadavg (5min) > 2 then alert
if memory usage > 75% then alert
if cpu usage (user) > 70% then alert
if cpu usage (system) > 30% then alert
if cpu usage (wait) > 20% then alert
# Include settings from other files
include /etc/monit/conf.d/*.monitrc
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment