Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Treinish 795bfc15f5
Revert "Retire this repo"
There is some renewed interest in this utility. So attempting to revive
development on this repo.

This reverts commit 69bd5cfda1.

Change-Id: I056ec9937cdb0c8469f01c14764d38cb2f2ef6ca
2024-01-09 13:47:04 -05:00
Clark Boylan 69bd5cfda1 Retire this repo
The opendev project stopped running its mqtt service and no longer uses
the mqtt_statsd tool. To simplify things for us we are taking the extra
step of retiring this repo.

Change-Id: Ibb16b80676666859eaa0e2d6375236cabf4296b9
2022-02-17 13:10:58 -08:00
OpenDev Sysadmins 1ee96af8bd OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:01 +00:00
Matthew Treinish 4a5adf8cca
Fix usability around CLI
The cli is super straightforward, with just a single argument. But, that
doesn't mean people won't forget the config file or specify extra args
by mistake. This commit adds a --help/-h flag which will print the usage
information. It also will handle the case when an incorrect number of
arguments are supplied and refer the user to --help.
2017-04-03 22:59:11 -04:00
Matthew Treinish 80852893a5
Remove upper constraints usage from tox.ini 2017-04-03 22:54:48 -04:00
Matthew Treinish ea2bc36a72
Fix flake8 again 2017-04-03 22:16:41 -04:00
Matthew Treinish 3b49bd5aa9
Fix MQTT subscriptions
There were a few typos and bugs in the MQTT subscription code. This
fixes those so MQTT actually connects and subscribes properly.
2017-04-03 22:14:07 -04:00
Matthew Treinish 1e7bde58bb
Fix flake8 issues
This commit fixes a bunch of flake8 issues to unblock ci (assuming there
was any).
2017-04-03 17:05:18 -04:00
Matthew Treinish 5c263c402f
Initial commit
This commit adds the basic framework of mqtt_statsd. It hasn't been
tested yet, so it likely doesn't work. But, the basic approach is there
and it's just a matter of figuring out where I can't type.
2017-04-03 16:55:47 -04:00
Matthew Treinish 8b9a861942 Initial Cookiecutter Commit. 2017-04-03 15:25:21 -04:00