System property |
Default value |
Description |
|---|---|---|
mbs.fm.class |
– |
Contains the name of the class implementing the framework's Fault Manager. Possible values are: com.prosyst.mbs.impl.framework.module.fm.FaultManagerImpl - Default implementation, which logs faults in a file. com.prosyst.mbs.impl.framework.module.fm.MBSAFaultManagerImpl - Calls mBSA to execute the action to restore the system. |
Properties for the default implementation of the Fault manager |
||
mbs.faultmanager.file |
faults.fm |
Specifies the name of the file where fault messages will be stored. |
mbs.faultmanager.records |
20 |
Specifies the maximum number of fault records to be saved in the faults file. If this number is exceeded, the oldest records are deleted. |
mbs.faultmanager.nodate |
false |
Indicates if dates should be included in fault records. |