The Record manager log page displays log entries created by the Kaseya Record Manager
service. This service is installed when Network Monitor is installed. Record Manager provides statistical storage and query functions for Network Monitor. It based on the same service class as the Kaseya Network Monitor
service so the same install/uninstall commands work with both.
Folders
Record Manager has one base directory specified in the rminit.cfg
file. This directory contains one folder for each day and a folder called realtime
. The realtime
folder contains X
number of records per monitor to serve as a quick access cache. This file can be rebuilt.
rminit.cfg
Record Manager has an "init" file called rminit.cfg
containing the following parameters:
# Record manager configuration file
bind_if=
listen_port=3030
storage_path=rmstorage
service_name=Kaseya Record Manager
display_name=Kaseya Record Manager
RPC
Record Manager communicates with Network Monitor using RPC on port 3030 (default) using TCP/IP protocol. By default Record Manager is installed in the same directory as KNM
. If necessary, Record Manager can be installed on a different machine.
The KNM init.cfg
parameters must be modified to reflect this.
RECORDMGR_HOST=host_name_or_ip
RECORDMGR_PORT=3030
System admin console related commands
Command |
Switch |
Description |
Status |
-recordmgr |
Prints record manager status messages. |
recordmgr-rebuild |
YYYY-MM-DD |
Rebuilds the file for the specified date, ex. 2012-09-01. |
recordmgr-rebuild |
-all |
Rebuilds all final files. Should be used with extreme care. This operation may take hours to complete. During this time reports may not deliver the correct result. |