From 6c7d63b15c77126b4d6a8a7668545555578469c5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 6 Dec 2016 02:35:25 -0800 Subject: Refreshed metadata for extras modules --- monitoring/airbrake_deployment.py | 4 ++++ monitoring/bigpanda.py | 4 ++++ monitoring/boundary_meter.py | 4 ++++ monitoring/circonus_annotation.py | 4 ++++ monitoring/datadog_event.py | 4 ++++ monitoring/datadog_monitor.py | 4 ++++ monitoring/honeybadger_deployment.py | 4 ++++ monitoring/librato_annotation.py | 4 ++++ monitoring/logentries.py | 4 ++++ monitoring/logicmonitor.py | 4 ++++ monitoring/logicmonitor_facts.py | 4 ++++ monitoring/monit.py | 4 ++++ monitoring/nagios.py | 4 ++++ monitoring/newrelic_deployment.py | 4 ++++ monitoring/pagerduty.py | 4 ++++ monitoring/pagerduty_alert.py | 4 ++++ monitoring/pingdom.py | 4 ++++ monitoring/rollbar_deployment.py | 4 ++++ monitoring/sensu_check.py | 4 ++++ monitoring/sensu_subscription.py | 4 ++++ monitoring/stackdriver.py | 4 ++++ monitoring/statusio_maintenance.py | 4 ++++ monitoring/uptimerobot.py | 4 ++++ monitoring/zabbix_group.py | 4 ++++ monitoring/zabbix_host.py | 4 ++++ monitoring/zabbix_hostmacro.py | 4 ++++ monitoring/zabbix_maintenance.py | 4 ++++ monitoring/zabbix_screen.py | 4 ++++ 28 files changed, 112 insertions(+) (limited to 'monitoring') diff --git a/monitoring/airbrake_deployment.py b/monitoring/airbrake_deployment.py index d6daec2c..124a801e 100644 --- a/monitoring/airbrake_deployment.py +++ b/monitoring/airbrake_deployment.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: airbrake_deployment diff --git a/monitoring/bigpanda.py b/monitoring/bigpanda.py index 7e818092..90b37841 100644 --- a/monitoring/bigpanda.py +++ b/monitoring/bigpanda.py @@ -16,6 +16,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: bigpanda diff --git a/monitoring/boundary_meter.py b/monitoring/boundary_meter.py index d41c2659..ccbf0140 100644 --- a/monitoring/boundary_meter.py +++ b/monitoring/boundary_meter.py @@ -22,6 +22,10 @@ You should have received a copy of the GNU General Public License along with Ansible. If not, see . """ +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: boundary_meter diff --git a/monitoring/circonus_annotation.py b/monitoring/circonus_annotation.py index 2435c3ca..5e9029e9 100644 --- a/monitoring/circonus_annotation.py +++ b/monitoring/circonus_annotation.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: circonus_annotation diff --git a/monitoring/datadog_event.py b/monitoring/datadog_event.py index 30fb2caf..4e3bf03b 100644 --- a/monitoring/datadog_event.py +++ b/monitoring/datadog_event.py @@ -29,6 +29,10 @@ try: except: HAS_DATADOG = False +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: datadog_event diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py index d10dd70c..50a067d8 100644 --- a/monitoring/datadog_monitor.py +++ b/monitoring/datadog_monitor.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . # import module snippets +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: datadog_monitor diff --git a/monitoring/honeybadger_deployment.py b/monitoring/honeybadger_deployment.py index c9b62f0d..362af679 100644 --- a/monitoring/honeybadger_deployment.py +++ b/monitoring/honeybadger_deployment.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: honeybadger_deployment diff --git a/monitoring/librato_annotation.py b/monitoring/librato_annotation.py index d73de459..838abf14 100644 --- a/monitoring/librato_annotation.py +++ b/monitoring/librato_annotation.py @@ -20,6 +20,10 @@ # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: librato_annotation diff --git a/monitoring/logentries.py b/monitoring/logentries.py index c772b6a1..a85679ef 100644 --- a/monitoring/logentries.py +++ b/monitoring/logentries.py @@ -16,6 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: logentries diff --git a/monitoring/logicmonitor.py b/monitoring/logicmonitor.py index 3f2267cf..f2267207 100644 --- a/monitoring/logicmonitor.py +++ b/monitoring/logicmonitor.py @@ -65,6 +65,10 @@ success: ''' +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: logicmonitor diff --git a/monitoring/logicmonitor_facts.py b/monitoring/logicmonitor_facts.py index 71705052..5ade901a 100644 --- a/monitoring/logicmonitor_facts.py +++ b/monitoring/logicmonitor_facts.py @@ -52,6 +52,10 @@ except ImportError: HAS_LIB_JSON = False +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: logicmonitor_facts diff --git a/monitoring/monit.py b/monitoring/monit.py index f7c46b86..5e88c7b5 100644 --- a/monitoring/monit.py +++ b/monitoring/monit.py @@ -20,6 +20,10 @@ # import time +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: monit diff --git a/monitoring/nagios.py b/monitoring/nagios.py index b14d03e9..78bd897e 100644 --- a/monitoring/nagios.py +++ b/monitoring/nagios.py @@ -15,6 +15,10 @@ # along with this program. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: nagios diff --git a/monitoring/newrelic_deployment.py b/monitoring/newrelic_deployment.py index 4d47169e..c8f87032 100644 --- a/monitoring/newrelic_deployment.py +++ b/monitoring/newrelic_deployment.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: newrelic_deployment diff --git a/monitoring/pagerduty.py b/monitoring/pagerduty.py index e2ba95fe..43d93501 100644 --- a/monitoring/pagerduty.py +++ b/monitoring/pagerduty.py @@ -16,6 +16,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: pagerduty diff --git a/monitoring/pagerduty_alert.py b/monitoring/pagerduty_alert.py index e2d127f0..f011b902 100644 --- a/monitoring/pagerduty_alert.py +++ b/monitoring/pagerduty_alert.py @@ -16,6 +16,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: pagerduty_alert diff --git a/monitoring/pingdom.py b/monitoring/pingdom.py index 8b719e48..d37ae44a 100644 --- a/monitoring/pingdom.py +++ b/monitoring/pingdom.py @@ -15,6 +15,10 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: pingdom diff --git a/monitoring/rollbar_deployment.py b/monitoring/rollbar_deployment.py index c1318647..5ee332fc 100644 --- a/monitoring/rollbar_deployment.py +++ b/monitoring/rollbar_deployment.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: rollbar_deployment diff --git a/monitoring/sensu_check.py b/monitoring/sensu_check.py index 9acbfefa..77a39647 100644 --- a/monitoring/sensu_check.py +++ b/monitoring/sensu_check.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: sensu_check diff --git a/monitoring/sensu_subscription.py b/monitoring/sensu_subscription.py index 192b474e..90535ad2 100644 --- a/monitoring/sensu_subscription.py +++ b/monitoring/sensu_subscription.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: sensu_subscription diff --git a/monitoring/stackdriver.py b/monitoring/stackdriver.py index 25158869..b20b1911 100644 --- a/monitoring/stackdriver.py +++ b/monitoring/stackdriver.py @@ -15,6 +15,10 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: stackdriver diff --git a/monitoring/statusio_maintenance.py b/monitoring/statusio_maintenance.py index 9e5beb3d..5533e454 100644 --- a/monitoring/statusio_maintenance.py +++ b/monitoring/statusio_maintenance.py @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: statusio_maintenance diff --git a/monitoring/uptimerobot.py b/monitoring/uptimerobot.py index ec575874..3a87c383 100644 --- a/monitoring/uptimerobot.py +++ b/monitoring/uptimerobot.py @@ -15,6 +15,10 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: uptimerobot diff --git a/monitoring/zabbix_group.py b/monitoring/zabbix_group.py index 2dd8d983..ff90db01 100644 --- a/monitoring/zabbix_group.py +++ b/monitoring/zabbix_group.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: zabbix_group diff --git a/monitoring/zabbix_host.py b/monitoring/zabbix_host.py index 611a5f9f..aa113efe 100644 --- a/monitoring/zabbix_host.py +++ b/monitoring/zabbix_host.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: zabbix_host diff --git a/monitoring/zabbix_hostmacro.py b/monitoring/zabbix_hostmacro.py index 446f658b..75c552cf 100644 --- a/monitoring/zabbix_hostmacro.py +++ b/monitoring/zabbix_hostmacro.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: zabbix_hostmacro diff --git a/monitoring/zabbix_maintenance.py b/monitoring/zabbix_maintenance.py index 7fe0a494..4d4c1d97 100644 --- a/monitoring/zabbix_maintenance.py +++ b/monitoring/zabbix_maintenance.py @@ -19,6 +19,10 @@ # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' module: zabbix_maintenance diff --git a/monitoring/zabbix_screen.py b/monitoring/zabbix_screen.py index 85af561c..7e0ade2a 100644 --- a/monitoring/zabbix_screen.py +++ b/monitoring/zabbix_screen.py @@ -20,6 +20,10 @@ # +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: zabbix_screen -- cgit v1.2.1