Hi, I am having a similar issue with the wizard as described here:
http://support.nagios.com/forum/viewtop ... very#p5100
I wanted to add a port, I tried it manually and was getting the "rrd does not exist" error described here:
http://support.nagios.com/forum/viewtopic.php?f=6&t=940
Then, following the first link I decided to delete the host and all its services. I got the latest version of the network wizard and ran that. It, however, still only discovers the ports that I deleted, not any new ones in use since the original scan many months ago.
Any suggestions on how I can get the scan to work? I am not monitoring that switch or any other switch at the moment so I do not mind deleting stuff.
This is version 2009R1.4B running on one of your downloaded VMs.
Thanks.
network switch ports
-
- Site Admin
- Posts: 256
- Joined: Mon Oct 12, 2009 8:21 am
Re: network switch ports
The switch wizard caches scan data in the following directory:
You should see files in that directory that correspond to your switch(es). For example:
Delete the files that have a pattern that matches the IP address of your switch. You may also have to remove the appropriate configuration from the MRTG config file (/etc/mrtg/mrtg.cfg).
Once that is done, the switch wizard will do a "fresh" scan of the switch.
Code: Select all
/usr/local/nagiosxi/tmp
Code: Select all
/usr/local/nagiosxi/tmp/mrtgscan-192.168.1.253
/usr/local/nagiosxi/tmp/mrtgscan-192.168.1.253.done
/usr/local/nagiosxi/tmp/mrtgscan-192.168.1.253_l
/usr/local/nagiosxi/tmp/mrtgscan-192.168.1.254
/usr/local/nagiosxi/tmp/mrtgscan-192.168.1.254.done
Once that is done, the switch wizard will do a "fresh" scan of the switch.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Ethan Galstad
President
Ethan Galstad
President
-
- Posts: 20
- Joined: Thu Apr 08, 2010 11:57 am
Re: network switch ports
well, it is almost better. For the new port that I wanted to monitor, ping and port status are ok.
For bandwidth, however, i still get the following error: /var/lib/mrtg/10.10.10.1_11125.rrd does not exist.
I removed the files in /usr/local/nagiosxi/tmp/ that referenced the IP of the switch. I also renamed mrtg.cfg.
Any ideas?
Thanks.
For bandwidth, however, i still get the following error: /var/lib/mrtg/10.10.10.1_11125.rrd does not exist.
I removed the files in /usr/local/nagiosxi/tmp/ that referenced the IP of the switch. I also renamed mrtg.cfg.
Any ideas?
Thanks.
-
- Posts: 20
- Joined: Thu Apr 08, 2010 11:57 am
Re: network switch ports
if i go to the /var/lib/mrtg directory I do not see the associated .rrd for the port in question.
How is that file generated and is there a way I can do it manually?
How is that file generated and is there a way I can do it manually?
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: network switch ports
I don't actually know off hand how mrtg generates it's config files, but I know the wizard runs "cfgmaker" which generates an mrtg configuration, located in /etc/mrtg/mrtg.cfg, and then the wizard parses that file for information. I know people have modified the cfgmaker call made by the wizard at times, but I couldn't tell you the exact steps to take....
Let me know if that points you in the right direction
Let me know if that points you in the right direction
-
- Posts: 20
- Joined: Thu Apr 08, 2010 11:57 am
Re: network switch ports
oki, I couldn't find any cfgmaker so I edited the mrtg.cfg file and uncommented the port in question. Then, I copied another .rrd file and named it after the one it was looking for. It is now up, now I am just curious if the bandwidth will be for the correct port or if it is mirroring the port that I copied the .rrd file from.
Any ideas?
Any ideas?
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: network switch ports
I don't actually know, I haven't tried that method before, so you'll have to compare the graphs and see.
cfgmaker is installed on your XI system. Type
for usage instructions.
cfgmaker is installed on your XI system. Type
Code: Select all
man cfgmaker