Commit graph

67 commits

Author SHA1 Message Date
Michael DeHaan
24a7da1319 Pagerduty has advocated not using ansible for certain sizes of infrastructure. This module is removed until this is corrected.
http://blog.pagerduty.com/2014/06/10-common-ops-mistakes/?utm_source=twitter&utm_medium=social&utm_campaign=blog
2014-07-15 18:07:24 -04:00
Michael DeHaan
8c7cd604f0 Stackdriver module was in the wrong category, so moving. 2014-05-16 08:30:38 -04:00
James Cammarata
8db481d8de Fixing a typo in the monit module (status and not status()) 2014-05-08 16:46:32 -05:00
James Cammarata
bd9d8e8207 Merge branch 'devel' of https://github.com/brian-brazil/ansible into brian-brazil-devel 2014-05-08 16:11:18 -05:00
Chris Lamb
1259475e32 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>
2014-05-08 18:18:28 +01:00
Brian Brazil
296bf6bd04 Use empty string rather than None to avoid TypeError
Improve error messages.
2014-04-25 13:30:19 +01:00
Brian Brazil
32a67999b6 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.
2014-04-16 18:04:19 +01:00
James Tanner
3f2a100e64 Fix version_added for url in airbrake_deployment module 2014-04-07 22:30:53 -04:00
James Tanner
721d493f81 Fix librato_annotation docstring 2014-03-30 22:28:31 -04:00
Michael DeHaan
1da0f24089 Documentation fixes + add missing license header 2014-03-28 17:20:20 -04:00
Seth Edwards
2463b21d91 add librato annotation module 2014-03-28 17:20:20 -04:00
Michael DeHaan
c072e08cbc changelog and version bump 2014-03-28 17:04:31 -04:00
Michael DeHaan
eea9ef4404 Merge branch 'add_rollbar_rollbar_deployment_module' of git://github.com/kavu/ansible into devel 2014-03-28 17:03:59 -04:00
Michael DeHaan
17785ea11e Documentation updates / changelog. 2014-03-28 15:03:04 -04:00
Michael DeHaan
2a776f0701 Merge branch 'added-logentries-module' of git://github.com/ivanvanderbyl/ansible into devel 2014-03-28 15:01:49 -04:00
Max Riveiro
0b3a70797a Add rollbar_deployment module
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2014-03-23 00:38:53 +04:00
Michael DeHaan
376237d9d9 Fixup shell handling in monit module. 2014-03-12 17:43:31 -04:00
James Cammarata
c68be8b418 Remove validate_certs parameter from fetch_url calls 2014-03-12 10:31:01 -05:00
James Cammarata
72217c297d Adding validate_certs to all modules that use fetch_url 2014-03-12 10:19:54 -05:00
Michael DeHaan
f2a288adbb Missing comma in argument spec. 2014-03-10 19:37:34 -04:00
James Cammarata
a1b1182662 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
2014-03-10 16:06:52 -05:00
Michael DeHaan
ad31e1446d Merge pull request #5039 from bpennypacker/airbrake
airbrake: Made the reporting URL an optional parameter
2014-02-12 12:32:28 -05:00
Jens Rantil
71590827ab module(nagios): don't catch SystemExit
If we do this, we risk outputting two JSON payloads, which will be
unparsable.
2013-12-04 13:57:55 +01:00
James Tanner
4f9aadcc07 Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
Bruce Pennypacker
cdf10d3a31 use new airbrake API URL 2013-11-20 16:52:15 +00:00
Bruce Pennypacker
3857d65431 Made URL an optional parameter 2013-11-07 15:39:41 +00:00
ryanaudiencepi
350db0cacf Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
ryanaudiencepi
3b89891dfe Fix monit module. Monit restart bug 2013-10-01 03:41:17 +08:00
ryanaudiencepi
2b4f53c455 Fix monit module. Use lowercase letters check instead of uppercase 2013-10-01 03:39:43 +08:00
Shuhao Wu
a17610f7c6 Fixed monit restarted error.
Errors everytime...
2013-09-16 19:14:17 -04:00
Ivan Vanderbyl
62c1fa3c05 Fixed unfollow logic 2013-08-30 12:43:27 +10:00
Ivan Vanderbyl
d8a464a241 Added LogEntries module 2013-08-30 12:20:57 +10:00
Brian Coca
a3a833cb82 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>
2013-08-15 21:26:35 -04:00
Michael DeHaan
a5db8257da Newline at end of file. 2013-08-03 14:55:22 -04:00
Michael DeHaan
d658a89003 Fix PEP8 commenting, but comment seems obvious so just remove it. 2013-08-03 14:55:01 -04:00
Michael DeHaan
864cb8fca9 Discussed datadog module at OSCON with DD folks, does not make sense to send
event types for anything other than myapps here.
2013-08-03 14:52:06 -04:00
Michael DeHaan
e3d5937bcf Merge pull request #3272 from curtisgithub/devel
A module to create and delete boundary.com meters
2013-08-03 11:20:51 -07:00
Curtis
327dd256fc changed apikey and apiid to api_key and api_id and noted that it is boundary tags not ansible tags as per mpdehaan 2013-07-23 11:16:30 -06:00
Michael DeHaan
eb560fb7b8 Trim old style var references. 2013-07-19 09:38:31 -04:00
Andrew Todd
bd9d3d4fdd Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 2013-07-17 16:37:04 -04:00
Cristobal Rosa
8304d5d060 Remove unnecesary call 2013-07-06 22:12:30 +02:00
Cristobal Rosa
d2c7f30048 Fixed monit module. Ignore uppercase letters 2013-07-05 05:49:07 +02:00
Curtis
8e9d610b5a as per mpdehaan, change string formatting to something that will work with python 2.4 2013-07-02 09:41:11 -06:00
Curtis
a5ecde9ccf fixup appearances of config_directory, remove slash, remove hardcoded /etc/bprobe 2013-06-25 14:40:14 -06:00
Curtis
b3df566399 made changes as requested by mpdehaan and added code to remove key and cert pem files on removal of meter 2013-06-24 16:20:36 -06:00
Curtis
7983139383 initial commit of boundary_meter module 2013-06-19 16:01:47 -06:00
Michael DeHaan
9f97a1b208 Merge pull request #3264 from arturaz/devel
datadog_event module requires urllib2, not httplib2.
2013-06-19 08:27:13 -07:00
Arturas Slajus
ce8c3a5685 datadog_event module requires urllib2, not httplib2. 2013-06-19 11:17:05 +03:00
Michael DeHaan
0a51cdbe1f Merge pull request #3219 from arturaz/devel
datadog_event module: submit your events to DataDog service.
2013-06-18 17:31:52 -07:00