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
airbrake_deployment.py
bigpanda.py
circonus_annotation.py
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
icinga2_feature.py
icinga2_host.py
librato_annotation.py BOTMETA.yml and module metadata: fix case authors (#46051) 2018-11-19 11:47:14 +00:00
logentries.py
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
nagios.py
newrelic_deployment.py
pagerduty.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
pagerduty_alert.py
pingdom.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
rollbar_deployment.py
sensu_check.py
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
stackdriver.py
statusio_maintenance.py
uptimerobot.py