Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

graphs grafana 404 errors, solved

Pages: 1 2

Thought I would show this nginx error log too

https://pastebin.com/raw/0zAGeznV

Well finished adding all the nodes I needed but graphs are still no joy

In stats-setup.sh there are 2 lines where the default apache site is disabled and the apache2-graphite site is enabled

seems perl does not like this(missing if.pm) and throws an error, so the site does not get setup.

So, I'm and idiot, jack of all trades, master of none...

Not sure how to update perl and not break what I have so far....

 

root@peta1:~# a2dissite 000-default
Can't locate if.pm in @INC (you may need to install the if module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/sbin/a2dissite line 15.
BEGIN failed--compilation aborted at /usr/sbin/a2dissite line 15.

 

Then

a2ensite apache2-graphite
Can't locate if.pm in @INC (you may need to install the if module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/sbin/a2ensite line 15.
BEGIN failed--compilation aborted at /usr/sbin/a2ensite line 15.

Ok, I did a big fobar.

Sorry to trash discussion with all this noise.

Tried to get by with a over-burned CD, bad choice.  8 nodes with a trash installation.

Guess out of this I put in a feature request for a install media test if possible.

Did I say fobar??!?

I least I learned a bit more about where everything is.

Should have known better, but at least I admit it!

 

Pages: 1 2