Skip to content

Repository files navigation

Zabbix-Modules

Modules for Zabbix to extend the capabilities

Simple Installation Guide

Download the module folder to the Zabbix Web frontend Server and place in: /usr/share/zabbix/modules/

Branding and Healthcheck have seprate installation instruction in it's own readme

Set permissions

Folders and Files Permissions

sudo chown -R nginx:nginx /usr/share/zabbix/modules/MODULE_FOLDER_NAME
sudo find /usr/share/zabbix/modules/MODULE_FOLDER_NAME -type d -exec chmod 755 {} ;
sudo find /usr/share/zabbix/modules/MODULE_FOLDER_NAME -type f -exec chmod 644 {} ;

SELinux

sudo semanage fcontext -a -t httpd_sys_content_t '/usr/share/zabbix/modules/MODULE_FOLDER_NAME(/.*)?'
sudo restorecon -Rv /usr/share/zabbix/modules/MODULE_FOLDER_NAME
sudo setsebool -P httpd_can_network_connect on

Example Pictures

Click to expand example screenshots

AI features

AI providers
AI providers example

Instructions and reference
Instructions and reference example

AI chat
AI chat example

AI webhook response
AI webhook response example

Branding and UI

Branding
Branding example

Branding login page
Branding login page example

Branding menu bar
Branding menu bar example

Today's reminder top bar
Today's reminder top bar example

Healthchecks

Healthchecks Healthchecks example

Healthchecks settings Healthchecks settings example

Healthchecks history Healthchecks history example

Incident Timeline

Trigger problem events over time with severity charts, multi-month ranges, host/group/template/name filtering and a Top triggers report. See Incident_timeline_graph/README.md.

Incident timeline
Incident timeline example

Top triggers (avg frequency, MTTR, share)
Incident timeline top triggers example

About

Modules to extend Zabbix capabilities

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages