Search found 8 matches

by mjjzr
Mon Dec 11, 2006 11:11 pm
Forum: Help: General
Topic: I have forgotten my cacti admin password
Replies: 20
Views: 54438

The suggestions above will work for Cacti 0.6.x. You can use the following SQL to reset your admin password in 0.8: update user_auth set password=MD5('NEWPASSWORD') where username='admin'; Make sure to replace NEWPASSWORD with your desired admin password. Let me know if you are still having problem...
by mjjzr
Wed Jun 07, 2006 9:39 pm
Forum: Help: General
Topic: [help] a lot of useless SQL before fetch data.
Replies: 4
Views: 1524

Is this script requesting a remote site? How long does it take to establish a new connection (if none is currently established, e.g. dial-up/ADSL connect, ...). Reinhard Hi lvm Yes, just as you said,it's my script's problem. the script can't running properly in background. after modify the scripts,...
by mjjzr
Mon Jun 05, 2006 10:29 pm
Forum: Help: General
Topic: [help] a lot of useless SQL before fetch data.
Replies: 4
Views: 1524

Is your cacti fully patched? And please grep for SYSTEM STATS in ./log/cacti.log and post this Reinhard yes, I apply all the patches, and below is the "SYSTEM STATS" normally, all my jobs should be finished in 20Secs, but when I enable one of my Data Sources : weather. the jobs finish tim...
by mjjzr
Mon Jun 05, 2006 5:35 am
Forum: Help: General
Topic: [help] a lot of useless SQL before fetch data.
Replies: 4
Views: 1524

[help] a lot of useless SQL before fetch data.

Hi, I've just noticed my cacti page some times response slow, and after I turn on the DEBUG log, I saw a lot of log like below , before the cacti begin fetch data. almost after 2 minutes , the cacti begin to do some work Does anyone met the same ? or any clues ? thanks a lot. ..... 06/05/2006 06:27:...
by mjjzr
Tue Feb 14, 2006 2:31 am
Forum: Scripts and Templates
Topic: UNIX Template Set for Cacti: HP-UX, Solaris, Linux
Replies: 91
Views: 253598

Hi adumont
Thanks for your work, that's save me a lot of time. 8-)
I've imported to a 0.86h and looks ok.
by mjjzr
Mon Jan 23, 2006 5:11 am
Forum: Help: General
Topic: rrd file stop be updated.
Replies: 5
Views: 1733

Did you set DEBUG mode? This is required for getting rrdtool statements logged in cacti.log Reinhard Hi lvm I've got the log ,and it's looks llike this: 01/23/2006 06:04:12 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id,rrd_name,time,output) values (772,'traf...
by mjjzr
Mon Jan 16, 2006 8:15 am
Forum: Help: General
Topic: rrd file stop be updated.
Replies: 5
Views: 1733

Please check the timestamps. Goto Settings and select Logging Level = DEBUG . The find a rrdtool update statement in the cacti.log. Copy this to command line and execute from there to see any possible update errors Reinhard Hi Lvm thanks for your advice. I've tried by command: cat ./cacti.log |grep...
by mjjzr
Thu Jan 12, 2006 10:35 pm
Forum: Help: General
Topic: rrd file stop be updated.
Replies: 5
Views: 1733

rrd file stop be updated.

after some time of use, the cacti works well, and last Friday, I shutdown some of the servers for maintain break, and after I restarted the servers, I noticed that, my cacti can't update the rrd files any more. all the rrd file's time stamp are still last week. and I try to find some clues from the ...