Installing and Maintaining the Server
Monitoring Lightspeed Live via SNMP
51
Lightspeed Live Capture User Guide
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
Using Log Files and Other Support Information
in
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
Страница 1: ...June 2019 277130 Lightspeed Live Capture Guide Live Capture 3 0 with ComponentPac 7 2...
Страница 22: ...Contents 22...
Страница 52: ...Installing and Maintaining the Server Monitoring Lightspeed Live via SNMP 52 Lightspeed Live Capture User Guide...
Страница 196: ...Using the Tape Capture Web Application Using the Job Status View in Tape Capture 196 Lightspeed Live Capture User Guide...
Страница 208: ...Calculating Live Capture Resources Lightspeed Live Capture Resource Calculator 208 Lightspeed Live Capture User Guide...
Страница 216: ...Appendix A Support Using Log Files and Other Support Information 216 Lightspeed Live Capture User Guide...
Страница 316: ...Appendix B Containers Codecs and Vantage Actions Vantage Actions 316 Lightspeed Live Capture User Guide...