If a standard test does not return a result within a certain timeout interval, test status is FAILED. There are three types of timeouts:
Monitor Type |
Timeout Type |
Timeout Interval |
Comments |
ICMP ping |
fixed |
10 seconds |
|
SNMP |
fixed |
11 seconds |
Traverse retries 3 times within this period |
TCP-based (HTTP, SMTP, POP3, etc.) |
dynamic |
Largest configured threshold (End-user, Admin, or SLA) + 5 seconds |
|
UDP-based (DNS, RADIUS, NTP, etc.) |
dynamic |
Largest configured threshold (End-user, Admin, or SLA) + 3 seconds. (If all thresholds are 0, timeout is 5 seconds.) |
|
Script-based plugin monitors |
fixed |
60 seconds |
|
Script-based plugin actions |
static |
Value specified in configuration file, or 60 seconds if none specified |
Applicable when waitForTerminate property is enabled in the configuration file |