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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c158 float threshold_dnlc_active = 100.0, threshold_dnlc_warning = 80; variable
443 register_config_handler("health_monitor", "threshold_dnlc_warning",
2230 } else if (strcmp(token, "threshold_dnlc_warning") == 0) {
2231 threshold_dnlc_warning = atof(cptr);
3213 if (hitrate > threshold_dnlc_warning) {

Completed in 537 milliseconds