mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Feature: Zabbix service widget (#3905)
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
4c6150a545
commit
44f8e9d4da
10 changed files with 136 additions and 6 deletions
|
@ -128,3 +128,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)
|
||||
|
|
19
docs/widgets/services/zabbix.md
Normal file
19
docs/widgets/services/zabbix.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue