Skip to content

Monzphere/NetworkWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network devices(Zabbix Module) widget for Zabbix

image

A Zabbix dashboard widget that displays network devices (switches, routers) with their interfaces, status, and active problems. Devices are ordered by number of interfaces (most interfaces first).

Requirements

  • Zabbix 7.0 or later (module/widget API)
  • Hosts with net.if.* items for interface status and traffic (e.g. SNMP templates)

Features

  • Host groups and hosts: Filter by host groups and/or specific hosts. Selecting only host groups shows all hosts in those groups.
  • Display modes: List or Cards layout.
  • Interfaces: Compact view with status squares (green/red). Click a square for tooltip with name, status, traffic (In/Out), and a link to Latest data.
  • Incidents: Badges per severity next to each device name; link to Problems filtered by host.
  • Ordering: Devices are sorted by number of interfaces (descending).
  • Footer: Same style as the native Problems widget (“Showing X device(s) | Host list | Problems”).

Installation

  1. Clone or download this repository.
  2. Copy the NetworkWidget folder into your Zabbix module directory:
    • Linux: /usr/share/zabbix/modules/
    • Or the path defined by ModuleDirectory in zabbix.conf.php.
  3. Go to Administration → General → Modules in the Zabbix frontend.
  4. Find Network devices and click Enable.

Usage

  1. Edit a dashboard and add a new widget.
  2. Choose Network devices.
  3. Configure:
    • Host groups: One or more groups (optional; if empty, use Hosts or dashboard context).
    • Hosts: Optional; leave empty to show all hosts from the selected groups.
    • Device limit: Max number of devices (1–100).
    • Display mode: List or Cards.
    • Show interfaces per device: Enable/disable interface squares.
    • Show active incidents: Enable/disable problem badges and severity filter.
    • Severities: Which problem severities to show.
    • Show hosts in maintenance: Include or exclude hosts in maintenance.

License

Copyright (C) 2026 Monzphere

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors