Closed iainp999 closed 4 years ago
Did you try to use the mounted path (/) not device path (/dev/sda2) ?
psmqtt/<myhost>/request/disk_usage/free/|
I think I just rubber-ducked this one, sorry :)
Thanks @eschava - that was exactly my issue. It was only when I checked in the .conf file that I saw the example.
Hi,
Thanks for this project.
I am running on ubuntu, and a little confused by some of the results I am getting. Of course, this could easily be user error :)
Disk space according to
df -h
:I am making a request on a topic as follows
psmqtt/<myhost>/request/disk_usage/free/|dev|sda2
listening on
psmqtt/<myhost>/disk_usage/free/|dev|sda2
, I receive the value3927171072
which at a glance, looks about right, but if this is bytes, then
Where am I going wrong? :)