These parameters and the possible property values for the respective dashboard widget field objects allow to configure the Graph widget in dashboard.create
and dashboard.update
methods.
Widget fields
properties are not validated during the creation or update of a dashboard. This allows users to modify built-in widgets and create custom widgets, but also introduces the risk of creating or updating widgets incorrectly. To ensure the successful creation or update of the Graph widget, please refer to the parameter behavior outlined in the tables below.
The following parameters are supported for the Graph widget.
Parameter | type | name | value |
---|---|---|---|
Refresh interval | 0 | rf_rate | 0 - No refresh; 10 - 10 seconds; 30 - 30 seconds; 60 - (default) 1 minute; 120 - 2 minutes; 600 - 10 minutes; 900 - 15 minutes. |
The following parameters are supported for configuring a Data set.
The first number in the property name (e.g. ds.hosts.0.0, ds.items.0.0) represents the particular data set, while the second number, if present, represents the configured host or item.
Parameter | type | name | value | |
---|---|---|---|---|
Data set type | 0 | ds.dataset_type.0 | 0 - Item list; 1 - (default) Item pattern. |
|
Parameters if Data set type is set to "Item list" | ||||
Items | 4 | ds.itemids.0.0 | Item ID. Note: To configure multiple items, create a dashboard widget field object for each item. Parameter behavior: - required |
|
Color | 1 | ds.color.0.0 | Hexadecimal color code (e.g. FF0000 ).Parameter behavior: - required |
|
Parameters if Data set type is set to "Item pattern" | ||||
Host pattern | 1 | ds.hosts.0.0 | Host name or pattern (e.g., "Zabbix*"). Parameter behavior: - required |
|
Item pattern | 1 | ds.items.0.0 | Item name or pattern (e.g., "*: Number of processed *values per second"). Parameter behavior: - required |
|
Color | 1 | ds.color.0 | Hexadecimal color code (e.g. FF0000 ).Default: FF465C . |
|
Draw | 0 | ds.type.0 | 0 - (default) Line; 1 - Points; 2 - Staircase; 3 - Bar. |
|
Stacked | 0 | ds.stacked.0 | 0 - (default) Disabled; 1 - Enabled. Parameter Stacked not available if Draw is set to "Points". |
|
Width | 0 | ds.width.0 | Valid values range from 1-10. Default: 1. Parameter Width not available if Draw is set to "Points" or "Bar". |
|
Point size | 0 | ds.pointsize.0 | Valid values range from 1-10. Default: 3. Parameter Point size not available if Draw is set to "Line", "Staircase" or "Bar". |
|
Transparency | 0 | ds.transparency.0 | Valid values range from 1-10. Default: 5. |
|
Fill | 0 | ds.fill.0 | Valid values range from 1-10. Default: 3. Parameter Fill not available if Draw is set to "Points" or "Bar". |
|
Missing data | 0 | ds.missingdatafunc.0 | 0 - (default) None; 1 - Connected; 2 - Treat as 0; 3 - Last known. Parameter Missing data not available if Draw is set to "Points" or "Bar". |
|
Y-axis | 0 | ds.axisy.0 | 0 - (default) Left; 1 - Right. |
|
Time shift | 1 | ds.timeshift.0 | Valid time string (e.g. 3600 , 1h , etc.).You may use time suffixes. Negative values are also allowed. Default: "" (empty). |
|
Aggregation function | 0 | ds.aggregate_function.0 | 0 - (default) none; 1 - min; 2 - max; 3 - avg; 4 - count; 5 - sum; 6 - first; 7 - last. |
|
Aggregation interval | 1 | ds.aggregate_interval.0 | Valid time string (e.g. 3600 , 1h , etc.).You may use time suffixes. Default: 1h . |
|
Aggregate | 0 | ds.aggregate_grouping.0 | 0 - (default) Each item; 1 - Data set. Parameter Aggregate not available if Aggregation function is set to "none". |
|
Approximation | 0 | ds.approximation.0 | 1 - min; 2 - (default) avg; 4 - max; 7 - all. |
|
Data set label | 1 | ds.data_set_label.0 | Any string value. Default: "" (empty). |
The following parameters are supported for configuring Display options.
Parameter | type | name | value | |
---|---|---|---|---|
History data selection | 0 | source | 0 - (default) Auto; 1 - History; 2 - Trends. |
|
Simple triggers | 0 | simple_triggers | 0 - (default) Disabled; 1 - Enabled. |
|
Working time | 0 | working_time | 0 - (default) Disabled; 1 - Enabled. |
|
Percentile line (left) (parameter available if Y-axis (in Data set configuration) is set to "Left") | ||||
Status | 0 | percentile_left | 0 - (default) Disabled; 1 - Enabled. |
|
Value | 0 | percentile_left_value | Valid values range from 1-100. | |
Percentile line (right) (parameter available if Y-axis (in Data set configuration) is set to "Right") | ||||
Status | 0 | percentile_right | 0 - (default) Disabled; 1 - Enabled. |
|
Value | 0 | percentile_right_value | Valid values range from 1-100. |
The following parameters are supported for configuring Time period.
Parameter | type | name | value |
---|---|---|---|
Set custom time period | 0 | graph_time | 0 - (default) Disabled; 1 - Enabled. |
From | 1 | time_from | Valid time string in format YYYY-MM-DD hh:mm:ss .Relative time period values ( now , now/d , now/w-1w , etc.) are also supported.Default: now-1h . |
To | 1 | time_to | Valid time string value in format YYYY-MM-DD hh:mm:ss .Relative time period values ( now , now/d , now/w-1w , etc.) are also supported.Default: now . |
The following parameters are supported for configuring Axes.
Parameter | type | name | value |
---|---|---|---|
Left Y | 0 | lefty | 0 - Disabled; 1 - (default) Enabled. Parameter available if Y-axis (in Data set configuration) is set to "Left". |
Right Y | 0 | righty | 0 - (default) Disabled; 1 - Enabled. Parameter available if Y-axis (in Data set configuration) is set to "Right". |
Min | 1 | lefty_min | Any numeric value. Default: "" (empty). |
righty_min | |||
Max | 1 | lefty_max | Any numeric value. Default: "" (empty). |
righty_max | |||
Units (type) | 0 | lefty_units | 0 - (default) Auto; 1 - Static. |
righty_units | |||
Units (value) | 1 | lefty_static_units | Any string value. Default: "" (empty). |
righty_static_units | |||
X-Axis | 0 | xaxis | 0 - Disabled; 1 - (default) Enabled. |
The following parameters are supported for configuring Legend.
Parameter | type | name | value |
---|---|---|---|
Show legend | 0 | legend | 0 - Disabled; 1 - (default) Enabled. |
Display min/max/avg | 0 | legend_statistic | 0 - (default) Disabled; 1 - Enabled. |
Number of rows | 0 | legend_lines | Valid values range from 1-10. Default: 1. |
Number of columns | 0 | legend_columns | Valid values range from 1-4. Default: 4. |
The following parameters are supported for configuring Problems.
Parameter | type | name | value | |
---|---|---|---|---|
Show problems | 0 | show_problems | 0 - (default) Disabled; 1 - Enabled. |
|
Selected items only | 0 | graph_item_problems | 0 - Disabled; 1 - (default) Enabled. |
|
Problem hosts | 1 | problemhosts.0 | Host name. Note: The number in the property name references the configured host. To configure multiple hosts, create a dashboard widget field object for each host. |
|
Severity | 0 | severities | 0 - Not classified; 1 - Information; 2 - Warning; 3 - Average; 4 - High; 5 - Disaster. Default: empty (all enabled). Note: To configure multiple values, create a dashboard widget field object for each value. |
|
Problem | 1 | problem_name | Problem event name (case insensitive, full name or part of it). | |
Tags (the number in the property name (e.g. tags.tag.0) references tag order in the tag evaluation list) | ||||
Evaluation type | 0 | evaltype | 0 - (default) And/Or; 2 - Or. |
|
Tag name | 1 | tags.tag.0 | Any string value. Parameter behavior: - required if configuring Tags |
|
Operator | 0 | tags.operator.0 | 0 - Contains; 1 - Equals; 2 - Does not contain; 3 - Does not equal; 4 - Exists; 5 - Does not exist. Parameter behavior: - required if configuring Tags |
|
Tag value | 1 | tags.value.0 | Any string value. Parameter behavior: - required if configuring Tags |
The following parameters are supported for configuring Overrides.
The first number in the property name (e.g. or.hosts.0.0, or.items.0.0) represents the particular data set, while the second number, if present, represents the configured host or item.
Parameter | type | name | value |
---|---|---|---|
Host pattern | 1 | or.hosts.0.0 | Host name or pattern (e.g. Zabbix* ).Parameter behavior: - required |
Item pattern | 1 | or.items.0.0 | Item name or pattern (e.g. *: Number of processed *values per second ).Parameter behavior: - required |
Base color | 1 | or.color.0 | Hexadecimal color code (e.g. FF0000 ). |
Width | 0 | or.width.0 | Valid values range from 1-10. |
Draw | 0 | or.type.0 | 0 - Line; 1 - Points; 2 - Staircase; 3 - Bar. |
Transparency | 0 | or.transparency.0 | Valid values range from 1-10. |
Fill | 0 | or.fill.0 | Valid values range from 1-10. |
Point size | 0 | or.pointsize.0 | Valid values range from 1-10. |
Missing data | 0 | or.missingdatafunc.0 | 0 - None; 1 - Connected; 2 - Treat as 0; 3 - Last known. |
Y-axis | 0 | or.axisy.0 | 0 - Left; 1 - Right. |
Time shift | 1 | or.timeshift.0 | Valid time string (e.g. 3600 , 1h , etc.).You may use time suffixes. Negative values are allowed. |
The following examples aim to only describe the configuration of the dashboard widget field objects for the Graph widget. For more information on configuring a dashboard, see dashboard.create
.
Configure a Graph widget in the following way:
{
"jsonrpc": "2.0",
"method": "dashboard.create",
"params": {
"name": "My dashboard",
"display_period": 30,
"auto_start": 1,
"pages": [
{
"widgets": [
{
"type": "svggraph",
"name": "Graph",
"x": 0,
"y": 0,
"width": 12,
"height": 5,
"view_mode": 0,
"fields": [
{
"type": 0,
"name": "ds.dataset_type.0",
"value": 0
},
{
"type": 4,
"name": "ds.itemids.0.1",
"value": 23264
},
{
"type": 1,
"name": "ds.color.0.1",
"value": "FF0000"
},
{
"type": 4,
"name": "ds.itemids.0.2",
"value": 23269
},
{
"type": 1,
"name": "ds.color.0.2",
"value": "BF00FF"
},
{
"type": 4,
"name": "ds.itemids.0.3",
"value": 23257
},
{
"type": 1,
"name": "ds.color.0.3",
"value": "0040FF"
},
{
"type": 0,
"name": "ds.width.0",
"value": 3
},
{
"type": 0,
"name": "ds.transparency.0",
"value": 3
},
{
"type": 0,
"name": "ds.fill.0",
"value": 1
},
{
"type": 1,
"name": "ds.hosts.1.0",
"value": "Zabbix server"
},
{
"type": 1,
"name": "ds.items.1.0",
"value": "*: Number of processed *values per second"
},
{
"type": 1,
"name": "ds.color.1",
"value": "000000"
},
{
"type": 0,
"name": "ds.transparency.1",
"value": 0
},
{
"type": 0,
"name": "ds.fill.1",
"value": 0
},
{
"type": 0,
"name": "ds.axisy.1",
"value": 1
},
{
"type": 0,
"name": "ds.aggregate_function.1",
"value": 3
},
{
"type": 1,
"name": "ds.aggregate_interval.1",
"value": "1m"
},
{
"type": 0,
"name": "ds.aggregate_grouping.1",
"value": 1
},
{
"type": 1,
"name": "ds.data_set_label.1",
"value": "Number of processed values per second"
},
{
"type": 0,
"name": "graph_time",
"value": 1
},
{
"type": 1,
"name": "time_from",
"value": "now-3h"
},
{
"type": 0,
"name": "legend_statistic",
"value": 1
},
{
"type": 0,
"name": "legend_lines",
"value": 4
},
{
"type": 0,
"name": "show_problems",
"value": 1
}
]
}
]
}
],
"userGroups": [
{
"usrgrpid": 7,
"permission": 2
}
],
"users": [
{
"userid": 1,
"permission": 3
}
]
},
"id": 1
}
Response: