Lines Matching refs:token

388      * a token is encountered in health_monitor.conf file, the function
2187 * a registered token is encountered in health_monitor.conf file. The
2188 * function simply stores the token's value in the appropriate threshold
2193 read_health_monitor_thresholds(const char *token, char *cptr)
2196 if (strcmp(token, "hm_refresh_interval") == 0) {
2198 } else if (strcmp(token, "threshold_swapavail_info") == 0) {
2200 } else if (strcmp(token, "threshold_swapavail_warning") == 0) {
2202 } else if (strcmp(token, "threshold_swapavail_error") == 0) {
2204 } else if (strcmp(token, "threshold_mutex_info") == 0) {
2206 } else if (strcmp(token, "threshold_mutex_warning") == 0) {
2208 } else if (strcmp(token, "threshold_mincalls") == 0) {
2210 } else if (strcmp(token, "threshold_badxids") == 0) {
2212 } else if (strcmp(token, "threshold_timeouts") == 0) {
2214 } else if (strcmp(token, "threshold_cpuload_info") == 0) {
2216 } else if (strcmp(token, "threshold_cpuload_warning") == 0) {
2218 } else if (strcmp(token, "threshold_cpuload_error") == 0) {
2220 } else if (strcmp(token, "threshold_restime_long") == 0) {
2222 } else if (strcmp(token, "threshold_restime_ok") == 0) {
2224 } else if (strcmp(token, "threshold_restime_error") == 0) {
2226 } else if (strcmp(token, "threshold_freemem_low") == 0) {
2228 } else if (strcmp(token, "threshold_dnlc_active") == 0) {
2230 } else if (strcmp(token, "threshold_dnlc_warning") == 0) {
2232 } else if (strcmp(token, "disk_busy_warning") == 0) {
2234 } else if (strcmp(token, "disk_busy_problem") == 0) {
2236 } else if (strcmp(token, "disk_svc_t_warning") == 0) {
2238 } else if (strcmp(token, "disk_svc_t_problem") == 0) {