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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf43 threshold_cpuload_error 3.0
H A DhealthMonitor.c129 threshold_cpuload_error = 3.0; variable
425 register_config_handler("health_monitor", "threshold_cpuload_error",
2218 } else if (strcmp(token, "threshold_cpuload_error") == 0) {
2219 threshold_cpuload_error = atof(cptr);
2917 } else if (cpuload < threshold_cpuload_error) {

Completed in 42 milliseconds