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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf65 disk_svc_t_problem 30.0
H A DhealthMonitor.c167 disk_svc_t_problem = 30.0; variable
455 register_config_handler("health_monitor", "disk_svc_t_problem",
2238 } else if (strcmp(token, "disk_svc_t_problem") == 0) {
2239 disk_svc_t_problem = atol(cptr);
3305 if ((disk_svc_t_warning <= svcTime) && (svcTime < disk_svc_t_problem)) {
3308 if (disk_svc_t_problem <= svcTime) {

Completed in 868 milliseconds