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

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

Completed in 92 milliseconds