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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c128 float threshold_cpuload_info = 1.0, threshold_cpuload_warning = 2.0, variable
422 register_config_handler("health_monitor", "threshold_cpuload_warning",
2216 } else if (strcmp(token, "threshold_cpuload_warning") == 0) {
2217 threshold_cpuload_warning = atof(cptr);
2914 } else if (cpuload < threshold_cpuload_warning) {

Completed in 22 milliseconds