Searched defs:threshold_restime_ok (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
431 register_config_handler("health_monitor", "threshold_restime_ok",
2222 } else if (strcmp(token, "threshold_restime_ok") == 0) {
2223 threshold_restime_ok = atoi(cptr);
3011 if (restime > threshold_restime_ok) {

Completed in 816 milliseconds