Sha256: 806d0acd510587bb0003fbafa952199a2d897d05c24977ab9bfc52c3b0673794

Contents?: true

Size: 642 Bytes

Versions: 3

Compression:

Stored size: 642 Bytes

Contents

h1. memcached:monit

 "home":../index.html > "recipes":index.html >  "memcached":memcached.html  >  monit  


h2. Tasks

* "memcached:monit:install":#memcached:monit:install 


h2. Task documentation

h3(#memcached:monit:install). memcached:monit:install

Generate and install memcached monitrc.

*memcached_pid_path*: Path to memcached pid file. _Defaults to /var/run/memcached.pid_
  
@set :memcached_pid_path, "/var/run/memcached.pid"@
  
*memcached_port*: Memcached port. _Defaults to 11211_
  
@set :memcached_port, 11211@
 
*monit_conf_dir*: Destination for monitrc. _Defaults to "/etc/monit"_
  
@set :monit_conf_dir, "/etc/monit"@



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capitate-0.2.5 docs/recipes/memcached-monit.txt
capitate-0.2.7 docs/recipes/memcached-monit.txt
capitate-0.2.6 docs/recipes/memcached-monit.txt