Alexander Bulimov
3871ef5e92
Initial working version of zabbix_maintenance module
10 years ago
Michael DeHaan
9a04915723
update version added info
10 years ago
Michael DeHaan
05ca1f78fd
Merge pull request #6301 from gitterHQ/devel
...
Pagerduty improvements
10 years ago
Michael DeHaan
a740bc5d49
Update version_added.
10 years ago
Hagai
6264957734
Documentation error
10 years ago
Shahar Kedar
b5544a1bd0
Rename source to source_system and remove it from the documentation.
10 years ago
Hagai
83e20b1484
Add some argument aliases
10 years ago
Hagai
77478efea1
Update docs for bigpanda
10 years ago
Hagai
522ebf684f
Add bigpanda module to monitoring
10 years ago
Michael DeHaan
edcedfc06f
Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys!
10 years ago
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
10 years ago
Michael DeHaan
8c7cd604f0
Stackdriver module was in the wrong category, so moving.
11 years ago
James Cammarata
8db481d8de
Fixing a typo in the monit module (status and not status())
11 years ago
James Cammarata
bd9d8e8207
Merge branch 'devel' of https://github.com/brian-brazil/ansible into brian-brazil-devel
11 years ago
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>
11 years ago
Brian Brazil
296bf6bd04
Use empty string rather than None to avoid TypeError
...
Improve error messages.
11 years ago
Andrew Newdigate
5a07456558
Added additional error checking to avoid HTTP400 responses from ansible.
11 years ago
Andrew Newdigate
34ec5076c3
Removing unused code
11 years ago
Andrew Newdigate
9a9924b975
Merge branch 'devel' of github.com:ansible/ansible into devel
...
Conflicts:
library/monitoring/pagerduty
11 years ago
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.
11 years ago
James Tanner
3f2a100e64
Fix version_added for url in airbrake_deployment module
11 years ago
James Tanner
721d493f81
Fix librato_annotation docstring
11 years ago
Michael DeHaan
1da0f24089
Documentation fixes + add missing license header
11 years ago
Seth Edwards
2463b21d91
add librato annotation module
11 years ago
Michael DeHaan
c072e08cbc
changelog and version bump
11 years ago
Michael DeHaan
eea9ef4404
Merge branch 'add_rollbar_rollbar_deployment_module' of git://github.com/kavu/ansible into devel
11 years ago
Michael DeHaan
17785ea11e
Documentation updates / changelog.
11 years ago
Michael DeHaan
2a776f0701
Merge branch 'added-logentries-module' of git://github.com/ivanvanderbyl/ansible into devel
11 years ago
Max Riveiro
0b3a70797a
Add rollbar_deployment module
...
Signed-off-by: Max Riveiro <kavu13@gmail.com>
11 years ago
Michael DeHaan
376237d9d9
Fixup shell handling in monit module.
11 years ago
James Cammarata
c68be8b418
Remove validate_certs parameter from fetch_url calls
11 years ago
James Cammarata
72217c297d
Adding validate_certs to all modules that use fetch_url
11 years ago
Michael DeHaan
f2a288adbb
Missing comma in argument spec.
11 years ago
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
11 years ago
Andrew Newdigate
cd1722b743
Added 'version_added' attributes for new fields.
...
Also added missing fields to documentation and added some more examples.
11 years ago
Andrew Newdigate
7c34399630
Added support for setting up maintenance windows of under an hour.
...
Added support for using tokens instead of usernames and passwords.
11 years ago
Michael DeHaan
ad31e1446d
Merge pull request #5039 from bpennypacker/airbrake
...
airbrake: Made the reporting URL an optional parameter
11 years ago
Jens Rantil
71590827ab
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
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Bruce Pennypacker
cdf10d3a31
use new airbrake API URL
11 years ago
Bruce Pennypacker
3857d65431
Made URL an optional parameter
11 years ago
ryanaudiencepi
350db0cacf
Monit fix - Use case insensitive comparison
11 years ago
ryanaudiencepi
3b89891dfe
Fix monit module. Monit restart bug
11 years ago
ryanaudiencepi
2b4f53c455
Fix monit module. Use lowercase letters check instead of uppercase
11 years ago
Shuhao Wu
a17610f7c6
Fixed monit restarted error.
...
Errors everytime...
11 years ago
Ivan Vanderbyl
62c1fa3c05
Fixed unfollow logic
11 years ago
Ivan Vanderbyl
d8a464a241
Added LogEntries module
11 years ago
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>
11 years ago
Michael DeHaan
a5db8257da
Newline at end of file.
11 years ago
Michael DeHaan
d658a89003
Fix PEP8 commenting, but comment seems obvious so just remove it.
11 years ago
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.
11 years ago
Michael DeHaan
e3d5937bcf
Merge pull request #3272 from curtisgithub/devel
...
A module to create and delete boundary.com meters
11 years ago
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
11 years ago
Michael DeHaan
eb560fb7b8
Trim old style var references.
11 years ago
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.
11 years ago
Cristobal Rosa
8304d5d060
Remove unnecesary call
12 years ago
Cristobal Rosa
d2c7f30048
Fixed monit module. Ignore uppercase letters
12 years ago
Curtis
8e9d610b5a
as per mpdehaan, change string formatting to something that will work with python 2.4
12 years ago
Curtis
a5ecde9ccf
fixup appearances of config_directory, remove slash, remove hardcoded /etc/bprobe
12 years ago
Curtis
b3df566399
made changes as requested by mpdehaan and added code to remove key and cert pem files on removal of meter
12 years ago
Curtis
7983139383
initial commit of boundary_meter module
12 years ago
Michael DeHaan
9f97a1b208
Merge pull request #3264 from arturaz/devel
...
datadog_event module requires urllib2, not httplib2.
12 years ago
Arturas Slajus
ce8c3a5685
datadog_event module requires urllib2, not httplib2.
12 years ago
Michael DeHaan
0a51cdbe1f
Merge pull request #3219 from arturaz/devel
...
datadog_event module: submit your events to DataDog service.
12 years ago
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
12 years ago
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
12 years ago
Arturas Slajus
1508a49a66
datadog_event module: submit your events to DataDog service.
12 years ago
Michael DeHaan
344257481d
Fix version added field in modules.
12 years ago
Michael DeHaan
e811f77716
Fix docs build causing parse error message.
12 years ago
Michael DeHaan
81d26340d0
use EXAMPLES vs examples (easier to format)
12 years ago
Michael DeHaan
edc1c4cb2f
use EXAMPLES vs inline examples (easier to format)
12 years ago
Michael DeHaan
bba849b11e
Merge pull request #3046 from dstoflet/devel
...
Adding monit module to start/stop/monitor/unmonitor process via monit
12 years ago
Michael DeHaan
d970a3f8a6
Merge pull request #3032 from thaumos/devel
...
Pagerduty and Pingdom modules for core
12 years ago
Darryl Stoflet
5c72f379cb
Adding monit modules to start/stop/monitor/unmonitor process via monit
12 years ago
Dylan Silva
70c066d7b5
Pagerduty and Pingdom modules for core
12 years ago
Bruce Pennypacker
43b1d36cd8
new airbrake_deployment module
12 years ago
Bruce Pennypacker
3926f76644
Fixed handling of urlopen result to work properly under both python 2.4 and python 2.6
12 years ago
Michael DeHaan
539aa02de3
Update version_added
12 years ago
Michael DeHaan
4f1d310b6a
update changelog, move newrelic to monitoring category
12 years ago
Jan-Piet Mens
7fb28a0c43
spacing in nagios module docs
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago