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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf36 threshold_badxids 0.0
H A DhealthMonitor.c121 float threshold_mincalls = 0.1, threshold_badxids = 0.0, threshold_timeouts = 5.0; variable
413 register_config_handler("health_monitor", "threshold_badxids",
2210 } else if (strcmp(token, "threshold_badxids") == 0) {
2211 threshold_badxids = atof(cptr);
2818 maxbadxid = threshold_badxids * timeouts / 100.0;

Completed in 17 milliseconds