AutoPatrol
191
edits
Line 308: | Line 308: | ||
For example, if you are creating a custom event that is intended to be generated when file system is low on free space, and wish to include file system name, actual free space, and threshold's value into event's message text, you can use message template like this: | For example, if you are creating a custom event that is intended to be generated when file system is low on free space, and wish to include file system name, actual free space, and threshold's value into event's message text, you can use message template like this: | ||
File system %6 has only %4 bytes of free space (threshold: %3 bytes) | |||
For events generated on threshold's return to inactive state (default event is SYS_THRESHOLD_REARMED), parameter list is different: | For events generated on threshold's return to inactive state (default event is SYS_THRESHOLD_REARMED), parameter list is different: |