Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
riseup-puppet-recipes
sympa
Commits
54d9eb15
Commit
54d9eb15
authored
Jan 02, 2012
by
taggart
Browse files
park the monit stuff from the riseup site-sympa module, disabled
parent
ee06800e
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/monit.pp
0 → 100644
View file @
54d9eb15
class
sympa::monit
{
# FIXME: we don't have as much memory pressure as we used to, these
# don't fire anymore, but maybe still useful? if so they will need to be
# fastcgi/fcgid aware.
#if defined(Class['monit']) {
# monit::check::process { "wwsympa.fcgi":
# pidfile => "/var/run/apache2.pid",
# start => "/etc/init.d/apache2 start",
# stop => "/etc/init.d/apache2 stop",
# customlines => ["if totalmem > 5000 MB for 3 cycles then restart"];
# }
#
# monit::check::process {"task_manager.pl":
# pidfile => "/home/sympa/task_manager.pid",
# start => "/etc/init.d/sympa start",
# stop => "/etc/init.d/sympa stop",
# customlines => ["if totalmem > 5000 MB for 3 cycles then restart"],
# ensure => absent;
# }
#}
}
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