If the gaugefs process will not stop or seems to be hung, you can manually kill and restart the process. Restarting the whole appliance is always an option, but if you can't risk losing any capture data, restarting the gaugefs process independently is a good option.
NOTE: if there are any current reports running, this process will terminate those reports.
To restart gaugefs, run the following commands as root from a terminal session (please note the use of back-tick's around the pid command, not apostrophes):
systemctl stop monit
kill -9 `pidof gaugefs`
systemctl restart solera-gaugefs
systemctl start monit
Run df -h
and confirm that gaugefs shows up in the Filesystem mount list