Previous Topic: Verify that the KPI Daemon is Running

Next Topic: Turn on KPI Daemon Tracing

NX.env File

Review the $NX_ROOT/NX.env file to verify that the basic KPI configuration is correctly set.

If you have installed the KPI Ticket Data Table option, the NX.env file includes the following:

#####################################################################
# NX_KPI_TICKET_DATA_TABLE
# Enable the collection of changed fields from ticket objects 
# (like Requests, Issues and Change Orders) to write record entries 
# into the usp_kpi_ticket_data table. 
#####################################################################
@NX_KPI_TICKET_DATA_TABLE=Yes

#####################################################################
# NX_KPI_FUZZ_TIME
# Specifies a tolerable delay for each KPI within which kpi_daemon 
# sends a request to retreive KPI data when this kPI's refresh time
# is timeout
#####################################################################
@NX_KPI_FUZZ_TIME=20

Note: The default value of @NX_KPI_FUZZ_TIME is 20 seconds. You can modify this value within the range of 0 to 40 seconds. If you set this variable to a value higher than 40, 40 seconds will be used.

#####################################################################
# NX_ALWAYS_KEEP_KPI_VERSIONS
# The keep_version attribute in Kpi table is displayed on the KPI 
# Detail Edit form as a checkbox. The NX_ALWAYS_KEEP_KPI_VERSIONS 
# option specifies that checkbox is read-only and is always checked. 
#####################################################################
@NX_ALWAYS_KEEP_KPI_VERSIONS=Yes