The MySQL Graph Collection - Version 2.0!
Moderators: Developers, Moderators
Details of the system
Fedora Core 1
cacti 0.8.6c
php 4.3.8
mysql 3.23
apache 2.0.47
Also posted this issue in the linux/unix forum, but no responses yet. I completely uninstalled php and reinstalled trying to fix the issue. I may just drop back down 0.8.5a, as it's working on a machine at work.
EDIT: To note that, while command statistics throws this error and does not create an rrd, the Connections script works just fine. I'm backing down 0.8.5a. Is 0.8.6c a requirement for this version of the mysql scripts?
Fedora Core 1
cacti 0.8.6c
php 4.3.8
mysql 3.23
apache 2.0.47
Also posted this issue in the linux/unix forum, but no responses yet. I completely uninstalled php and reinstalled trying to fix the issue. I may just drop back down 0.8.5a, as it's working on a machine at work.
EDIT: To note that, while command statistics throws this error and does not create an rrd, the Connections script works just fine. I'm backing down 0.8.5a. Is 0.8.6c a requirement for this version of the mysql scripts?
Looks like it was a known issue in lib/poller.php.
http://forums.cacti.net/viewtopic.php?p=29081#29081
Deefje I think these may be specific to 0.8.6c, but I'll let Otto answer that question.
http://forums.cacti.net/viewtopic.php?p=29081#29081
Deefje I think these may be specific to 0.8.6c, but I'll let Otto answer that question.
@badger
When I selects the XML file in the import page en click on the button nothing happens. When I do it with an other XML file I see a notification that it is imported in cacti. But when I try to import one of the mysql-xml file there is no notification. It doesn't give an XML error.. It look likes it doesn't accept the code....
When I selects the XML file in the import page en click on the button nothing happens. When I do it with an other XML file I see a notification that it is imported in cacti. But when I try to import one of the mysql-xml file there is no notification. It doesn't give an XML error.. It look likes it doesn't accept the code....
I got the same behavior trying to import to 0.8.5a. Looks like you may have to upgrade your cacti, but I'd wait for a response from otta first.Deefje wrote:@badger
When I selects the XML file in the import page en click on the button nothing happens. When I do it with an other XML file I see a notification that it is imported in cacti. But when I try to import one of the mysql-xml file there is no notification. It doesn't give an XML error.. It look likes it doesn't accept the code....
-
- Cacti User
- Posts: 51
- Joined: Tue Apr 27, 2004 11:43 am
- Location: Duesseldorf, Germany
- Contact:
Hi,
the Readme is called README.txt and is inside the archive!
With the single-statistics you can graph any mysql-status-variable you want. Have a look here:
http://forums.cacti.net/viewtopic.php?p=13765#13765
O
the Readme is called README.txt and is inside the archive!
With the single-statistics you can graph any mysql-status-variable you want. Have a look here:
http://forums.cacti.net/viewtopic.php?p=13765#13765
O
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Hello,
Import/Export is not currently supported between versions. With the pending 0.9 changes, that's a good thing too.
TheWitness
Import/Export is not currently supported between versions. With the pending 0.9 changes, that's a good thing too.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
I downloaded the file yesterday and whenI extract the files I only get 5 php Scripts and 7 XML Templates but no READEM.txt !ottob wrote:Hi,
the Readme is called README.txt and is inside the archive!
thanks for the link, I will give it a tryottob wrote: With the single-statistics you can graph any mysql-status-variable you want. Have a look here:
http://forums.cacti.net/viewtopic.php?p=13765#13765
Re: The MySQL Graph Collection - Version 2.0!
Hi otto and all. While I think these graphs are great to get into the details of MySQL. But can someone tell me what exactly some of this info means??ottob wrote:Hi all out there,
its time for an upgrade of the mysql-graph collection. Read the README file inside the zip-archive for more information.
changelog:
- added MySQL traffic graph
- only one php-script file for easier upgrades
- improved colors
- fixes some issues due php installation etc.
have fun!
otto
Thanks.
-L
what does this do?
hi
was wondering what does this mysql addon do? I'm still confuse. does this track users logging into the mysql? can this track others mysql server as well? I'm still confuse as this whole operation.. please explain it more in detail..
thanks
was wondering what does this mysql addon do? I'm still confuse. does this track users logging into the mysql? can this track others mysql server as well? I'm still confuse as this whole operation.. please explain it more in detail..
thanks
-
- Cacti User
- Posts: 51
- Joined: Tue Apr 27, 2004 11:43 am
- Location: Duesseldorf, Germany
- Contact:
Hi,
this addon shows simply some stats from your (or somone else) mysql-server.
for example you can watch:
- the traffic made my the mysql-server
- the usage of SQL-Statements (such as SELECT, INSERT etc).
- the handler-statistics, for example you can see the use (or no use) of SQL-indexes etc.
- The QueryCache-Graph - it shows the usage of the mysql-4.x QueryCache mechanism
i think that (especially for professional mysql-users ) the graphs are useful to verify the mysql-configuration and optimize mysql-settings...
take a look here:
http://dev.mysql.com/doc/mysql/en/serve ... ables.html
this addon shows simply some stats from your (or somone else) mysql-server.
for example you can watch:
- the traffic made my the mysql-server
- the usage of SQL-Statements (such as SELECT, INSERT etc).
- the handler-statistics, for example you can see the use (or no use) of SQL-indexes etc.
- The QueryCache-Graph - it shows the usage of the mysql-4.x QueryCache mechanism
i think that (especially for professional mysql-users ) the graphs are useful to verify the mysql-configuration and optimize mysql-settings...
take a look here:
http://dev.mysql.com/doc/mysql/en/serve ... ables.html
I have the same problem, did you find any solution? :SMr_Poche wrote:This seems pretty nice, but i cannot get it to work.
Every privileges on my SQL Server is fine, i run the script manually and it works perfectly but the graph is always empty.
im trying to monitor my local MySQL Server.
Any idea?
if i run in bash, i works, but in cacti i get no graph's :/
i DO get graph for the MySql - Traffic, but no one else :S
Need help here
www.gbps.no
cacti.gbps.no
cacti.gbps.no
Who is online
Users browsing this forum: No registered users and 5 guests