Monitoring Lightspeed Live Via Snmp; Enabling Snmp Monitoring - Telestream Lightspeed Live Capture User Manual

With componentpac 7.2
Hide thumbs Also See for Lightspeed Live Capture:
Table of Contents

Advertisement

Monitoring Lightspeed Live via SNMP

Management Information Base (MIB) files are provided for those organizations wanting
to manage their Lightspeed Live servers via SNMP.
MIB files can be found on the Lightspeed Live server in this location:
C:\Program Files\Telestream\Live Stream Server
MIB files can also be found on the Lightspeed Live DVD or USB thumb-drive in the
SNMP folder.

Enabling SNMP Monitoring

The user needs to add three lines to the SourceService.exe.config and
LiveService.exe.config files in order to enable SNMP traps and configure ports. For more
information about log files see
Appendix A.
Note: The ports need to be different in each configuration file and a value of 162
should not be used.
The following example shows a typical configuration file. The lines in red are the ones
that need to be added to the existing configuration files by the user:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<extensions>
<add assembly="NLog.Targets.Snmp" />
</extensions>
<targets>
<target name="logconsole" xsi:type="Console" layout="[${level}]
${message}" />
<target name="logfile" xsi:type="File" archiveAboveSize="10000000"
maxArchiveFiles="1000"
fileName="${specialfolder:folder=ApplicationData}/Live/SNMPLogs/
LiveService-${date:format=yyyy-MM-dd}-log.txt" layout="${longdate}
[${level}] ${message}" />
<target name="snmp" xsi:type="Snmp" port="163" />
</targets>
<rules>
<logger name="*" minlevel="Info" writeTo="logconsole" />
<logger name="*" minlevel="Warn" writeTo="logfile" />
<logger name="*" minlevel="Info" writeTo="snmp" />
</rules>
</nlog>
Lightspeed Live Capture User Guide
Using Log Files and Other Support Information
Installing and Maintaining the Server
Monitoring Lightspeed Live via SNMP
in
51

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Lightspeed Live Capture and is the answer not in the manual?

Table of Contents