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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c144 int threshold_freemem_low = 1; variable
437 register_config_handler("health_monitor", "threshold_freemem_low",
2226 } else if (strcmp(token, "threshold_freemem_low") == 0) {
2227 threshold_freemem_low = atoi(cptr);
3120 if (mem_free > threshold_freemem_low) {

Completed in 1243 milliseconds