Fabio Alessandro Locati
9f7ad2ca3b
Conditional main - monitoring ( #3648 )
2016-12-08 11:35:15 -05:00
Fabio Alessandro Locati
7d1a006629
Native YAML, improve quotation ( #3643 )
2016-12-08 11:35:15 -05:00
Fabio Alessandro Locati
8b31d48410
Native YAML - monitoring/sensu_check ( #3635 )
2016-12-08 11:35:14 -05:00
Fabio Alessandro Locati
3b5826b828
Native YAML - monitoring/datadog_event ( #3637 )
2016-12-08 11:35:14 -05:00
Fabio Alessandro Locati
75f9cb30e1
Add quotes for non-floats decimals ( #3609 )
2016-12-08 11:35:14 -05:00
Fabio Alessandro Locati
684045a316
Fix spacing ( #3616 )
2016-12-08 11:35:13 -05:00
Fabio Alessandro Locati
f4a4492992
bigpanda: Use delegate_to (over local_action) ( #3586 )
...
* Fix YAML, naed variables
* Fix spaces
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
f8f0893922
Native YAML ( #3583 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
d092d53198
Native YAML ( #3584 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
b6cf2e422d
Native YAML + add comments ( #3582 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
c40bb574c6
Native YAML ( #3581 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
f85fd14242
Native YAML ( #3580 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
c2474b8a3f
Native YAML ( #3579 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
23cfa31a7b
Native YAML ( #3578 )
2016-12-08 11:35:12 -05:00
John R Barker
1684792efa
nagios - Better comment:
example ( #3595 )
2016-12-08 11:35:12 -05:00
Fabio Alessandro Locati
45c55607f1
Native YAML ( #3577 )
2016-12-08 11:35:11 -05:00
Fabio Alessandro Locati
79e1e01e4c
Native YAML ( #3576 )
2016-12-08 11:35:11 -05:00
Fabio Alessandro Locati
9a399d9945
Native YAML ( #3575 )
2016-12-08 11:35:11 -05:00
Fabio Alessandro Locati
ccb9cb38d9
Native YAML ( #3574 )
2016-12-08 11:35:11 -05:00
Fabio Alessandro Locati
34a504ea10
Native YAML ( #3585 )
...
* Native YAML
* Fix YAML lists
2016-12-08 11:35:11 -05:00
Jesse Keating
f6e47e4055
Handle empty datadog_monitor message ( #3468 )
...
Since message is not required, it may be of type None, which cannot have
a replace() called on it.
2016-12-08 11:35:10 -05:00
Brian Coca
7de77be7b2
corrected version added
2016-12-08 11:35:05 -05:00
Fabian Krämer
2e2f24447a
Add require_full_window option for Datadog monitors ( #2653 )
2016-12-08 11:35:05 -05:00
Brian Coca
bd29252ee7
corrected versionadded
2016-12-08 11:35:05 -05:00
Jason Cormie
78e8709085
Allow setting the visible name of a host in zabbix ( #2919 )
...
In Zabbix, the visible name defaults to the hostname. This is not very
useful if you try to manage vmware VMs as the so called host_name within
zabbix must be set to the vcenter UUID.
This patch allows you to provide an alias which will be shown with
zabbix. If its not supplied it will default to host_name.
2016-12-08 11:35:05 -05:00
Scott Butler
5cb9bbbd18
Typo fix requested by marketing.
2016-12-08 11:35:03 -05:00
Toshio Kuratomi
ea05c56a41
Fix remaining python3 compile problems
2016-12-08 11:35:01 -05:00
Jeff
d8efe53d7c
logicmonitor: Documentation and logging updates based on feedback ( #2756 )
2016-12-08 11:35:00 -05:00
Michael Scherer
d4157095f3
Make bigpanda module pass python3 sanity check
2016-12-08 11:34:59 -05:00
Michael Scherer
1948bcb9e7
Make zabbix modules compile on python 3
...
Since the module is not compatible with python 2.4, we
do not need to use the get_exception trick
2016-12-08 11:34:59 -05:00
Benjamin Copeland
2796370b57
statusio_maintenance: Fix minor typo ( #3137 )
2016-12-08 11:34:58 -05:00
Michael Scherer
415c2d4591
Make sensu_check compile on python 3 ( #3177 )
2016-12-08 11:34:58 -05:00
Michael Scherer
9ba5218631
Do not leak the newrelic token in log ( #3118 )
2016-12-08 11:34:56 -05:00
Rene Moser
bbf60e36eb
zabbix_host: fix typos in arg spec of login_user
...
Credits to @JasonCormie
2016-12-08 11:34:51 -05:00
Trevor Kensiski
b2337a7ef7
Adding datadog monitor locked option. http://docs.datadoghq.com/api/#monitor-create ( #2698 )
2016-12-08 11:34:40 -05:00
Naoya Nakazawa
44bcad7d8a
ready_for_review datadog_event module: Datadog API http status code 202 is ok. Ref: http://docs.datadoghq.com/api/ ( #2117 )
...
* Use official datadog create event API.
* Fix exception
2016-12-08 11:34:40 -05:00
Matt Clay
38d1cce5d1
Use open_url directly to avoid failing tests. ( #2680 )
2016-12-08 11:34:38 -05:00
Jeff Wozniak
9d0eecc873
Add logicmonitor and logicmonitor_facts modules
2016-12-08 11:34:37 -05:00
Naoya Nakazawa
8b64309051
datadog_monitor add no_log secret key ( #2525 )
2016-12-08 11:34:33 -05:00
Alex Paul
195bedee56
Add datadog_monitor param for datadog tags ( #2541 )
...
* Add datadog_monitor param for datadog tags
* Rename tags, add version_added
2016-12-08 11:34:33 -05:00
jonathanbouvier
c9e19e7b2d
added support for deleting nagios downtime ( #2497 )
2016-12-08 11:34:27 -05:00
nitzmahone
c56da672d1
fix statusio_maintenance exception handling
2016-12-08 11:34:24 -05:00
Benjamin Copeland
79946c5f43
Adding statusio_maintenance module ( #1394 )
2016-12-08 11:34:24 -05:00
Anders Ingemann
7144a88897
Sensu subscription bugfixes ( #2380 )
...
* Fix syntax for exception catching
* Friendlier error message as per suggestion by @bcoca
2016-12-08 11:34:21 -05:00
Artem Alexandrov
0dcd274339
zabbix_hostmacro: Fixed basic auth ( #2330 ) ( #2331 )
2016-12-08 11:34:21 -05:00
Anders Ingemann
cea88bdf63
Add sensu_subscription module ( #205 )
2016-12-08 11:34:21 -05:00
Toshio Kuratomi
adc5ea5168
Fix exception catching for python3
2016-12-08 11:34:18 -05:00
Benjamin Curtis
778bffe35c
Add honeybadger_deployment module
2016-12-08 11:34:18 -05:00
Hagai Kariti
390aa7a75f
bigpanda: Remove docs using complex args ( #2275 )
...
As they're going to be deprecated, don't recommend using them.
2016-12-08 11:34:16 -05:00
Michael Scherer
d7ac2a8499
Use a python3 compatible notation for octal ( #2238 )
2016-12-08 11:34:15 -05:00