Commit graph

10 commits

Author SHA1 Message Date
egghead
99c53981ff supervisorctl module: fixing typo in error handling 2013-09-24 15:36:16 +00:00
egghead
d05f21fc80 supervisorctl module: adding support for custom supervisord installations
Supervisord can be installed at the user level or system level.
Installating as a user is particularly useful for systems without root access.

Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
2013-09-21 18:13:33 +00:00
didiercrunch
7f2ae3f375 Update supervisorctl
Fixed the example.
2013-08-06 09:06:28 -04:00
Michael DeHaan
6030c1bcaa tweak indentation for 'make pep8' 2013-07-20 12:48:11 -04:00
Michael DeHaan
80ef9e2628 Document when options were added on this module. 2013-07-20 12:25:13 -04:00
Evan Wies
e48fb1e9a9 supervisor_ctl: rename to server_url and improve documentation 2013-07-12 11:53:26 -04:00
Evan Wies
80afcea54e supervisorctl: add command-line options as module parameters
Adds more parameters which may be passed to supervisorctl:  config,
serverurl, username, password

Also refactored the various `module.run_command(build_a_string)` calls
into a single `run_supervisorctl` function.
2013-07-04 12:23:16 -04:00
Jan-Piet Mens
3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Michael DeHaan
ebf26ec0a3 Standardize docs 2013-06-01 18:36:44 -04:00
Michael DeHaan
cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
Renamed from supervisorctl (Browse further)