cookbook 'monit_bin', '= 0.1.3'
monit_bin
(24) Versions
0.1.3
-
Follow2
Installs/Configures monit_bin
cookbook 'monit_bin', '= 0.1.3', :supermarket
knife supermarket install monit_bin
knife supermarket download monit_bin
monit_bin cookbook
- Install monit from source.
- Include setting tools monitensite, monitdisite.
- Add LWRP for created configs.
Requirements
- make (build-essential)
Usage
recipe[monit]
to default install.
call from other recipe
<pre><code>include_recipe "monit_binaries"
put config from template to /etc/monit/conf.avail/
enable
monit_binaries "myapp.conf"
disable
monit_binaries "myapp.conf" do
enable false
end
</code></pre>
monitensite monitdisite
These tools contorol monit setting like a2ensite,a2disite.
Put your confing to /etc/monit/conf.avail/
and...
** To enable setting**
monitensite postfix.conf
monit reload
** To disable setting**
monitdisite postfix.conf
monit reload
Attributes
TODO: Write attributes...
Recipes
- default
Author
Author:: HiganWorks LLC (sawanoboriyu@higanworks.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.