I recently took over admin of a redhat linux server that runs cacti to monitor thousands of network elements and have been having some issues.
The issues that ive been having is that the graphs have been having some big gaps in them and there are errors in the cacti logs indicating the SPINE poller lost connection to mysql.
I do not have access to the admin webpage for cacti (nobody has the login info) currently so that I will have to figure out at some point. I do have the root user/pass for the mysql database though.
Is there a guide someplace on troubleshooting cacti issues?
Any idea why I have the sql connection drops?
Any idea how I determine the login info for the cacti webpage?
SQL issues with cacti server
Moderators: Developers, Moderators
Re: SQL issues with cacti server
User account is on the database, so you should be able to remove the password of Cacti user (admin), it's on Cacti database, SELECT * FROM `user_auth` the field on the table is password
it's an MD5 hash I think so you juste have to remove it. and then you will have access to Cacti GUI.
I'm using phpMyadmin to manage the database, that give my wome hint on how the mysql is working, and help to have information on it.
Other wise, you will have to figure out if the problem is the number of simultanous access to it.
maybe we can help if you provide log of cacti, and my.cnf
it's an MD5 hash I think so you juste have to remove it. and then you will have access to Cacti GUI.
I'm using phpMyadmin to manage the database, that give my wome hint on how the mysql is working, and help to have information on it.
Other wise, you will have to figure out if the problem is the number of simultanous access to it.
maybe we can help if you provide log of cacti, and my.cnf
Test
Almalinux
php 8.2.14
mariadb 10.6.16
Cacti 1.2.27
Spine 1.2.27
RRD 1.7.2
thold 1.8
monitor 2.5
syslog 3.2
flowview: 3.3
weathermap 1.0 Beta
Almalinux
php 8.2.14
mariadb 10.6.16
Cacti 1.2.27
Spine 1.2.27
RRD 1.7.2
thold 1.8
monitor 2.5
syslog 3.2
flowview: 3.3
weathermap 1.0 Beta
Re: SQL issues with cacti server
I'll look into getting phpMyAdmin installed and working so I can look into it further. I know I have some failed attempts and a LOT of aborted. Just not sure exactly why yet.Rno wrote: ↑Fri Mar 18, 2022 2:07 am User account is on the database, so you should be able to remove the password of Cacti user (admin), it's on Cacti database, SELECT * FROM `user_auth` the field on the table is password
it's an MD5 hash I think so you juste have to remove it. and then you will have access to Cacti GUI.
I'm using phpMyadmin to manage the database, that give my wome hint on how the mysql is working, and help to have information on it.
Other wise, you will have to figure out if the problem is the number of simultanous access to it.
maybe we can help if you provide log of cacti, and my.cnf
Who is online
Users browsing this forum: No registered users and 6 guests