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 nameDefaultDescription
NTS_STATUS_CPU_PCT_RED_THRESHOLD90Red CPU percentage threshold.
NTS_STATUS_CPU_PCT_YELLOW_THRESHOLD70Yellow CPU percentage threshold.
NTS_STATUS_DATA_DIR_FREE_GIGABYTES_RED5Red threshold for gigabytes of free space on the data directory.
NTS_STATUS_DATA_DIR_FREE_GIGABYTES_YELLOW10Yellow threshold for gigabytes of free space on the data directory.
NTS_STATUS_DATA_DIR_FREE_PERCENTAGE_RED5Red threshold for percentage of free space on the data directory.
NTS_STATUS_DATA_DIR_FREE_PERCENTAGE_YELLOW15Yellow threshold for percentage of free space on the data directory.
NTS_STATUS_DB_ACCESS_INTERVAL0Defines 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_RED5Sets 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_YELLOW2Sets 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_YELLOW4Lower 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_YELLOW5Percentage over theSTATUS_DB_OPEN_INTERVAL_YELLOWto set status to Yellow.
NTS_STATUS_DS_FAILURE_503_RED10Percentage of threads failing with a 503 error message to be considered in Red state
NTS_STATUS_DS_FAILURE_503_YELLOW5Percentage of threads failing with a 503 error message to be considered in Yellow state.
NTS_STATUS_DS_FAILURE_NON_503_RED10Percentage threads failing with a non-503 error message to be considered in Red state
NTS_STATUS_DS_FAILURE_NON_503_YELLOW5Percentage threads failing with a non-503 error message to be considered in Yellow state
NTS_STATUS_ERROR_COUNT_RED100For each user, if their error count is above this value, their status will be set to Red.
NTS_STATUS_ERROR_COUNT_YELLOW50For each user, if their error count is above this value, the status will be set to Yellow.
NTS_STATUS_HTTP_THREAD_PCT_RED90If the peak HTTP thread usage is above this limit, the status will be set to Red.
NTS_STATUS_HTTP_THREAD_PCT_YELLOW80If the peak HTTP thread usage is above this limit, the status will be set to Yellow
NTS_STATUS_IPC_DELAY_TIME_PCT_YELLOW95IPC.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_RED5Red threshold for gigabytes of free space on the logging directory.
NTS_STATUS_LOG_DIR_FREE_GIGABYTES_YELLOW10Yellow threshold for gigabytes of free space on the logging directory.
NTS_STATUS_LOG_DIR_FREE_PERCENTAGE_RED5Red threshold for percentage of free space on the logging directory.
NTS_STATUS_LOG_DIR_FREE_PERCENTAGE_YELLOW15Yellow threshold for percentage of free space on the logging directory.
NTS_STATUS_MEMORY_EXIT_CONSTRAINT_DELTA5When 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_RED85Red Java memory percentage threshold.
NTS_STATUS_MEMORY_JAVA_YELLOW75Yellow Java memory percentage threshold.
NTS_STATUS_MEMORY_NATIVE_RED95Red native memory percentage threshold.
NTS_STATUS_MEMORY_NATIVE_YELLOW85Yellow native memory percentage threshold .
NTS_STATUS_MINIMUM_SAMPLES100The minimum number of samples that must be taken before the percentages are computed for red/yellow status.
NTS_STATUS_SSL_CERT_EXPIRATION_RED7If 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_YELLOW30If 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_RED120If a thread runs longer than this number of minutes, the state will be consider to be Red.
NTS_STATUS_THREAD_MAX_RUN_YELLOW30If a thread runs longer than this number of minutes, the state will be consider to be Yellow.