Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Begin committed Aug 3, 2020
1 parent 90b50b6 commit 69223f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metrics2mqtt/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def main():
net = NetworkMetrics(n,i)
stats.add_metric(net)

if not (args.vm or args.cpu or args.du):
if not (args.vm or args.cpu or args.du or args.net):
logger.warning("No metrics specified. Nothing will be published.")

stats.connect()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'metrics2mqtt',
packages = ['metrics2mqtt'],
version = '0.1.13',
version = '0.1.14',
license='MIT',
description = 'Publish cross-platorm system performance metrics to a MQTT broker',
author_email = 'jjbegin@gmail.com',
url = 'https://github.com/jamiebegin/metrics2mqtt',
download_url = 'https://github.com/jamiebegin/metrics2mqtt/archive/v0.1.13.tar.gz',
download_url = 'https://github.com/jamiebegin/metrics2mqtt/archive/v0.1.14.tar.gz',
keywords = ['mqtt', 'psutil', 'metrics'],
setup_requires = [
'wheel'
Expand Down

0 comments on commit 69223f2

Please sign in to comment.