https://github.com/shrank/zabbix-widget-html
Simple Widget that lets you put arbitrary HTML code on a Zabbix Dashboard
https://github.com/shrank/zabbix-widget-html
zabbix zabbix-module
Last synced: 17 days ago
JSON representation
Simple Widget that lets you put arbitrary HTML code on a Zabbix Dashboard
- Host: GitHub
- URL: https://github.com/shrank/zabbix-widget-html
- Owner: shrank
- License: cc0-1.0
- Created: 2023-06-22T07:57:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:42:34.000Z (4 months ago)
- Last Synced: 2025-02-03T04:37:45.633Z (2 months ago)
- Topics: zabbix, zabbix-module
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zabbix - zabbix-widget-html - Simple Widget that lets you put arbitrary HTML code on a Zabbix Dashboard. (Visualization / Widgets)
README
# zabbix-widget-html
Simple Widget that lets you put arbitrary HTML code on a Zabbix DashboardTested on Zabbix 6.4.0
## Install
The `html_widget` directory needs to go into the `modules` directory of your zabbix web frontend server:
```
wget https://github.com/shrank/zabbix-widget-html/archive/refs/tags/v1.0.zip
unzip v1.0.zip
cp -r zabbix-widget-html-1.0/html_widget /usr/share/zabbix/modules/html_widget
```
Rescan and enable the module in the web interface(`Administrator->General->Modules`)