Added Zabbix service widget

This commit is contained in:
Mitchell
2024-08-29 09:09:17 +02:00
parent e2518b37d9
commit 6921a3f6e2
10 changed files with 136 additions and 8 deletions

View File

@@ -127,3 +127,4 @@ You can also find a list of all available service widgets in the sidebar navigat
- [WGEasy](wgeasy.md)
- [WhatsUpDocker](whatsupdocker.md)
- [xTeVe](xteve.md)
- [Zabbix](zabbix.md)

View File

@@ -0,0 +1,19 @@
---
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
```