- Collapsible HA role timeline in Palo Alto, Palo Alto chassis, and Fortinet dashboards to correlate Active/Passive role changes with firewall load.
Initial public release.
- Docker Compose stack with InfluxDB 2.x, Telegraf, and Grafana.
- Generated Telegraf SNMP configuration from local
firewalls.yml. - Palo Alto firewall dashboard for CPU, MP RAM, sessions, VSYS, interfaces, errors/discards, storage, and drops.
- Palo Alto chassis dashboard for entity inventory, sensors, chassis power, processor load, blade status, memory, buffers, and storage.
- Fortinet firewall dashboard for CPU, memory, sessions, CPS, interfaces, VDOMs, disk, low memory, and processor drops.
- SNMPv2c and SNMPv3 inventory examples.
- Best-effort SNMP discovery for vendor, version, model, serial, VSYS/VDOM, and chassis-related flags.
- Docker bootstrap support from
generate.shon Debian/Ubuntu when run withsudo. - Restart policy for services after host reboot.
- Rotating Telegraf logs under
logs/telegraf/. - Git ignore rules for local secrets, generated configs, runtime data, logs, and downloaded Palo Alto MIBs.
- The stack is SNMP-only.
- Interface throughput is calculated from IF-MIB
ifHCInOctetsandifHCOutOctets. - Local runtime files such as
.env,firewalls.yml, andtelegraf/telegraf.confare intentionally ignored by Git.