Commit graph

87 commits

Author SHA1 Message Date
Rene Moser
20a3772d85 zabbix_maintenance: move to new boilerplate 2014-09-01 20:13:34 +02:00
Michael DeHaan
f7db80e33d Updating version_added. 2014-08-08 14:24:57 -04:00
abulimov
469f619598 zabbix_maintenance small stylistic updates and ansible version bump 2014-08-08 14:24:57 -04:00
Alexander Bulimov
ccf031f1c5 zabbix_maintenance fixes and parameter names update 2014-08-08 14:24:57 -04:00
Alexander Bulimov
edebadc305 zabbix_maintenance examples fixes 2014-08-08 14:24:56 -04:00
Alexander Bulimov
851efe0413 Initial working version of zabbix_maintenance module 2014-08-08 14:24:56 -04:00
Michael DeHaan
9331c99a67 update version added info 2014-08-08 13:38:59 -04:00
Michael DeHaan
52b0ef20d4 Merge pull request #6301 from gitterHQ/devel
Pagerduty improvements
2014-08-08 13:36:40 -04:00
Michael DeHaan
877f23e1fb Update version_added. 2014-08-08 11:42:35 -04:00
Hagai
3c69a35a3e Documentation error 2014-08-08 11:42:35 -04:00
Shahar Kedar
d169b075e1 Rename source to source_system and remove it from the documentation. 2014-08-08 11:42:35 -04:00
Hagai
4c9f431792 Add some argument aliases 2014-08-08 11:42:35 -04:00
Hagai
67057b4675 Update docs for bigpanda 2014-08-08 11:42:35 -04:00
Hagai
c413e97380 Add bigpanda module to monitoring 2014-08-08 11:42:34 -04:00
Michael DeHaan
c9a3b6c358 Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys! 2014-07-24 15:21:53 -04:00
Michael DeHaan
3d1865e6c9 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
b80b92e778 Stackdriver module was in the wrong category, so moving. 2014-05-16 08:30:38 -04:00
James Cammarata
b97f087f18 Fixing a typo in the monit module (status and not status()) 2014-05-08 16:46:32 -05:00
James Cammarata
a969941b85 Merge branch 'devel' of https://github.com/brian-brazil/ansible into brian-brazil-devel 2014-05-08 16:11:18 -05:00
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>
2014-05-08 18:18:28 +01:00
Brian Brazil
d25f1dc2d0 Use empty string rather than None to avoid TypeError
Improve error messages.
2014-04-25 13:30:19 +01:00
Andrew Newdigate
761e1c0daa Added additional error checking to avoid HTTP400 responses from ansible. 2014-04-16 23:00:01 +01:00
Andrew Newdigate
2ed83b9d70 Removing unused code 2014-04-16 22:44:34 +01:00
Andrew Newdigate
265d9adbb9 Merge branch 'devel' of github.com:ansible/ansible into devel
Conflicts:
	library/monitoring/pagerduty
2014-04-16 22:43:01 +01:00
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.
2014-04-16 18:04:19 +01:00
James Tanner
325bbf7dee Fix version_added for url in airbrake_deployment module 2014-04-07 22:30:53 -04:00
James Tanner
6792c76c50 Fix librato_annotation docstring 2014-03-30 22:28:31 -04:00
Michael DeHaan
c24d4acb2a Documentation fixes + add missing license header 2014-03-28 17:20:20 -04:00
Seth Edwards
cb97599a97 add librato annotation module 2014-03-28 17:20:20 -04:00
Michael DeHaan
cc6d4bc3f0 changelog and version bump 2014-03-28 17:04:31 -04:00
Michael DeHaan
bba91c7f26 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
9190ddfcda Documentation updates / changelog. 2014-03-28 15:03:04 -04:00
Michael DeHaan
1f4e082c9d Merge branch 'added-logentries-module' of git://github.com/ivanvanderbyl/ansible into devel 2014-03-28 15:01:49 -04:00
Max Riveiro
9114fd6d7a
Add rollbar_deployment module
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2014-03-23 00:38:53 +04:00
Michael DeHaan
98500b335b Fixup shell handling in monit module. 2014-03-12 17:43:31 -04:00
James Cammarata
d8a81c488e Remove validate_certs parameter from fetch_url calls 2014-03-12 10:31:01 -05:00
James Cammarata
a9017af2bb Adding validate_certs to all modules that use fetch_url 2014-03-12 10:19:54 -05:00
Michael DeHaan
0f962dba14 Missing comma in argument spec. 2014-03-10 19:37:34 -04:00
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
2014-03-10 16:06:52 -05:00
Andrew Newdigate
9d97c560fb Added 'version_added' attributes for new fields.
Also added missing fields to documentation and added some more examples.
2014-03-06 09:18:38 +00:00
Andrew Newdigate
8748d625b2 Added support for setting up maintenance windows of under an hour.
Added support for using tokens instead of usernames and passwords.
2014-03-05 22:22:56 +00:00
Michael DeHaan
e89dafc6c1 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
153df0a23e 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
ad837709bd Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
James Tanner
6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
Bruce Pennypacker
a694c0c44c use new airbrake API URL 2013-11-20 16:52:15 +00:00
Bruce Pennypacker
83a1665be5 Made URL an optional parameter 2013-11-07 15:39:41 +00:00
ryanaudiencepi
cd6d4f70c0 Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
ryanaudiencepi
9da0ae2a1f Fix monit module. Monit restart bug 2013-10-01 03:41:17 +08:00
ryanaudiencepi
c2e2d53a16 Fix monit module. Use lowercase letters check instead of uppercase 2013-10-01 03:39:43 +08:00