2024-08-29 20:45:05 +02:00
---
title: Zabbix
description: Zabbix Widget Configuration
---
2024-09-02 01:02:00 +02:00
Learn more about [Zabbix ](https://github.com/zabbix/zabbix ). The widget supports (at least) Zibbax server version 7.0.
2024-08-29 20:45:05 +02:00
2024-09-02 01:02:00 +02:00
---
2024-08-29 20:45:05 +02:00
2024-09-02 01:02:00 +02:00
Allowed fields: `["unclassified", "information", "warning", "average", "high", "disaster"]` .
2024-08-29 20:45:05 +02:00
2024-09-02 01:02:00 +02:00
Only 4 fields can be shown at a time, with the default being: `["warning", "average", "high", "disaster"]` .
2024-08-29 20:45:05 +02:00
```yaml
widget:
type: zabbix
url: http://zabbix.host.or.ip/zabbix
key: your-api-key
```
2024-09-02 01:02:00 +02:00
See the [Zabbix documentation ](https://www.zabbix.com/documentation/current/en/manual/web_interface/frontend_sections/users/api_tokens ) for details on generating API tokens.