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

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Ddemo_module_4.conf19 threshold_loadavg15 3.0
H A Dme4LoadGroup.c47 float threshold_loadavg1 = 1.0, threshold_loadavg5 = 2.0, threshold_loadavg15 = 3.0; variable
127 register_config_handler("demo_module_4", "threshold_loadavg15",
341 } else if (strcmp(token, "threshold_loadavg15") == 0) {
342 threshold_loadavg15 = atof(cptr);
643 if (currentLoad > threshold_loadavg15)

Completed in 25 milliseconds