Search found 8 matches
- 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...
- 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,...
- Mon Jun 05, 2006 10:29 pm
- Forum: Help: General
- Topic: [help] a lot of useless SQL before fetch data.
- Replies: 4
- Views: 1524
- 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:...
- 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
- Mon Jan 23, 2006 5:11 am
- Forum: Help: General
- Topic: rrd file stop be updated.
- Replies: 5
- Views: 1733
- 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...
- 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 ...