Host text item

Fetches text item data of a host from a the Zabbix server and is displayed as a list in the PDF-rendered report.

The configuration of a Host text items widget offers the following options (aside from the general settings of a widget):

hostTextItemWidget
Widget configuration: Host text items widget

  • Host: Choose a host containing the text items to be included in the report.
  • Items: Select an item, and its values will be displayed in the report.

Render examples

textItemWidget
Host text items widgets: PDF render

  • The host, including the the host groups it belongs to and it’s tags in form of chips.
  • The host’s interfaces. The list is displaying: Type, DNS/IP, Address, and Port.
  • The item’s Name, Item type and list entry limit.
  • A list of key-value pairs of the retrieved data.
{
	"displayName": "Host name of Zabbix agent",
	"name": "host-text-items-widget",
	"description": "",
	"version": "1.0.0",
	"error": "",
	"host": {
		"name": "zabbix-agent",
		"id": 10084,
		"description": "",
		"groups": [
			"Zabbix servers"
		],
		"tags": [
			{
				"tag": "Location",
				"value": "Germany"
			}
		],
		"interfaces": [
			{
				"available": 1,
				"disable_until": 0,
				"dns": "zabbix-agent-test",
				"errors_from": 0,
				"hostid": "10084",
				"interfaceid": "1",
				"ip": "127.0.0.1",
				"main": 1,
				"port": "10050",
				"type": 1,
				"useip": 0
			}
		]
	},
	"items": [
		{
			"hostName": "Zabbix server",
			"description": "",
			"hostID": 10084,
			"itemKey": "agent.hostname",
			"itemName": "Host name of Zabbix agent running",
			"itemID": 42227,
			"dataType": 1,
			"history": [
				{
					"ts": 1732783427,
					"val": "Zabbix server"
				},
				{
					"ts": 1732869827,
					"val": "Zabbix server"
				},
				{
					"ts": 1732956227,
					"val": "Zabbix server"
				}
			]
		}
	]
}