Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T09:21:21.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:36:20.656Z (4 months ago)
- Topics: zabbix, zabbix-module
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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`)