Commit Graph

66 Commits (ac6ccb77cc7f7aca228f3e8a28c9e00df17d70fc)

Author SHA1 Message Date
Michael DeHaan b80b92e778 Stackdriver module was in the wrong category, so moving. 10 years ago
James Cammarata b97f087f18 Fixing a typo in the monit module (status and not status()) 11 years ago
James Cammarata a969941b85 Merge branch 'devel' of https://github.com/brian-brazil/ansible into brian-brazil-devel 11 years ago
Chris Lamb f510389298 Fail if monit reload failed; don't mask the error.
This is necessary for the scenario when you push a new, broken monit
config out, and then set a state=reloaded handler - the error was
previously swallowed so you could end up with successful play but missing
monitoring (!).

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years ago
Brian Brazil d25f1dc2d0 Use empty string rather than None to avoid TypeError
Improve error messages.
11 years ago
Brian Brazil 8ec400669f Fix race conditions where a process gets in state "Running"
between the restart/start command and the summary command.

Refactor to avoid repeating the status, and fail if a given call to monit fails.
11 years ago
James Tanner 325bbf7dee Fix version_added for url in airbrake_deployment module 11 years ago
James Tanner 6792c76c50 Fix librato_annotation docstring 11 years ago
Michael DeHaan c24d4acb2a Documentation fixes + add missing license header 11 years ago
Seth Edwards cb97599a97 add librato annotation module 11 years ago
Michael DeHaan cc6d4bc3f0 changelog and version bump 11 years ago
Michael DeHaan bba91c7f26 Merge branch 'add_rollbar_rollbar_deployment_module' of git://github.com/kavu/ansible into devel 11 years ago
Michael DeHaan 9190ddfcda Documentation updates / changelog. 11 years ago
Michael DeHaan 1f4e082c9d Merge branch 'added-logentries-module' of git://github.com/ivanvanderbyl/ansible into devel 11 years ago
Max Riveiro 9114fd6d7a
Add rollbar_deployment module
Signed-off-by: Max Riveiro <kavu13@gmail.com>
11 years ago
Michael DeHaan 98500b335b Fixup shell handling in monit module. 11 years ago
James Cammarata d8a81c488e Remove validate_certs parameter from fetch_url calls 11 years ago
James Cammarata a9017af2bb Adding validate_certs to all modules that use fetch_url 11 years ago
Michael DeHaan 0f962dba14 Missing comma in argument spec. 11 years ago
James Cammarata 9730157525 Validate SSL certs accessed through urllib*
* Adds another module utility file which generalizes the
  access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.

Fixes #6211
11 years ago
Michael DeHaan e89dafc6c1 Merge pull request #5039 from bpennypacker/airbrake
airbrake: Made the reporting URL an optional parameter
11 years ago
Jens Rantil 153df0a23e module(nagios): don't catch `SystemExit`
If we do this, we risk outputting two JSON payloads, which will be
unparsable.
11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Bruce Pennypacker a694c0c44c use new airbrake API URL 11 years ago
Bruce Pennypacker 83a1665be5 Made URL an optional parameter 11 years ago
ryanaudiencepi cd6d4f70c0 Monit fix - Use case insensitive comparison 11 years ago
ryanaudiencepi 9da0ae2a1f Fix monit module. Monit restart bug 11 years ago
ryanaudiencepi c2e2d53a16 Fix monit module. Use lowercase letters check instead of uppercase 11 years ago
Shuhao Wu 0d2a3f1b0c Fixed monit restarted error.
Errors everytime...
11 years ago
Ivan Vanderbyl b214f4a708 Fixed unfollow logic 11 years ago
Ivan Vanderbyl cc484b629e Added LogEntries module 11 years ago
Brian Coca 52dd1dd4c5 now missing dep gives nicer error and docs disambiguate as several libs
out there have same name.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan 4400bbdc55 Newline at end of file. 11 years ago
Michael DeHaan 841fd11f41 Fix PEP8 commenting, but comment seems obvious so just remove it. 11 years ago
Michael DeHaan a9121fecda Discussed datadog module at OSCON with DD folks, does not make sense to send
event types for anything other than myapps here.
11 years ago
Michael DeHaan 7f0cac45a5 Merge pull request #3272 from curtisgithub/devel
A module to create and delete boundary.com meters
11 years ago
Curtis c1c1b128f8 changed apikey and apiid to api_key and api_id and noted that it is boundary tags not ansible tags as per mpdehaan 11 years ago
Michael DeHaan c931675520 Trim old style var references. 11 years ago
Andrew Todd e477d993dd Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 11 years ago
Cristobal Rosa 51166c9cfa Remove unnecesary call 11 years ago
Cristobal Rosa cf48141a33 Fixed monit module. Ignore uppercase letters 11 years ago
Curtis c1a757e982 as per mpdehaan, change string formatting to something that will work with python 2.4 11 years ago
Curtis 56813c030f fixup appearances of config_directory, remove slash, remove hardcoded /etc/bprobe 11 years ago
Curtis 445c888464 made changes as requested by mpdehaan and added code to remove key and cert pem files on removal of meter 11 years ago
Curtis 56bfae361f initial commit of boundary_meter module 11 years ago
Michael DeHaan d0a4f2d1e4 Merge pull request #3264 from arturaz/devel
datadog_event module requires urllib2, not httplib2.
11 years ago
Arturas Slajus 0ea0a2c6d7 datadog_event module requires urllib2, not httplib2. 11 years ago
Michael DeHaan 1e3ab98a13 Merge pull request #3219 from arturaz/devel
datadog_event module: submit your events to DataDog service.
11 years ago
Jan-Piet Mens 30d641094b Docs: consistently format playbook EXAMPLES 11 years ago