summaryrefslogtreecommitdiff
path: root/monitoring
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-0628-0/+112
|
* Allow Datadog monitors to be retrieved by id instead of name. (#3456)Fabian Krämer2016-12-051-4/+17
|
* Update the status codes to look for (#2120)MDCollins2016-12-051-2/+2
| | | Creation of a maintenance window returns a 201 (PagerDuty Developer documentation is unfortunately incorrect). Deleting a maintenance window returns a 204.
* Conditional main - monitoring (#3648)Fabio Alessandro Locati2016-12-0512-14/+30
|
* Native YAML, improve quotation (#3643)Fabio Alessandro Locati2016-12-042-19/+20
|
* Native YAML - monitoring/sensu_check (#3635)Fabio Alessandro Locati2016-12-041-7/+16
|
* Native YAML - monitoring/datadog_event (#3637)Fabio Alessandro Locati2016-12-041-7/+12
|
* Add quotes for non-floats decimals (#3609)Fabio Alessandro Locati2016-12-014-6/+6
|
* Fix spacing (#3616)Fabio Alessandro Locati2016-12-011-2/+2
|
* bigpanda: Use delegate_to (over local_action) (#3586)Fabio Alessandro Locati2016-12-011-6/+25
| | | | | | * Fix YAML, naed variables * Fix spaces
* Native YAML (#3583)Fabio Alessandro Locati2016-12-011-1/+3
|
* Native YAML (#3584)Fabio Alessandro Locati2016-12-011-3/+15
|
* Native YAML + add comments (#3582)Fabio Alessandro Locati2016-12-011-2/+10
|
* Native YAML (#3581)Fabio Alessandro Locati2016-12-011-25/+36
|
* Native YAML (#3580)Fabio Alessandro Locati2016-12-011-4/+5
|
* Native YAML (#3579)Fabio Alessandro Locati2016-12-011-6/+7
|
* Native YAML (#3578)Fabio Alessandro Locati2016-12-011-4/+5
|
* nagios - Better `comment:` example (#3595)John R Barker2016-12-011-1/+1
|
* Native YAML (#3577)Fabio Alessandro Locati2016-12-011-18/+69
|
* Native YAML (#3576)Fabio Alessandro Locati2016-12-011-5/+6
|
* Native YAML (#3575)Fabio Alessandro Locati2016-12-011-7/+8
|
* Native YAML (#3574)Fabio Alessandro Locati2016-12-011-10/+12
|
* Native YAML (#3585)Fabio Alessandro Locati2016-12-011-26/+34
| | | | | | * Native YAML * Fix YAML lists
* Handle empty datadog_monitor message (#3468)Jesse Keating2016-11-261-1/+3
| | | | Since message is not required, it may be of type None, which cannot have a replace() called on it.
* corrected version addedBrian Coca2016-11-071-4/+3
|
* Add require_full_window option for Datadog monitors (#2653)Fabian Krämer2016-11-071-1/+8
|
* corrected versionaddedBrian Coca2016-11-071-1/+1
|
* Allow setting the visible name of a host in zabbix (#2919)Jason Cormie2016-11-071-13/+28
| | | | | | | | 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.
* Typo fix requested by marketing.Scott Butler2016-10-311-1/+1
|
* Fix remaining python3 compile problemsToshio Kuratomi2016-10-235-50/+81
|
* logicmonitor: Documentation and logging updates based on feedback (#2756)Jeff2016-10-222-48/+55
|
* Make bigpanda module pass python3 sanity checkMichael Scherer2016-10-171-1/+3
|
* Make zabbix modules compile on python 3Michael Scherer2016-10-174-16/+16
| | | | | Since the module is not compatible with python 2.4, we do not need to use the get_exception trick
* statusio_maintenance: Fix minor typo (#3137)Benjamin Copeland2016-10-161-1/+1
|
* Make sensu_check compile on python 3 (#3177)Michael Scherer2016-10-151-2/+5
|
* Do not leak the newrelic token in log (#3118)Michael Scherer2016-10-081-1/+1
|
* zabbix_host: fix typos in arg spec of login_userRene Moser2016-09-141-1/+1
| | | | Credits to @JasonCormie
* Adding datadog monitor locked option. ↵Trevor Kensiski2016-08-111-1/+8
| | | | http://docs.datadoghq.com/api/#monitor-create (#2698)
* ready_for_review datadog_event module: Datadog API http status code 202 is ↵Naoya Nakazawa2016-08-111-39/+47
| | | | | | | | ok. Ref: http://docs.datadoghq.com/api/ (#2117) * Use official datadog create event API. * Fix exception
* Use open_url directly to avoid failing tests. (#2680)Matt Clay2016-08-052-5/+3
|
* Add logicmonitor and logicmonitor_facts modulesJeff Wozniak2016-08-022-0/+2803
|
* [monitor] datadog_monitor add no_log secret key (#2525)Naoya Nakazawa2016-07-271-2/+2
|
* Add datadog_monitor param for datadog tags (#2541)Alex Paul2016-07-271-7/+20
| | | | | | * Add datadog_monitor param for datadog tags * Rename tags, add version_added
* added support for deleting nagios downtime (#2497)jonathanbouvier2016-07-061-1/+85
|
* fix statusio_maintenance exception handlingnitzmahone2016-06-201-2/+4
|
* Adding statusio_maintenance module (#1394)Benjamin Copeland2016-06-201-0/+478
|
* Sensu subscription bugfixes (#2380)Anders Ingemann2016-06-061-3/+5
| | | | | | * Fix syntax for exception catching * Friendlier error message as per suggestion by @bcoca
* zabbix_hostmacro: Fixed basic auth (#2330) (#2331)Artem Alexandrov2016-06-061-2/+2
|
* Add sensu_subscription module (#205)Anders Ingemann2016-06-061-0/+159
|
* Fix exception catching for python3Toshio Kuratomi2016-05-251-6/+8
|