How to Autostart Interactive Syslog Viewer#

Overview#

This FAQ explains how to configure Interactive Syslog Viewer to start automatically when Windows boots, ensuring continuous syslog monitoring without manual intervention.

Background#

Interactive Syslog Viewer is a Windows application designed for real-time syslog message monitoring and analysis. By default, it must be launched manually after each system startup. For production environments or dedicated monitoring systems, automatic startup provides continuous availability.

The application supports command-line parameters that enable auto-listening mode, making it suitable for unattended operation.

Methods for Autostarting Interactive Syslog Viewer#

There are two primary methods to configure Interactive Syslog Viewer to start automatically on Windows:

Available Command-Line Parameters#

Interactive Syslog Viewer supports the following command-line parameters for customization:

  • /autolisten - Automatically start the syslog server upon launch

  • /port=<port_number> - Override the configured listening port (e.g., /port=10514)

  • /windowpos <x>,<y>,<width>,<height> - Set the default window position and size (e.g., /windowpos 0,0,512,800)

  • /? - Display available command-line options

Example combined usage:

"C:\Program Files (x86)\MonitorWare Agent\InterActive SyslogViewer.exe" /autolisten /port=514 /windowpos 0,0,1024,768

Summary#

Interactive Syslog Viewer can be configured to start automatically on Windows using either the Startup folder (for user-based startup) or Task Scheduler (for system-wide startup). The /autolisten command-line parameter enables automatic syslog listening, making the application suitable for unattended monitoring scenarios.

For production environments requiring robust syslog collection, logging, and processing capabilities, consider using WinSyslog or MonitorWare Agent, which are designed specifically for server-side syslog operations.