Search found 26 matches

by Ateo
Tue Oct 07, 2008 5:31 pm
Forum: Help: Linux/Unix Specific
Topic: PHP & snmprealwalk()
Replies: 0
Views: 952

PHP & snmprealwalk()

Hi. I just have questions about the fucntionality of some php functions. I checked out the php site but it didn't come anywhere close to answering my questios. Anyways... Does the function snmprealwalk take the OID block and poll the host to receive the entire block in one shot? OR Does the function...
by Ateo
Tue Oct 07, 2008 12:11 pm
Forum: Help: Linux/Unix Specific
Topic: spine 500 ms timeout
Replies: 24
Views: 11011

I would like to troubleshoot this problem online. Are you available and at what times? (EDT GMT-5) TheWitness Hey. Ok. Sorry I got back so late. I am available via IM however, I'll be gone (unable to troubleshoot) from the 8th - 12th. After that, yes, let's troubleshoot. I'm on the west coast ( -8 ...
by Ateo
Fri Oct 03, 2008 1:29 pm
Forum: Feature Requests
Topic: English, Français, Español, Deutsch...
Replies: 3
Views: 5795

English, Français, Español, Deutsch...

Internationalization. The admin panel needs it. It was somewhat confusing to me, a native English speaker, I can only imagine what an admin with limited English sees. Not as a plugin, as part of the core. While I know there isn't much text on the user end, the admin panel has much and life would be ...
by Ateo
Fri Oct 03, 2008 12:20 pm
Forum: Help: Linux/Unix Specific
Topic: spine 500 ms timeout
Replies: 24
Views: 11011

Oh. Also, for the record, it is also timing out on remote snmp requests... 10/03/2008 10:09:03 AM - SPINE: Poller[0] Host[45] DS[1280] WARNING: SNMP timeout detected [500 ms], ignoring host '192.168.4.240' 10/03/2008 10:09:03 AM - SPINE: Poller[0] Host[45] DS[1281] WARNING: SNMP timeout detected [50...
by Ateo
Fri Oct 03, 2008 11:54 am
Forum: Help: General
Topic: Is the 0.8.7b stable?
Replies: 4
Views: 1281

I've put cacti 0.8.7b through some hell the last week or so. Seems pretty rock solid to me. And I break things easily. =)
by Ateo
Thu Oct 02, 2008 4:36 pm
Forum: Help: General
Topic: FATAL: Cannot connect to MySQL server on 'localhost'.
Replies: 5
Views: 10614

Post output of:

Code: Select all

tail -n 50 /var/log/mysql.err
and

Code: Select all

tail -n 50 /var/log/mysql.log
by Ateo
Thu Oct 02, 2008 4:27 pm
Forum: Help: General
Topic: FATAL: Cannot connect to MySQL server on 'localhost'.
Replies: 5
Views: 10614

Q

Yes mysql is running... No. It's not. The output you want is something like: boron scripts # ps aux |grep mysql mysql 18303 0.0 1.5 142140 31540 ? Ssl Sep24 11:02 /usr/sbin/mysqld --defaults-file=/etc/mysql/my.cnf --basedir=/usr --datadir=/var/lib/mysql --pid-file=/var/run/mysqld/mysqld.pid --socke...
by Ateo
Thu Oct 02, 2008 2:29 pm
Forum: Help: General
Topic: FATAL: Cannot connect to MySQL server on 'localhost'.
Replies: 5
Views: 10614

Is MySQL running? Post output of:

Code: Select all

ps aux |grep mysql
by Ateo
Thu Oct 02, 2008 2:02 pm
Forum: Help: Linux/Unix Specific
Topic: spine 500 ms timeout
Replies: 24
Views: 11011

Ok. I *think* nailed it. Spine is failing at function snmp_get_multi in snmp.c. For some reason, it can't talk to the host. Oddly, cacti runs on the snmp host. 10/02/2008 11:50:10 AM - SYSTEM STATS: Time:9.9961 Method:cmd.php Processes:10 Threads:N/A Hosts:8 HostsPerProcess:1 DataSources:35 RRDsProc...
by Ateo
Thu Oct 02, 2008 1:10 pm
Forum: Help: Linux/Unix Specific
Topic: spine 500 ms timeout
Replies: 24
Views: 11011

Ok. Again. I recompiled svn, this time tagging the error with the poller.c line responsible for the error. Here's the output: boron main # tail -f /var/log/cacti/cacti.log 10/02/2008 11:04:58 AM - WEBUI: Cacti Log Cleared from Web Management Interface 10/02/2008 11:05:10 AM - SYSTEM STATS: Time:9.99...
by Ateo
Thu Oct 02, 2008 11:10 am
Forum: Help: Linux/Unix Specific
Topic: use icmp as non-root user?
Replies: 1
Views: 2182

Just out of curiosity, what is the syntax you added to sudoers? Also, did you use a regular text editor or "visudo" to edit /etc/sudoers?
by Ateo
Thu Oct 02, 2008 10:54 am
Forum: Help: Linux/Unix Specific
Topic: Cron Log doesn't Match Cacti Log
Replies: 2
Views: 1953

The only time I've seen this error logged is when I force execute poller.php while I was testing a custom script. So, from my experience, the error tells me that the poller was executed once (or more) between the 5 minute cron job. Does your system clock drift?
by Ateo
Thu Oct 02, 2008 10:45 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not graphing after fresh installation
Replies: 3
Views: 1810

You've provided no information on what you've done to troubleshoot. How can we help?

Do you get NaNs as the values? Did you configure the devices correctly?
by Ateo
Thu Oct 02, 2008 10:43 am
Forum: Help: Linux/Unix Specific
Topic: New Linux Install. Blank screen after install
Replies: 4
Views: 2879

Maybe the users you've tried isn't the user that owns the apache service (when running). Check your httpd.conf file and make sure your user/group matches the actual owners. On ubuntu systems, the apache user/group is www-data, while on Gentoo, the default apache user/group is apache. Other distros m...
by Ateo
Thu Oct 02, 2008 10:36 am
Forum: Help: Linux/Unix Specific
Topic: spine 500 ms timeout
Replies: 24
Views: 11011

Ok. Thanks for the reply.

I successfully compiled the source in "main".. I had to run "autoreconf" and "libtoolize --force" to get configure to do it's thing..

However, I regret to inform that spine svn does not solve the snmp timeout issue.