Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
BurnSoft edited this page Jan 23, 2017 · 5 revisions

About

The BSSM is the main process, even though BSSMService is the one that kicks it off, the BSSM is Manager and Task Scheduler of this Project. All the Settings are stored the in AppSettings of the app.config ( BSSM.exe.config )

Child Processes

BSSM_PingManager
DBMaint
BSSM_ColHealth
BSSM_NMAP
BSSM_WebManager
BSPortManager

AppSettings

Key Value Description
DEBUG false Enable Debugging Log
CONSOLE false Push Messages to console window ( not useful when running as a service )
LOGFILE logs\bssm.err.log Application Error Log, if it breaks, check here
BUGFILE logs\bssm.debug.log Application Debug Log, extra messages are sent to this log file to allow you to see what it is doing.
SHORTPATH ~1 DOS 8 bit ShortPath Version
TIMER_INTERVAL 15
RUNPROGRAM BSSM_PingManager.exe"
USE_EVENT_LOG false
EVENT_SOURCE BSSM Processs Manager
EVENT_LOG BurnSoft
EVENT_ID_INFO 690
Clone this wiki locally