[comment]: # ({39f5a4d3-39f5a4d3})
# 7 Definitions

[comment]: # ({/39f5a4d3-39f5a4d3})

[comment]: # ({57cbb9b2-a9697948})
#### Overview

While many things in the frontend can be configured using the frontend
itself, some customizations are currently only possible by editing a
definitions file.

This file is `defines.inc.php` located in /include of the Zabbix HTML
document directory.

[comment]: # ({/57cbb9b2-a9697948})

[comment]: # ({39ce93d4-3260c875})
#### Parameters

Parameters in this file that could be of interest to users:

-   ZBX\_MIN\_PERIOD

Minimum graph period, in seconds. One minute by default.

-   GRAPH\_YAXIS\_SIDE\_DEFAULT

Default location of Y axis in simple graphs and default value for drop
down box when adding items to custom graphs. Possible values: 0 - left,
1 - right.

Default: 0

-   ZBX\_SESSION\_NAME

String used as the name of the Zabbix frontend session cookie.

Default: zbx\_sessionid

-   ZBX\_DATA\_CACHE\_TTL

TTL timeout in seconds used to invalidate data cache of [Vault
response](/manual/config/secrets). Set 0 to disable Vault response
caching.

Default: 60

-   SUBFILTER\_VALUES\_PER\_GROUP

Number of subfilter values per group (For example, in the [latest data](/manual/web_interface/frontend_sections/monitoring/latest_data) subfilter).

Default: 1000

-   ZBX\_MAX\_WIDGET\_LINES

Maximum number of widget lines to display.

Default: 1000

[comment]: # ({/39ce93d4-3260c875})
