Search found 6 matches

by technick
Fri Aug 08, 2008 12:27 pm
Forum: Help: General
Topic: Need help Thold with Switches. Dont know what value
Replies: 2
Views: 712

This might help you...

http://lyberty.com/encyc/articles/kb_kilobytes.html

If your dealing with a 10/100 switch, you want to monitor Megabytes.
by technick
Tue Aug 05, 2008 3:04 pm
Forum: Help: Linux/Unix Specific
Topic: Help- install - cannot connect to mySQL
Replies: 11
Views: 10929

create a page inside your apache http docs root directory and insert the following

<php
phpinfo();
?>

Check to make sure php has mysql support.

The php error reporting / debugging is found in the php.ini file.
by technick
Tue Aug 05, 2008 3:00 pm
Forum: Help: Linux/Unix Specific
Topic: [SOLVED] Problem with interfaces graph
Replies: 13
Views: 3481

LMAO, you went to all that trouble to black out a hostname and you left it visible under the default tree. Paranoid Much? What are we going to do with your hostname? Anyways, here is a default snmpd.conf file from a fresh debian etch installed today. Only changes to the file are com2sec settings, en...
by technick
Tue Aug 05, 2008 12:57 pm
Forum: Help: Linux/Unix Specific
Topic: Help- install - cannot connect to mySQL
Replies: 11
Views: 10929

Have you checked to make sure mysql is listening on a local port? I assume your connecting to "localhost", do you run a firewall that might be filtering 3306 on localhost?

The only other thing I can think of is turning on error reporting inside php and watch the verbose output.
by technick
Tue Aug 05, 2008 12:25 pm
Forum: Addons for Cacti
Topic: graphs not showing
Replies: 4
Views: 4604

I had a similar problem when setting up Cacti on debian, then I decided to fully read the documentation =). My problem was I overlooked the poller crontab configuration, once I ran that, things started working properly. Did you setup the poller in crontab? You can always manually run it to test to m...
by technick
Tue Aug 05, 2008 12:23 pm
Forum: Help: General
Topic: graphs not displaying after rrd 1.2.x
Replies: 5
Views: 1271

I had a similar problem that was resolved by restarting apache.