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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf63 disk_busy_problem 30.0
H A DhealthMonitor.c166 long disk_busy_warning = 10.0, disk_busy_problem = 30.0, disk_svc_t_warning = 20.0, variable
449 register_config_handler("health_monitor", "disk_busy_problem",
2234 } else if (strcmp(token, "disk_busy_problem") == 0) {
2235 disk_busy_problem = atol(cptr);
3304 if (disk_busy_problem <= busyTime) {

Completed in 19 milliseconds