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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf57 threshold_dnlc_active 100.0
H A DhealthMonitor.c158 float threshold_dnlc_active = 100.0, threshold_dnlc_warning = 80; variable
440 register_config_handler("health_monitor", "threshold_dnlc_active",
2228 } else if (strcmp(token, "threshold_dnlc_active") == 0) {
2229 threshold_dnlc_active = atof(cptr);
3209 if (refrate < threshold_dnlc_active) {

Completed in 2638 milliseconds