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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf53 threshold_freemem_low 1
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 20 milliseconds