1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/modules/monitoring
Mark Mercado 6165438689
StatsD Module (#1793)
* Pushing my WIP

* Update DOCUMENTATION

* Update EXAMPLES

* More friendly name

* Finish up the counter and gauge logic

* Cleanup DOCUMENTATION and add metric_type

* Apply autopep8

* Fixup the exits

* Stubbing out unit tests

* Whitespace

* Whitespace

* Removing unused modules

* Remove unused modules

* Might have have a prefix

* Rearrange imported modules

* Cleanup the if/elif blob

* Require python >= 2.7

* Update DOCUMENTATION

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update DOCUMENTATION

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add import guarding on statsd

* Add missing future import

* Include missing_required_lib

* Fixing sanity tests

* Fixing delta default and choices

* Formatting

* Close tcp connection

* Refactoring and unit tests

* Fix pep8 sanity tests

* Putting requirements.txt back to main

* Apply suggestions from code review

Co-authored-by: Mark Mercado <mmercado@digitalocean.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-02-16 11:46:39 +01:00
..
__init__.py
test_circonus_annotation.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_datadog_downtime.py Add downtime module (#1437) 2020-12-15 19:50:42 +01:00
test_icinga2_feature.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_monit.py Update CI (#1782) 2021-02-11 10:24:58 +01:00
test_pagerduty.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_pagerduty_alert.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_pagerduty_change.py Adds a module for sending PagerDuty change events. (#1269) 2020-11-13 11:44:57 +03:00
test_statsd.py StatsD Module (#1793) 2021-02-16 11:46:39 +01:00