...
It runs in the background (as a program or as a service) and periodically scans a specified LOG file. It detects the following messages and executes the associated scripts (created manually):
Error code | Description | Script executed |
---|---|---|
00000424 | Detected removal of a license. | nolicense.bat |
0000040B | License has changed. License detected and online. | license_changed.bat |
The Log Monitor & Dispatcher service is installed as EmulatorLogMonitor. By default it is installed in such a way that requires explicit actions to be started (either through a command line interface or using the standard ways of service management). For unattended execution, change the service’s configuration so that Windows starts the service automatically.
...
Note |
---|
The user action file will not invoke interactive applications as it may run in an environment where interactive services do not work, for example: when “Log Monitor & Dispatcher” is installed as a service. |
Starting in background mode
In order to start the Log Monitor & Dispatcher as a background application:
- Open "cmd.exe" from the "Start" menu.
- Change current directory to the folder (presumably) containing the CHARON configuration file.
- Start the Log Monitor & Dispatcher using the following command line as an example:
For single log file:
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” C:\my_charon.log |
For rotating log file:
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” -l <log-directory> -p <log-prefix> |
where:
- <log-directory> is the directory where the rotating log files are stored
- <log-prefix> is the same as the "configuration_name" value in corresponding CHARON configuration file (or "hw_model", if "configuration_name" is not specified).
Div | ||
---|---|---|
| ||
Example:
|
To stop the Log Monitor & Dispatcher application, open the Task Manager, find the “logmond.exe” process and terminate it.
Include Page | ||||
---|---|---|---|---|
|
Installing as a service
In order to install the Log Monitor & Dispatcher as a background application:
Open "cmd.exe" from the "Start" menu in "Run as Administrator" mode.
- Install Log Monitor & Dispatcher service using the following command line as an example:
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” -r |
As result the "logmond" service has "Manual" service start type. Use Windows service management tools to change this mode to "Automatic" if it is required.
Note |
---|
|
Include Page | ||||
---|---|---|---|---|
|
Starting the Log Monitor and Dispatcher service
In order to start the Log Monitor & Dispatcher as a background application:
Open "cmd.exe" from the "Start" menu in "Run as Administrator" mode.
- Start the Log Monitor & Dispatcher service using the following command line as an example:
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” -u |
It is also possible to use Windows service management tools to start up the service.
As soon as "logmond" service is installed this way, and started, it monitors all CHARON instances (provided that these are installed as services).
It does NOT monitor emulator instances started from Launcher or manually from command line prompt, these cases can still be monitored with "logmond" invoked from command line prompt with name of the log file as an argument (see above).
Include Page | ||||
---|---|---|---|---|
|
Stopping the Log Monitor and Dispatcher service
In order to stop the Log Monitor & Dispatcher as a background application:
Open "cmd.exe" from the "Start" menu in "Run as Administrator" mode.
- Stop the Log Monitor & Dispatcher service using the following command line as an example
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” -d |
It is also possible to use Windows service management tools to stop the service.
Include Page | ||||
---|---|---|---|---|
|
Uninstalling the Log Monitor and Dispatcher service
In order to uninstall the Log Monitor & Dispatcher as a background application:
Open "cmd.exe" from the "Start" menu in "Run as Administrator" mode.
- Uninstall the Log Monitor & Dispatcher service using the following command line as an example
...> “C:\Program Files\CHARON\Build_XXX\x64\logmond” -r |
Include Page | ||||
---|---|---|---|---|
|
Log Monitor and Dispatcher best practice
Refer to this article in the Appendixes for proper configuration of the "nolicense.bat" file to establish needed actions on the dongle removal.
Include Page | ||||
---|---|---|---|---|
|