Vendor Pack Bundles
The Core pack is built in. For specific vendors, GridNMS offers downloadable pack bundles you import in a couple of clicks. Each bundle adds vendor-specific data points (CPU, memory, sessions, environment, battery, disks, and more) on top of the standard interface metrics that Core Network already provides — so you don’t lose anything, you gain the vendor extras.
Every bundle is clean-room, built from each vendor’s published SNMP MIBs, and ships those MIB files inside it: on import they load into the MIB Browser and attach to the pack for reference.
Download
Section titled “Download”| Vendor / platform | Device class | Adds | Bundle |
|---|---|---|---|
| Cisco IOS / IOS-XE | Cisco IOS-XE | CPU, memory pools, temperature, fans, power supplies, entity sensors | cisco-iosxe-pack-bundle.tar.gz |
| Cisco Nexus (NX-OS) | Cisco Nexus | system CPU and memory, entity sensors (temperature / power) | cisco-nexus-pack-bundle.tar.gz |
| Juniper Junos | Juniper Junos | per-component CPU, memory, temperature | juniper-pack-bundle.tar.gz |
| Fortinet FortiGate | FortiGate | CPU, memory, disk, session count | fortinet-pack-bundle.tar.gz |
| Palo Alto PAN-OS | Palo Alto PAN-OS | session utilization, active/max sessions, SSL-decrypt load, HA state | paloalto-pack-bundle.tar.gz |
| MikroTik RouterOS | MikroTik RouterOS | CPU load, memory, board/CPU temperature, voltage | mikrotik-pack-bundle.tar.gz |
| Aruba (ArubaOS) controller | Aruba Controller | memory, chassis temperature, managed-AP and client counts | aruba-pack-bundle.tar.gz |
| Ubiquiti UniFi | UniFi Device | system, CPU, memory, per-radio channel utilization, per-SSID clients and traffic | ubnt-pack-bundle.tar.gz |
| F5 BIG-IP | F5 BIG-IP | host CPU, memory, active connections | f5-pack-bundle.tar.gz |
| Synology DSM | Synology NAS | system status, temperature, fans, power, per-disk status and temperature | synology-pack-bundle.tar.gz |
| APC rack PDU + Smart-UPS | APC PDU · APC UPS | PDU power / load / per-phase current; UPS battery capacity, runtime, temperature, output load | apc-pack-bundle.tar.gz |
| Eaton UPS | Eaton UPS | battery capacity and runtime, input/output voltage, output load, ambient temperature | eaton-pack-bundle.tar.gz |
| Linux / Unix (Net-SNMP) | Linux Server | CPU user/system/idle, load average, RAM and swap, mounted-storage usage | linux-pack-bundle.tar.gz |
| Network printer (RFC 3805) | Network Printer | supply / toner levels and capacity, printer and device status | printer-pack-bundle.tar.gz |
| Arista EOS | Arista Switch | CPU, memory, entity sensors (temperature / fan / power) | arista-pack-bundle.tar.gz |
| HPE / Aruba switch (ProVision) | HPE Switch | CPU, memory, entity sensors | hpe-pack-bundle.tar.gz |
| QNAP NAS | QNAP NAS | CPU, memory, system / CPU temperature, fans, per-disk temperature and status, volumes | qnap-pack-bundle.tar.gz |
| Generic UPS (RFC 1628) | Generic UPS | battery charge and runtime, input / output voltage, output load, temperature — any standards-compliant UPS | ups-pack-bundle.tar.gz |
| SNMP host (RFC 2790) | SNMP Host | CPU load, RAM, mounted-storage usage, processes — Windows Server and any SNMP host | host-pack-bundle.tar.gz |
| BGP peering (RFC 4273) | BGP Router | per-peer state, established time, remote AS, update counters | bgp-pack-bundle.tar.gz |
Installing a bundle
Section titled “Installing a bundle”- Download the
.tar.gzfor your vendor from the table above. - In GridNMS, go to Admin → Packs and choose Upload bundle, then drop the file in.
- The pack and its device class are created automatically, and the bundled MIBs load into the MIB Browser. Assign the new class to your devices (or let discovery classify them).
Prefer the command line? Upload the same file directly:
curl -XPOST --data-binary @cisco-iosxe-pack-bundle.tar.gz \ -H 'Content-Type: application/gzip' https://app.gridnms.io/api/pack-bundlesNeed a device we don’t cover yet? See Building a Monitoring Pack to roll your own, or ask us — new vendor bundles are quick to add from a published MIB.