community.general/lib/ansible/modules/monitoring
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
2018-12-16 15:03:19 -08:00
..
zabbix Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
airbrake_deployment.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
bigpanda.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
circonus_annotation.py Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
datadog_event.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
datadog_monitor.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
grafana_dashboard.py Fix grafana_dashboard py2/3 compatibility (#49194) 2018-12-12 12:42:55 -05:00
grafana_datasource.py grafana_datasource: Add CloudWatch as grafana datasource type (#48174) 2018-11-29 20:58:49 +01:00
grafana_plugin.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
honeybadger_deployment.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
icinga2_feature.py icinga2_feature: fix module in check_mode (#39853) 2018-05-14 16:14:42 +05:30
icinga2_host.py Update icinga2_host.py (#40603) 2018-05-23 22:29:30 +05:30
librato_annotation.py BOTMETA.yml and module metadata: fix case authors (#46051) 2018-11-19 11:47:14 +00:00
logentries.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
logicmonitor.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
logicmonitor_facts.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
logstash_plugin.py Add logstash_plugin example for lower heap size 2018-10-01 12:01:24 -04:00
monit.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
nagios.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
newrelic_deployment.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pagerduty.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
pagerduty_alert.py Update pagerduty modules to rest v2 (#42618) 2018-07-31 10:39:29 -04:00
pingdom.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
rollbar_deployment.py Explicitly pass HTTP method to fetch_url 2018-07-23 07:42:19 -07:00
sensu_check.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
sensu_client.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
sensu_handler.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
sensu_silence.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
sensu_subscription.py Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
spectrum_device.py Fix returned landscape value when using python3 2018-03-29 11:44:05 -07:00
stackdriver.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
statusio_maintenance.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
uptimerobot.py Fix non-HTTPS endpoint (#40601) 2018-05-23 22:42:33 +05:30