Skip to main content

A configurable pie/doughnut chart dashboard widget for NetBox

Project description

netbox-widget-chart

A configurable chart dashboard widget for NetBox.

Features

  • Pie, doughnut, bar, and polar area chart types
  • 11 built-in data sources across DCIM, virtualization, IPAM, and circuits
  • Configurable maximum number of slices (excess grouped as "Other")
  • Powered by Chart.js (loaded lazily from CDN)

Compatibility

Plugin Version NetBox Version
0.1.0 4.5

Installation

pip install netbox-widget-chart

Add the plugin to PLUGINS in your NetBox configuration.py:

PLUGINS = [
    'netbox_widget_chart',
]

Restart NetBox after installing.

Configuration

Optional settings in configuration.py:

PLUGINS_CONFIG = {
    "netbox_widget_chart": {
        # Chart.js source URL. Options:
        # - CDN URL (default)
        # - Local static path e.g. "/static/netbox_widget_chart/chart.js"
        # - None to skip loading (if Chart.js is already provided globally)
        "CHARTJS_URL": "https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js",
    }
}

Usage

  1. Navigate to the NetBox dashboard
  2. Click Add Widget
  3. Select Chart
  4. Configure the data source, chart type, and max slices

Available Data Sources

Key Description
device_status Devices by Status
device_role Devices by Role
device_site Devices by Site
device_platform Devices by Platform
device_type Devices by Type
vm_status VMs by Status
vm_cluster VMs by Cluster
prefix_status Prefixes by Status
ipaddress_status IP Addresses by Status
circuit_status Circuits by Status
circuit_type Circuits by Type
cable_type Cables by Type
cable_color Cables by Color
cable_status Cables by Status
cable_tenant Cables by Tenant

License

Apache 2.0

Development

This plugin was coded entirely with Claude (Anthropic).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_widget_chart-0.1.4.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netbox_widget_chart-0.1.4-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file netbox_widget_chart-0.1.4.tar.gz.

File metadata

  • Download URL: netbox_widget_chart-0.1.4.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for netbox_widget_chart-0.1.4.tar.gz
Algorithm Hash digest
SHA256 734b946c5691221b198401b0af9520a2c25b49dbaa4fbcec4ce4e1fbe5be1ebf
MD5 a501433c4b5486348f7784a7a1372670
BLAKE2b-256 350a4b4b593239b1517ca0b8f86568eb0331888ef78699e59051f5fad75cafa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for netbox_widget_chart-0.1.4.tar.gz:

Publisher: release.yml on peterbaumert/netbox-widget-chart

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file netbox_widget_chart-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for netbox_widget_chart-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6a4cb6edb41473e61e0aae545c52053f733a1518cbbcf80566176ed6db2b5e09
MD5 7717e668a75b2b5ee22348e1ddb33106
BLAKE2b-256 dc653cea80d44d31a519e725a7acd448f696ddf38cda1ebe2c9fe3d799878433

See more details on using hashes here.

Provenance

The following attestation bundles were made for netbox_widget_chart-0.1.4-py3-none-any.whl:

Publisher: release.yml on peterbaumert/netbox-widget-chart

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page