Long problem
This widget retrieves data on long-standing problems of a host group. A long-standing problem is a problem that is open for a certain period of time, but at least one day.
The configuration of a long problem widget offers the following options (aside from the general settings of a widget):

- Host group: Select the host group for which problems will be displayed in the report.
- Select minimum duration: The length of time the problem must be open for it to be classified as a long-standing problem.
- Include suppressed problems: Includes suppressed problems if enabled.
- Limit: The amount of the most recent problems included in the PDF report.
Render examples
The list is sorted according to how long the problem has been open. If actions have been performed on a problem, a second list is displayed for the problem, in which all actions for this problem are listed.

- Time: The time the problem occurred.
- Duration: The duration for which the problem already persists.
- Host: The source host of the problem.
- Sev: The problem’s severity.
- Problem: The name of the Problem. The external link icon can be used to open the problem details in Zabbix.
- Acknowledged: The acknowledge status of the problem. If the problem is acknowledged, the name of the last acknowledger will be displayed.
{
"name": "long-problem-widget",
"displayName": "Lasting probems of IntelliTrend ",
"description": "Long problems duration \u003e 1 day, w/ suppressed problems",
"error": "",
"config": {
"host_groups": [
{
"id": 8,
"name": "IntelliTrend"
}
],
"min_duration": 86400,
"include_suppressed": true,
"limit": 10
},
"hostgroups": [
{
"hostgroup": {
"flags": 0,
"groupid": 87,
"name": "IntelliTrend",
"uuid": "4295dbc61b37019f6e276ec19f"
},
"problems": [
{
"problem": {
"acknowledged": 0,
"clock": 1709145319,
"eventid": 48702391,
"name": "[IMS-Smart IntelliTrend Bielefeld-DD] - Sensor: Missing data [\u003e90Min]",
"ns": 0,
"object": 0,
"objectid": 67519,
"r_clock": 0,
"r_ns": 0,
"severity": 0,
"source": 0,
"suppressed": 0,
"tags": [
{
"tag": "Application",
"value": "Sensor data"
}
]
},
"hosts": [
{
"description": "long problem",
"flags": 0,
"host": "ims-902CFA4",
"hostid": 1230,
"inventory_mode": 1,
"ipmi_authtype": -1,
"ipmi_privilege": 2,
"maintenance_from": 0,
"maintenance_status": 0,
"maintenance_type": 0,
"name": "IMS-Smart IntelliTrend Bielefeld-DD",
"status": 0,
"tls_accept": 1,
"tls_connect": 1
}
],
"acknowledges": [],
"acknowledgedBy": ""
}
]
}
]
}