Saeshnikov / Linux-monitoring-utility

MIT License
2 stars 0 forks source link

prototype: tmpRM flag does not work #115

Closed denis-koptev closed 3 months ago

denis-koptev commented 3 months ago

I ran prototype with the following command:

root@platform-dev:/tmp/lmu# lmu -T 30 -t 10 -tmpRM false

Temp directory is configured as

root@platform-dev:/tmp/lmu# grep tmpPath /etc/lmu/lmuConfig.yaml
tmpPath: "/tmp/lmu/work"

But when lmu finishes temp directory is empty

root@platform-dev:/tmp/lmu# ls work/ | wc -l
0