Closed rafalkalinski closed 1 month ago
ChatGPT says:
LC_ALL=C free | grep -i mem | awk 'NR == 1 {print $3/$2*100}'
should do the trick. The hack for German wound not be needed anymore. Briefly checking - it works.
This is fixed in version 0.9.5
I had system messages in Polish (because I choose pl_PL during installation) and
free
is generating something like:And finally check_memory is not able to find what it's looking for.
I switched to en_GB (removing PL entirely) and it works.
Installed rpi-mqtt-monitor version: 0.9.3