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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf35 threshold_mincalls 0.1
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 18 milliseconds