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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf58 threshold_dnlc_warning 80.0
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 19 milliseconds