|
|
|
completeCommandLineOnAIX
|
When set to '1', process information on the given host is obtained using the normal (system V) "ps" command instead of the custom AIX command.
|
dfCommand
|
df command executed to retrieve filesystems information for the given Linux and UNIX systems.
|
dfCommand2
|
df command executed to retrieve filesystem inode usage information for the given Linux and UNIX systems.
|
fileFindCommand
|
On Linux and UNIX systems, command line to retrieve all files matching the monitored file mask.
Default: find %{FILENAME} -prune.
|
fileFindCommandOneDay
|
On Linux and UNIX systems, command line to retrieve the list of files matching the monitored file mask that were created or modified less than 24 hours ago.
Default: find %{FILENAME} -prune -mtime -1.
|
fileFindCommandSevenDays
|
On Linux and UNIX systems, command-line to retrieve the list of files matching the monitored file mask that were created or modified less than 7 days ago.
Default: find %{FILENAME} -prune -mtime -8.
|
maxFileSizeRead
|
Maximum numbers of characters that should be read from a LOG file in a single collect to perform string searches, numeric value extractions, etc. Remaining text left will be read at the next collect.
Default: 33554432 bytes (32MB).
|
newerFileFindCommand
|
On Linux and UNIX systems, command line to retrieve all files matching the monitored file mask that are newer than the currently monitored file.
Default: find %{FILENAME} -prune -newer %{MONITOREDFILE}.
|
psCommand
|
ps command executed to retrieve process information for the given Linux or UNIX host.
|
psCommand2
|
Additional ps command executed to retrieve additional process information for the given Linux or UNIX host.
|
psCommand3
|
ps command executed to retrieve process performance data for the given Linux and UNIX systems.
|
restartFromStartUponFileSizeDecrease
|
When set to '1', LOG files on this host are read from the start if their size decreases, indicating the file was purged.
Default: 1.
|
snmpRetryIntervals
|
Specifies the interval (in milliseconds) at which the SNMP client must retry its requests until a response is received or the timeout is reached. (Comma-separated list of intervals in milliseconds).
Example: snmpRetryIntervals == 1000,5000,10000,15000 for the SNMP client to retry after 1 sec, then after 5 secs, then after 10 secs.
After 15 seconds, a timeout error will be triggered.
Empty = Not set.
|