|
|
|
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).
|
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.
|
psCommand
|
ps command executed to retrieve process information for the given Linux or UNIX Host.
|
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 after 1 second, 5 seconds, 10 seconds and 15 seconds intervals (i.e. after a total of 31 seconds with 4 retries a timeout error will be triggered. (Comma-separated list of intervals in milliseconds).
Default: 500, 1000, 2000, 5000, 5000, which means retries after 0.5, 1, 2, 5 and 5 seconds for a total of 13.5 seconds in 5 retries, before a timeout error is triggered.
Empty = Not set.
|