check_mrtgtraf
Re: check_mrtgtraf
You had some typo's when you ran the command last time. Can you run it again?
Before posting the mrtg.txt file, take a look at is and see if it is valid and if there are any clues on why it is not running on your system.
Before posting the mrtg.txt file, take a look at is and see if it is valid and if there are any clues on why it is not running on your system.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: check_mrtgtraf
I apologize for that. Here is the corrected version.
- Attachments
-
mrtg (2).txt- (1.14 KiB) Downloaded 362 times
Re: check_mrtgtraf
I have attached 2 config files to this post.
Download them and the one called mrtg.cfg, overwrite your /etc/mrtg/mrtg.cfg file with the one from the post.
Then, lets clear out and configuration files by running the following as root.
The attachment called, 192.168..2.126.cfg put is in the following folder.
See if that fixes the issue.
Download them and the one called mrtg.cfg, overwrite your /etc/mrtg/mrtg.cfg file with the one from the post.
Then, lets clear out and configuration files by running the following as root.
Code: Select all
rm /etc/mrtg/conf.d/*Code: Select all
/etc/mrtg/conf.d- Attachments
-
192.168.2.126.cfg- (60.66 KiB) Downloaded 362 times
-
mrtg.cfg- (751 Bytes) Downloaded 359 times
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: check_mrtgtraf
No dice. I ran the debug line again and attached the resulting .txt files.
- Attachments
-
mrtg.txt- (129.64 KiB) Downloaded 326 times
Re: check_mrtgtraf
This error from the file needs to be resolved.
ERROR: could not find rrdtool. Use PathAdd: in mrtg.cfg to help mrtg find rrdtool
You need to install the following packages on your server as MRTG needs them to create the rrd files.
ERROR: could not find rrdtool. Use PathAdd: in mrtg.cfg to help mrtg find rrdtool
You need to install the following packages on your server as MRTG needs them to create the rrd files.
Code: Select all
rrdtool
rrdtool-perlBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: check_mrtgtraf
I did
Do I need to do anything for the rrdtool-perl?
Code: Select all
sudo apt install rrdtoolRe: check_mrtgtraf
The ubuntu package is called so run the following to install it
Code: Select all
apt install mrtg-rrdBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: check_mrtgtraf
Ok. I ran that. Restarted the whole machine and reran the debug and it comes back with no error in the .txt file. Still nothing.
Re: check_mrtgtraf
Lets recreate the config file for your router.
Run the following command to recreate it but make sure you update any of the settings.
Run the following command to recreate it but make sure you update any of the settings.
Code: Select all
/usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed 100000000 [email protected]:161::::2 >/etc/mrtg/conf.d/192.168.2.126.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!