Cool zoom/history feature for cacti :)
Moderators: Developers, Moderators
I've just tried cactistoric 0.8.5-04 on cacti 0.8.5a and it works perfectly!
Is there a way to force the x axis labelling? I often graph two or three weeks at a time. Unfortunately, the output is a bit confusing as the x axis is labeled monday-Sunday and not with a specific date/week. I run into the same problem when I graph a few days at a time as well.
Not a show stopper, just a "would be nice" feature....
Mike
Is there a way to force the x axis labelling? I often graph two or three weeks at a time. Unfortunately, the output is a bit confusing as the x axis is labeled monday-Sunday and not with a specific date/week. I run into the same problem when I graph a few days at a time as well.
Not a show stopper, just a "would be nice" feature....
Mike
I've just tried cactistoric 0.8.5-04 on cacti 0.8.5a and it works perfectly!
Is there a way to force the x axis labelling? I often graph two or three weeks at a time. Unfortunately, the output is a bit confusing as the x axis is labeled monday-Sunday and not with a specific date/week. I run into the same problem when I graph a few days at a time as well.
Not a show stopper, just a "would be nice" feature....
Mike
Is there a way to force the x axis labelling? I often graph two or three weeks at a time. Unfortunately, the output is a bit confusing as the x axis is labeled monday-Sunday and not with a specific date/week. I run into the same problem when I graph a few days at a time as well.
Not a show stopper, just a "would be nice" feature....
Mike
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
Hi Bruno
I'm using Cacti 0.8.5a with cactistoric 0.8.5-0.0.4; everything's working fine, exept that I can't import templates (the postfix graph template, for example).
After a quick look at include/config_arrays.php, the hash_version_codes seems to miss an entry :
The "genuine" include/config_arrays.php in Cacti 0.8.5a looks like this :
After adding this line, imports works fine again
Cheers,
Frédéric Mangeant
I'm using Cacti 0.8.5a with cactistoric 0.8.5-0.0.4; everything's working fine, exept that I can't import templates (the postfix graph template, for example).
After a quick look at include/config_arrays.php, the hash_version_codes seems to miss an entry :
Code: Select all
$hash_version_codes = array(
"0.8.4" => "0000",
"0.8.5" => "0001"
);
Code: Select all
$hash_version_codes = array(
"0.8.4" => "0000",
"0.8.5" => "0001",
"0.8.5a" => "0002"
);
Cheers,
Frédéric Mangeant
This addon is very good
My little problem is:
When i want to see my yesterday graphen, there is no probleme witch the "5mn average" records.
The probleme is when i want to see 2 day ago. In this graph, there is a 30 mn average.
I've seen the probleme that are caused by a old rrd version but this is not my probleme. Is it normal?
thanks
My little problem is:
When i want to see my yesterday graphen, there is no probleme witch the "5mn average" records.
The probleme is when i want to see 2 day ago. In this graph, there is a 30 mn average.
I've seen the probleme that are caused by a old rrd version but this is not my probleme. Is it normal?
thanks
-
- Cacti User
- Posts: 68
- Joined: Tue Apr 22, 2003 5:51 am
-
- Cacti User
- Posts: 68
- Joined: Tue Apr 22, 2003 5:51 am
-
- Posts: 4
- Joined: Tue May 04, 2004 7:57 am
Week and Monthly graph not showing correctly
I installed cactistoric and adapted the 5 minute RRA row number to 17280
and did the resize with the script that was in the manual.
But now my week and monthly graph are not showing correctly..
The week graph only starts from about 4 days ago and the monthly graphs look like the same. So I fall back to the 'old' situation.
Does anybody know what i am doing wrong here?
Greetz, Rene
and did the resize with the script that was in the manual.
But now my week and monthly graph are not showing correctly..
The week graph only starts from about 4 days ago and the monthly graphs look like the same. So I fall back to the 'old' situation.
Does anybody know what i am doing wrong here?
Greetz, Rene
a little but usefull adaption to the code of cactoristic.php:
end_box();
print "<input type='image' src='images/button_view.gif' alt='Go' border='0' align='absm iddle' action='submit'>";
print " <A HREF='graph.php?local_graph_id=".$_GET['local_graph_id']."&rra_id=".$_GET['rra_id']."'><IMG src='images/button_cancel2.gif' alt='Back' border='0' align='absm iddle'></A>";
print "</td></tr>";
print "</table>";
print "</form>";
include_once("./include/bottom_footer.php");
This will give you the possibility to go back to the graph.php page
end_box();
print "<input type='image' src='images/button_view.gif' alt='Go' border='0' align='absm iddle' action='submit'>";
print " <A HREF='graph.php?local_graph_id=".$_GET['local_graph_id']."&rra_id=".$_GET['rra_id']."'><IMG src='images/button_cancel2.gif' alt='Back' border='0' align='absm iddle'></A>";
print "</td></tr>";
print "</table>";
print "</form>";
include_once("./include/bottom_footer.php");
This will give you the possibility to go back to the graph.php page
Odd Problem...
I noticed that someone posted about this earlier but there was no response. I upgraded from cacti 0.8.4 to 0.8.5a and then installed cactistoric-0.8.5-0.04. I first did this on a test server to make that it would work, and it did, worked great. Then I got to the production server, and after upgrading cacti with no problem, I then installed cactistoric-0.8.5-0.04. When I click on "zoom" I get the following error:
Parse error: parse error, unexpected $ in /var/www/html/cacti/cactistoric.php on line 267
Could this be permission problem or php problem?
Both servers were Red Hat 8.0 running php version 4.2.2.
Any thoughts/Ideas would be great! Thanks.
Parse error: parse error, unexpected $ in /var/www/html/cacti/cactistoric.php on line 267
Could this be permission problem or php problem?
Both servers were Red Hat 8.0 running php version 4.2.2.
Any thoughts/Ideas would be great! Thanks.
Well...I decided to just move everything over to the test server that it worked on
Unfortunately, I had a few problems with the graphs and their displaying of the month graph. I can see the data in the Year Graph, but not in the Month and Week graph. Check out my post under general (graphs included):
http://www.raxnet.net/board/viewtopic.php?p=14050#14050
Any thoughts would be greatly appreciated!
Unfortunately, I had a few problems with the graphs and their displaying of the month graph. I can see the data in the Year Graph, but not in the Month and Week graph. Check out my post under general (graphs included):
http://www.raxnet.net/board/viewtopic.php?p=14050#14050
Any thoughts would be greatly appreciated!
-
- Cacti User
- Posts: 68
- Joined: Tue Apr 22, 2003 5:51 am
take a look at my post in the general section : http://www.raxnet.net/board/viewtopic.php?p=14134#14134
Who is online
Users browsing this forum: No registered users and 0 guests