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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c121 float threshold_mincalls = 0.1, threshold_badxids = 0.0, threshold_timeouts = 5.0; variable
410 register_config_handler("health_monitor", "threshold_mincalls",
2208 } else if (strcmp(token, "threshold_mincalls") == 0) {
2209 threshold_mincalls = atof(cptr);
2795 if (calls <= threshold_mincalls) {
2798 * sense that no trap is sent when calls is < threshold_mincalls.

Completed in 1676 milliseconds