Configuring low disk space monitoring
Striim monitors the available disk space on the following:
the root directory
/the directories specified in the
UsedDirsproperty instartUp.properties(by default,/opt/striim,/var/striim,/var/log/striimall subdirectories of those directories
If some of your data is stored elsewhere, edit startUp.properties and change the value of the UsedDirs property. For example, to also monitor a drive mapped to /data:
UsedDirs=/opt/striim/,/var/log/striim/,/var/striim/,/data
To disable low disk space monitoring (not recommended), leave the value of UsedDirs blank.
Then restart the server as described in Starting and stopping Striim Platform.