Tweaking Traveler "Red" and Traveler "Yellow" thresholds
The table below shows all of the notes.ini parameters required to change the thresholds.
Table 74. Configuration parameters
Parameter name | Default | Description |
---|---|---|
NTS_STATUS_CPU_PCT_RED_THRESHOLD | 90 | Red CPU percentage threshold. |
NTS_STATUS_CPU_PCT_YELLOW_THRESHOLD | 70 | Yellow CPU percentage threshold. |
NTS_STATUS_DATA_DIR_FREE_GIGABYTES_RED | 5 | Red threshold for gigabytes of free space on the data directory. |
NTS_STATUS_DATA_DIR_FREE_GIGABYTES_YELLOW | 10 | Yellow threshold for gigabytes of free space on the data directory. |
NTS_STATUS_DATA_DIR_FREE_PERCENTAGE_RED | 5 | Red threshold for percentage of free space on the data directory. |
NTS_STATUS_DATA_DIR_FREE_PERCENTAGE_YELLOW | 15 | Yellow threshold for percentage of free space on the data directory. |
NTS_STATUS_DB_ACCESS_INTERVAL | 0 | Defines which histogram bucket for theDatabase.Query.Histogramstat is considered acceptable. Any entries in buckets longer than this setting will count towards the percentage for Yellow or Red status. |
NTS_STATUS_DB_ACCESS_PCT_OVER_RED | 5 | Sets the status to red if the percentage of theDatabase.Query.Histogramstat is in a bucket higher than what is defined inNTS_STATUS_DB_ACCESS_INTERVAL. |
NTS_STATUS_DB_ACCESS_PCT_OVER_YELLOW | 2 | Sets the status to yellow if the percentage of theDatabase.Query.Histogramstat is in a bucket higher than what is defined inNTS_STATUS_DB_ACCESS_INTERVAL. |
NTS_STATUS_DB_OPEN_INTERVAL_YELLOW | 4 | Lower time limit interval index to open Databases inGENERAL_TIME_HISTOGRAM_BOUNDARIES_NAMES. The intervals are "000-001", "001-002", "002-005", "005-010", "010-030", "030-060", "060-120", "120-Inf". |
NTS_STATUS_DB_OPEN_PCT_OVER_YELLOW | 5 | Percentage over theSTATUS_DB_OPEN_INTERVAL_YELLOWto set status to Yellow. |
NTS_STATUS_DS_FAILURE_503_RED | 10 | Percentage of threads failing with a 503 error message to be considered in Red state |
NTS_STATUS_DS_FAILURE_503_YELLOW | 5 | Percentage of threads failing with a 503 error message to be considered in Yellow state. |
NTS_STATUS_DS_FAILURE_NON_503_RED | 10 | Percentage threads failing with a non-503 error message to be considered in Red state |
NTS_STATUS_DS_FAILURE_NON_503_YELLOW | 5 | Percentage threads failing with a non-503 error message to be considered in Yellow state |
NTS_STATUS_ERROR_COUNT_RED | 100 | For each user, if their error count is above this value, their status will be set to Red. |
NTS_STATUS_ERROR_COUNT_YELLOW | 50 | For each user, if their error count is above this value, the status will be set to Yellow. |
NTS_STATUS_HTTP_THREAD_PCT_RED | 90 | If the peak HTTP thread usage is above this limit, the status will be set to Red. |
NTS_STATUS_HTTP_THREAD_PCT_YELLOW | 80 | If the peak HTTP thread usage is above this limit, the status will be set to Yellow |
NTS_STATUS_IPC_DELAY_TIME_PCT_YELLOW | 95 | IPC.DelayTimestatistics are a histogram measuring the delay for sending objects between HTTP and IBM Notes Traveler. The status will be set to yellow if the number in the smallest histogramIPC.DelayTimebucket is over this percentage. |
NTS_STATUS_LOG_DIR_FREE_GIGABYTES_RED | 5 | Red threshold for gigabytes of free space on the logging directory. |
NTS_STATUS_LOG_DIR_FREE_GIGABYTES_YELLOW | 10 | Yellow threshold for gigabytes of free space on the logging directory. |
NTS_STATUS_LOG_DIR_FREE_PERCENTAGE_RED | 5 | Red threshold for percentage of free space on the logging directory. |
NTS_STATUS_LOG_DIR_FREE_PERCENTAGE_YELLOW | 15 | Yellow threshold for percentage of free space on the logging directory. |
NTS_STATUS_MEMORY_EXIT_CONSTRAINT_DELTA | 5 | When high memory usage causes IBM Notes Traveler to enter the constrained state, the current memory usage must be below the limit set here before the constrained state can be exited. |
NTS_STATUS_MEMORY_JAVA_RED | 85 | Red Java memory percentage threshold. |
NTS_STATUS_MEMORY_JAVA_YELLOW | 75 | Yellow Java memory percentage threshold. |
NTS_STATUS_MEMORY_NATIVE_RED | 95 | Red native memory percentage threshold. |
NTS_STATUS_MEMORY_NATIVE_YELLOW | 85 | Yellow native memory percentage threshold . |
NTS_STATUS_MINIMUM_SAMPLES | 100 | The minimum number of samples that must be taken before the percentages are computed for red/yellow status. |
NTS_STATUS_SSL_CERT_EXPIRATION_RED | 7 | If NTS_SSL is true, this is the threshold for red status for the number of days remaining before the SSL certificate expiration date. |
NTS_STATUS_SSL_CERT_EXPIRATION_YELLOW | 30 | If NTS_SSL is true, this is the threshold for yellow status for the number of days remaining before the SSL certificate expiration date. |
NTS_STATUS_THREAD_MAX_RUN_RED | 120 | If a thread runs longer than this number of minutes, the state will be consider to be Red. |
NTS_STATUS_THREAD_MAX_RUN_YELLOW | 30 | If a thread runs longer than this number of minutes, the state will be consider to be Yellow. |