Error on monitoring the bandwidth

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gdep.abhi
Posts: 2
Joined: Thu Jun 08, 2023 9:09 pm

Error on monitoring the bandwidth

Post by gdep.abhi »

Hi

I am trying to add the bandwidth interface on host for cisco meraki MX device but I am getting below error.

Does anyone have seen below error. Please help me

Port 1 2023-11-30 10:29:54 /var/lib/mrtg/"IP"_1.rrd does not exist.
Port 5 B5/5 2023-11-30 10:29:52 /var/lib/mrtg/"IP"_5.rrd does not exist.
jsimon
Posts: 345
Joined: Wed Aug 23, 2023 11:27 am

Re: Error on monitoring the bandwidth

Post by jsimon »

Hi @gdep.abhi,

In order to help figure out what's going on here, could you post the output from this command?

Code: Select all

 cat /etc/cron.d/mrtg
This should display errors from the mrtg cron job that generates these rrd files.

It would also be helpful to see the output from:

Code: Select all

ls -la /var/lib/mrtg/
Lastly, if you could provide your system profile (profile.zip)

To send us your system profile:
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share in a private message or upload it to the post/ticket.

Hopefully these steps can help us get to the bottom of this issue!
Locked