docs/recipes/monit.txt in capitate-0.2.5 vs docs/recipes/monit.txt in capitate-0.2.6

- old
+ new

@@ -3,6 +3,43 @@ "home":../index.html > "recipes":index.html > monit h2. Namespaces -* "monit:centos":monit-centos.html (2) +* "monit:centos":monit-centos.html (1) + + +h2. Tasks + +* "monit:monitor_all":#monit:monitor_all +* "monit:restart":#monit:restart +* "monit:unmonitor_all":#monit:unmonitor_all + + +h2. Task documentation + +h3(#monit:monitor_all). monit:monitor_all + +Monitor all. + +*monit_bin_path*: Path to monit bin. _Defaults to <tt>monit</tt>_ + + + +h3(#monit:restart). monit:restart + +Restart (HUP) monit process. + +HUP's the process from the pid file, if it exists. + +*monit_pid_path*: Path to monit pid file. _Defaults to <tt>/var/run/monit.pid</tt>_ + + + +h3(#monit:unmonitor_all). monit:unmonitor_all + +Unmonitor all. + +*monit_bin_path*: Path to monit bin. _Defaults to <tt>monit</tt>_ + + +