Configure monitor
The <monitor>
section of the oobc.properties.xml
file
contains the elements that control the basic behavior of the OutOfBandChange
daemon.
XML Syntax
The following example
shows the XML code for the <monitor>
element:
<monitor>
<logFile>@syslog.file.name@</logFile>
<markerFile>@oobc.marker.file@</markerFile>
<syslogMessageSaverFile>@oobc.syslog.saver.file@</syslogMessageSaverFile>
<recoveryFile>@oobc.recovery.file@</recoveryFile>
<pollFrequencySeconds>5</pollFrequencySeconds>
<rollupAlgorithm>IdleTimeout</rollupAlgorithm>
<rollupFrequencySeconds>1800</rollupFrequencySeconds>
<fatalRestartSeconds>15</fatalRestartSeconds>
<notifyOnUnmanaged>true</notifyOnUnmanaged>
</monitor>
Description
The <monitor>
section
of the oobc.properties.xml
file gives fine control
over what syslog
file is monitored and how often
the background threads will poll event queues, rollup events, and
restart after failure.
The following table describes the XML
elements specified within the <monitor>
section
of the oobc.properties.xml
file:
XML element | Description |
---|---|
|
The readable |
|
A local or network path to a file that is writable by
the daemon. It maintains a byte count of the next line in the |
|
The prefix path to a pair of files used by the OOBC to store in memory state such that the OOBC may recover the next time it starts up. |
|
Used by the Also used by the |
|
The algorithm used for consolidating multiple parsed |
|
The number of seconds that the daemon will wait between
rollup cycles. As events are parsed from the |
|
The number of seconds that the daemon will wait after a failure causes the shutdown but before the restart of the background daemon threads. |
|
A true or false value indicating whether a syslog event, received on a device not currently managed by ITNCM - Base, should be written to the output notification log. |