Searched defs:threshold_restime_long (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c136 int threshold_restime_long = 600, threshold_restime_ok = 40, variable
428 register_config_handler("health_monitor", "threshold_restime_long",
2220 } else if (strcmp(token, "threshold_restime_long") == 0) {
2221 threshold_restime_long = atoi(cptr);
2997 restime = threshold_restime_long;
3002 if (restime > threshold_restime_long) {
3003 restime = threshold_restime_long;
3005 if (restime >= threshold_restime_long) {

Completed in 22 milliseconds