mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
20 lines
517 B
Markdown
20 lines
517 B
Markdown
![]() |
---
|
||
|
title: Zabbix
|
||
|
description: Zabbix Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Zabbix](https://github.com/zabbix/zabbix).
|
||
|
|
||
|
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.
|
||
|
|
||
|
The widget supports (at least) Zibbax server version 7.0.
|
||
|
|
||
|
Allowed fields: `["warning", "average", "high", "disaster"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: zabbix
|
||
|
url: http://zabbix.host.or.ip/zabbix
|
||
|
key: your-api-key
|
||
|
```
|