Search found 10 matches

by undertoe
Thu Apr 23, 2015 8:25 am
Forum: Scripts and Templates
Topic: WinXP-Win8, Win2000-Server 2012 x32/x64 Templates
Replies: 303
Views: 426801

Re: WinXP-Win8, Win2000-Server 2012 x32/x64 Templates

I have all the graphs working except network and memory. Memory just gives me a Paging option. Is this normal? Traffic for the network card is a dead image.

https://db.tt/8h2wgwgl
by undertoe
Mon Sep 06, 2010 9:23 am
Forum: Scripts and Templates
Topic: The MySQL Graph Collection - Version 2.0!
Replies: 169
Views: 405496

Just and FYI on mysql 5+ this does the trick, if you don't do this you will see no data for most of the graphs. If you're using MySQL5, edit mysql_stats.php and replace the following lines $result_stat = @mysql_query("SHOW STATUS"); to $result_stat = @mysql_query("SHOW GLOBAL STATUS&q...
by undertoe
Wed Jun 02, 2010 1:42 pm
Forum: Help: Linux/Unix Specific
Topic: Graph Zimbra in Cacti
Replies: 4
Views: 6305

Zimbra Graphing is in the works on my end. I am currently using the SOAP interface to graph total users vs logged in users and MTA stats.

http://code.google.com/p/cacti-zimbra/

stay tuned i am in the process of making the code public
by undertoe
Wed Jun 02, 2010 1:41 pm
Forum: Help: Linux/Unix Specific
Topic: Zimbra 5/6
Replies: 1
Views: 790

Zimbra Graphing is in the works on my end. I am currently using the SOAP interface to graph total users vs logged in users and MTA stats.

http://code.google.com/p/cacti-zimbra/

stay tuned i am in the process of making the code public
by undertoe
Tue Jun 01, 2010 12:49 pm
Forum: Scripts and Templates
Topic: Creating Zimbra Graph
Replies: 4
Views: 3833

Figured this out. I am now working on a script / template via soap requests for zimbra mail graphing. Should have something working in the next couple weeks.

Anyone have any requests for graphs.

Currently I have 2 graphs

1) Total Users / logged in users
2) Total Messages / Spam / Virus
by undertoe
Sat May 29, 2010 8:47 am
Forum: Scripts and Templates
Topic: Creating Zimbra Graph
Replies: 4
Views: 3833

Bump.. is anyone willing to help me out??

This is a forum and this should be a very simple question....
by undertoe
Tue May 25, 2010 3:37 pm
Forum: Scripts and Templates
Topic: Creating Zimbra Graph
Replies: 4
Views: 3833

Creating Zimbra Graph

Ok so I have a script that checks the total number of users on my zimbra server. The script just returns a number ie: get-zimbra-users.php outputs: 287 I have created the data input methods, graph and data template. my php script is working just fine. I included my template export. Just doesn't grap...
by undertoe
Wed May 19, 2010 3:04 pm
Forum: Scripts and Templates
Topic: 16 CPU Graph Template Question
Replies: 4
Views: 1869

Ok here is my results, anyone out there that can help me make it nice and pretty?
by undertoe
Wed May 19, 2010 2:26 pm
Forum: Scripts and Templates
Topic: 16 CPU Graph Template Question
Replies: 4
Views: 1869

Actually I figured it out in edit template. I will post my xml when i am done.
I think I will need help making the graph look all nice an pretty
by undertoe
Wed May 19, 2010 1:55 pm
Forum: Scripts and Templates
Topic: 16 CPU Graph Template Question
Replies: 4
Views: 1869

16 CPU Graph Template Question

I have a working 8 processor graph template that i downloaded from

What would i need to do to change this to work with 16 processors?