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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
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 21 milliseconds