Steps to reproduce an issue:
- Have packet loss to a site
- Check interface throughput graphs.
It’s pretty easy to see here - this switch has CCTV cameras on it and usually has a steady ~200Mbps of traffic on it. As soon as there is packet loss, the stats turn to garbage, then return to normality once the packet loss clears.
What is happening here? Miss a poll and the counter is assumed to be 0, therefore it overflowed, therefore there was a huge spike in traffic?
- The output of
./validate.php
librenms:/opt/librenms$ ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS | 26.6.1 (2026-06-18T08:10:36+01:00)
DB Schema | 2026_06_09_000000_change_vsz_to_big_int_processes_table (390)
PHP | 8.4.21
Python | 3.12.13
Database | MariaDB 10.11.18-MariaDB-ubu2204
RRDTool | 1.9.0
SNMP | 5.9.5.2
===========================================
[OK] Installed from package; no Composer required
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] No python wrapper pollers found
[OK] Redis is functional
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Non-git install, updates are manual or from package

