inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.
https://www.ixpmanager.org/
GNU General Public License v2.0
375 stars 160 forks source link

snmp polling attributes #878

Closed nickhilliard closed 8 months ago

nickhilliard commented 8 months ago

[BF] mismatch between snmp polling attributes and db column names

$SwitchPort::SNMP_MAP and $SwitchPort::OSS_SNMP_MAU_MAP were incorrectly capitalised.

Some mau* parameters pulled from snmp were not correctly cast to tinyint {0,1} before committing to DB.

In addition to the above, I have: