Cactiusers.org


It is currently Thu May 17, 2012 9:32 am




Post new topic Reply to topic  [ 2 posts ] 
 Event Marker 
Author Message
New User

Joined: Sun Jan 29, 2006 11:51 pm
Posts: 15
Post Event Marker
Another feature that would be hand is the ability to add in a VRULE marker to allow you to insert reference points into the host graphs. This would allow you to see correlation of information pre and post and event such as a new application installation. I though it would be similar to the 95th percentile marker but be based on a manually entered event for a given host.


Wed Feb 01, 2006 7:10 pm
New User

Joined: Sun Jan 29, 2006 11:51 pm
Posts: 15
Post 
The code to achieve this can be added to rrd_functions.php as posted by andy at:

http://forums.cacti.net/about587.html


But having a common interface where the host can be specified, comments inserted and the event date selected would be excellent. If the events were stored in an SQL table to allow searcing of criteria so that an event type could be located and all applicable devices affected by the event could be found.

My skills in this area are limited and wondered if anyone had looked at this aspect of cacti.
___________________________________________________________
This diff to rrd_functions.php allows you to specify, e.g. -24:00 in the VRULE Value to draw a line at 24 hours ago.

Replace in the VRULE section:

$value = date("U", mktime($value_array[0],$value_array[1],0));

with:

if($value_array[0] < 0) {
$value = date("U") - (-3600*$value_array[0]) - 60*$value_array[1];
} else {
$value = date("U", mktime($value_array[0],$value_array[1],0));
}
___________________________________________________________


Tue Feb 21, 2006 4:06 pm
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: