ElifNone Agent
Checks for a file's absence.
Entry Point
- Monitor---Checks for the specified file. If it exists, the agent reports as FAULTED. If it does not exist, the agent reports as ONLINE.
Type Definition
type ElifNone (
static str ArgList[] = { PathName }
static int OfflineMonitorInterval = 60
static str Operations = None
str PathName
)
Required Attribute
Required Attribute
|
Description, Type and Dimension, Default, and Example
|
PathName
|
Specifies the complete pathname. Starts with a slash (/) preceding the file name.
|
Sample Configuration
ElifNone tmp_file01 (
PathName = "/tmp/file01"
)
|