On this page
Examples
This section provides files of sample modules and widgets, which you can use as a base for your custom modules.
To use a module:
- Download the ZIP archive.
- Unpack the content into a separate directory inside the modules directory of your Zabbix frontend installation (for example, zabbix/ui/modules).
- Register the module in Zabbix frontend.
Module example
- When creating a host group, grant read permissions to configured user groups - hg_auto_perm.zip
Widget examples
- Minimal widget - widget_min.zip
- "Hello, world" widget using CSS only - hello_world_css.zip
- "Hello, world" widget using JavaScript only - hello_world_js.zip
- "Hello, world" widget using PHP - hello_world_php.zip
You can also use Zabbix native widgets as examples.