summaryrefslogtreecommitdiff
path: root/monitoring
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:25 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:02:56 -0800
commit6c7d63b15c77126b4d6a8a7668545555578469c5 (patch)
treecd1586d5342249214c7c565ff21ee51c0c46f051 /monitoring
parentca3eb7c89082682ff366546577c3db36945bf5ed (diff)
downloadansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz
Refreshed metadata for extras modules
Diffstat (limited to 'monitoring')
-rw-r--r--monitoring/airbrake_deployment.py4
-rw-r--r--monitoring/bigpanda.py4
-rw-r--r--monitoring/boundary_meter.py4
-rw-r--r--monitoring/circonus_annotation.py4
-rw-r--r--monitoring/datadog_event.py4
-rw-r--r--monitoring/datadog_monitor.py4
-rw-r--r--monitoring/honeybadger_deployment.py4
-rw-r--r--monitoring/librato_annotation.py4
-rw-r--r--monitoring/logentries.py4
-rw-r--r--monitoring/logicmonitor.py4
-rw-r--r--monitoring/logicmonitor_facts.py4
-rw-r--r--monitoring/monit.py4
-rw-r--r--monitoring/nagios.py4
-rw-r--r--monitoring/newrelic_deployment.py4
-rw-r--r--monitoring/pagerduty.py4
-rw-r--r--monitoring/pagerduty_alert.py4
-rw-r--r--monitoring/pingdom.py4
-rw-r--r--monitoring/rollbar_deployment.py4
-rw-r--r--monitoring/sensu_check.py4
-rw-r--r--monitoring/sensu_subscription.py4
-rw-r--r--monitoring/stackdriver.py4
-rw-r--r--monitoring/statusio_maintenance.py4
-rw-r--r--monitoring/uptimerobot.py4
-rw-r--r--monitoring/zabbix_group.py4
-rw-r--r--monitoring/zabbix_host.py4
-rw-r--r--monitoring/zabbix_hostmacro.py4
-rw-r--r--monitoring/zabbix_maintenance.py4
-rw-r--r--monitoring/zabbix_screen.py4
28 files changed, 112 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
"""
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
# 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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
#
+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 <http://www.gnu.org/licenses/>.
#
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
+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 <http://www.gnu.org/licenses/>.
#
+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 <http://www.gnu.org/licenses/>.
#
+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 <http://www.gnu.org/licenses/>.
+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