Searched refs:threshold_restime_error (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf49 threshold_restime_error 20
H A DhealthMonitor.c137 threshold_restime_error = 20; variable
434 register_config_handler("health_monitor", "threshold_restime_error",
2224 } else if (strcmp(token, "threshold_restime_error") == 0) {
2225 threshold_restime_error = atoi(cptr);
3015 if (restime > threshold_restime_error) {

Completed in 19 milliseconds