FTS-2104: Remove ServerConfig FileMonitor thread
The ServerConfig FileMonitor thread implementation crash when it tries to re-read FTS configuration files. This produce a deadlock on all the FTS configuration variables of the ServerConfig and block many parts of FTS daemons waiting on the lock.
Closes FTS-2104