Page 1 of 1

Nagiosxi Network Switch / Router wizard no Port Statistics

Posted: Wed Dec 17, 2025 3:14 am
by vtcedu
Hi,
As title we found the Nagiosxi Network Switch / Router wizard no Port Statistics but Nagiosxi version 5.5.8 have.

Re: Nagiosxi Network Switch / Router wizard no Port Statistics

Posted: Wed Dec 17, 2025 9:48 am
by cdepaulis
Hello,

The Port Statistics no longer being there is intended behavior. I am unsure of the reason or when it got removed.

If you have any more questions or concerns let me know.

- Caleb

Re: Nagiosxi Network Switch / Router wizard no Port Statistics

Posted: Thu Dec 18, 2025 3:55 am
by atheson
Use the SNMP Walk Wizard: This is now the recommended way to find specific statistics (like

Code: Select all

ifInErrors
or

Code: Select all

ifOutDiscards
) that are no longer "one-click" in the Switch/Router wizard. You can walk the device and select the exact statistic OIDs you want to monitor.

Manually Update the Wizard: If you have a backup of your old 5.5.8 instance, you can export the older

Code: Select all

switch.zip
wizard file from Admin > Manage Config Wizards and try uploading it to your new system.

Note: Be careful with this, as older wizards may not be fully compatible with the newer PHP versions or the Neptune UI used in Nagios XI 2024+.