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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
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 22 milliseconds