Commit Graph

287 Commits (45bba8ec64ebf908dd2e480ed620ee98d5665e53)

Author SHA1 Message Date
Brian Coca 3f9e2fb4e6 Merge pull request #629 from bcoca/sensu_check_2.4
made sensu_check 2.4 friendly
9 years ago
Brian Coca 286bc3d9dc forgot finally 2.4 syntax 9 years ago
Brian Coca eeb9d34812 also fixed exceptions 9 years ago
Toshio Kuratomi dd6e8f354a Modify a few more modules to not conditionalize urllib(2) import. 9 years ago
Brian Coca 1659af1541 made sensu_check 2.4 friendly 9 years ago
Toshio Kuratomi 4b29146c4d be explicit about urllib import and remove conditional urllib(2) import
urllib and urllib2 have been in the python stdlib since at least
python-2.3.  There's no reason to conditionalize it.

Fixes https://github.com/ansible/ansible/issues/11322
9 years ago
Brian Coca 8f31d84300 Merge pull request #203 from andsens/sensu-check
Add sensu_check module
9 years ago
Anders Ingemann 3f3a73da37 Add sensu_check module 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Brian Coca 0d7332d550 minor docfix 9 years ago
Greg DeKoenigsberg 98abb6d2c9 Adding author's github id 9 years ago
Jhonny Everson 4b625bab34 Fixes the bug where it was using only the keys to determine whether a change was made, i.e. values changes for existing keys was reported incorrectly. 9 years ago
Jhonny Everson d722d6de97 Adds handler for error responses 9 years ago
Sebastian Kornehl fdaa4da447 docs: removed default when required is true 9 years ago
Sebastian Kornehl 1291f9a25a Added datadog_monitor module 9 years ago
Brian Coca 6050cc8e5d push list nature of tags into spec to allow both for comma delimited strings and actual lists 9 years ago
Brian Coca d5c581e9eb updated docs for 2.0 9 years ago
Brian Coca 04e43a9dcb added version added 9 years ago
Greg DeKoenigsberg 432477c14c Revert "Added eval for pasting tag lists" 9 years ago
Sebastian Kornehl 5b7b74eb66 Added eval for pasting tag lists 9 years ago
Lorenzo Luconi Trombacchi 51b11fd1af status function was called twice 9 years ago
Lorenzo Luconi Trombacchi 16db10958b fix a problem with status detection after unmonitor command 9 years ago
Lorenzo Luconi Trombacchi 2bcb0d4c08 added lower function for statuses 9 years ago
Todd Zullinger d604f56162 monitoring/nagios: Allow comment to be specified
The default remains 'Scheduling downtime' but can be overridden.
9 years ago
Kevin Klinemeier 49ab501be4 Updated tags example to an actual datadog tag 9 years ago
Michael Gröning f9041a1b29 fix bugs 9 years ago
Michael Gröning 304abbce85 improved docs 9 years ago
Michael Gröning 0b9863ed0e divided between host an service downtimes 9 years ago
Michael Gröning 8829b818b8 add function for servicegrup downtimes 9 years ago
Bruce Pennypacker 9285d0a1c7 changed 'deleted' to 'absent' 9 years ago
Bruce Pennypacker 51bba578b6 Updated 'ongoing' to also return properly formatted json 9 years ago
Bruce Pennypacker 6a89b92cda Fixed results & 'Changed'. Added 'deleted' action. Added ability to specify multiple services. 9 years ago
Brian Coca 2f967a949f minor docfix 9 years ago
Greg DeKoenigsberg ef7381f246 Adding author's github id 9 years ago
Jhonny Everson d517abf44b Fixes the bug where it was using only the keys to determine whether a change was made, i.e. values changes for existing keys was reported incorrectly. 9 years ago
Jhonny Everson f09389b179 Adds handler for error responses 9 years ago
Brian Coca 06c60ddc22 Merge pull request #575 from skornehl/devel
datadog_monitor module
9 years ago
Sebastian Kornehl df618c2d48 docs: removed default when required is true 9 years ago
Brian Coca e03ed0bd34 Merge pull request #481 from LorenzoLuconi/devel
2 bug fixes for monit module
9 years ago
Sebastian Kornehl 9ee29fa579 Added datadog_monitor module 9 years ago
Greg DeKoenigsberg d6dccfb269 Merge pull request #317 from agilekevin/patch-1
Updated tags example to an actual datadog tag
9 years ago
Brian Coca 5da651212f push list nature of tags into spec to allow both for comma delimited strings and actual lists 9 years ago
Brian Coca 3861904b02 updated docs for 2.0 9 years ago
Brian Coca 35a86c3423 Merge pull request #228 from michaelgroening/devel
enable setting downtimes for Service-Group services and hosts
9 years ago
Brian Coca 4b35db4932 added version added 9 years ago
Brian Coca 27bb709a73 Merge pull request #324 from tmzullinger/nagios-comment-support
monitoring/nagios: Allow comment to be specified
9 years ago
Greg DeKoenigsberg 223694ccf2 Revert "Added eval for pasting tag lists" 9 years ago
Greg DeKoenigsberg 9f9b50996e Merge pull request #512 from skornehl/devel
Added eval for pasting tag lists
9 years ago
Toshio Kuratomi 1276420a3a Fix documentation formatting 9 years ago
Brian Coca 0ff9bced72 Merge pull request #524 from resmo/feature/zabbix_group2
replace module zabbix_group
9 years ago
Toshio Kuratomi 8b62a45466 Fix docs - don't need quote anymore 9 years ago
Rene Moser d04e6b1d07 zabbix_maintenance: prevent to log password 9 years ago
Rene Moser 1eb6c37594 zabbix: improve module doc 9 years ago
Rene Moser 9d07fb9618 zabbix: improve arguments and prevent to log password 9 years ago
Rene Moser c9dfeb07c1 zabbix: remove redundant import of module_utils 9 years ago
Rene Moser c0fb48cd39 zabbix_group: improve params 9 years ago
Rene Moser 3f108732c5 zabbix_group: add backword compatibility
* add alias host_group for host_groups
* add choices for param state
9 years ago
Rene Moser 1c210abc69 zabbix_group: update version added to 1.8
Since we intent to replace the current module, we add the version the current module was added.
9 years ago
Rene Moser f0eb372e99 zabbix_group: update authors to new format 9 years ago
Cove Schneider 8175bd2f78 remove superfluous defaults 9 years ago
Cove Schneider 30832ab4d9 add zabbix_group module 9 years ago
Rene Moser 2d35caf68b zabbix_group: remove current module in favor of PR #346 9 years ago
Toshio Kuratomi 24390f1ac6 Merge pull request #514 from stansonhealth/newrelic_updates
Newrelic documentation, argspec updates
9 years ago
Tim Bielawa 9ae04256fe Allow nagios module to be licensed as gpl v2 or newer 9 years ago
tedder c9e02dd7d8 use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone. 9 years ago
tedder 4cc8c6b340 they call it a key, not a token 9 years ago
tedder a58e5a0efc fix 404'd url. There's no perfect replacement, but this is okay. 9 years ago
Sebastian Kornehl fa2f250f14 Added eval for pasting tag lists 9 years ago
Toshio Kuratomi 576d94e8d4 Update module_utils "import" to the new-style
Fixes #505
9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Brian Coca edf519a0c2 moar quotes 9 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 9 years ago
Greg DeKoenigsberg 66c83e7ae3 Adding author's github id 9 years ago
Greg DeKoenigsberg a000653292 Adding author's github id 9 years ago
Greg DeKoenigsberg feb71e82e3 Adding author's github id 9 years ago
Greg DeKoenigsberg def8ae9c47 Adding author's github id
...though the real author is perhaps a mystery.
9 years ago
Greg DeKoenigsberg 81b696ca97 Adding author's github id 9 years ago
Greg DeKoenigsberg 13200d4c78 Adding author's github id 9 years ago
Greg DeKoenigsberg 0f5d8abdc9 Adding author's github id 9 years ago
Greg DeKoenigsberg afc4e16551 Adding author's github id 9 years ago
Greg DeKoenigsberg 0738aafebd Adding author's github id 9 years ago
Greg DeKoenigsberg f7a616f202 Formatting fix in author list 9 years ago
Greg DeKoenigsberg d3615bc8d4 Adding author's github id 9 years ago
Greg DeKoenigsberg 10d798e0f3 Adding author's github id 9 years ago
Greg DeKoenigsberg a446b69b36 Adding author's github id 9 years ago
Greg DeKoenigsberg bbfd46c32a Adding author's github id 9 years ago
Greg DeKoenigsberg 396b9d921a Add 9 years ago
Greg DeKoenigsberg 415f22dffd Adding author's github id 9 years ago
Greg DeKoenigsberg 26d6e0c6a7 Adding author's github id 9 years ago
Greg DeKoenigsberg 593e6cb27c Adding author's github id 9 years ago
Greg DeKoenigsberg 324a501d1c Adding author's github id 9 years ago
Greg DeKoenigsberg 6315cbe653 Adding author's github id 9 years ago
Greg DeKoenigsberg 9a542327dd Adding author's github id 9 years ago
Greg DeKoenigsberg 6498940461 Adding author's github id 9 years ago
Brian Coca c51c64409e Merge pull request #458 from NickatEpic/devel
New module for creating annotations with Circonus SaaS service
9 years ago
Nick Harring cf2b734ab3 Removed as keyword for 2.4 and earlier backwards compat. 10 years ago
Nick Harring 46f6e5f6fc Fixed ansible module import which I changed chasing a better PEP-8 score. 10 years ago
Nick Harring 910761bd6d Added version_added in Documentation output. Fixed shebang to be /usr/bin/python. 10 years ago
Toshio Kuratomi e5022ba87b Add python >= 2.6 to documented deps 10 years ago