Shaun Posted July 26, 2010 Share Posted July 26, 2010 Hi All. I have developed a mod which i'm using internally to display Cacti graphs. This mod differs from most as it does not require you to export you cacti graphs. This mod actually logs into your cacti server as a usee and then calls the graph_image.php. Currently it allows you to specify time spans then draws the links. // Location of your cacti base path $kdo_cacti_url = "http://cacti.xxx.eu/"; // Url of the loading image $kdo_cacti_loading_img_url = "http://www.cherisystechnologies.com/images/loading-ajax.gif"; // Cacti Login $kdo_cacti_usr = urlencode("admin"); // Cacti Password $kdo_cacti_pwd = urlencode("xxxxxxxxxx"); //Define the different timespans $kdo_cacti_ranges = array( // "unique code" => array("Graph Title","start timestamp", "end time stamp), "5mins" => array("5 Minutes",strtotime("-5 minutes"),strtotime("now")), "15mins" => array("15 Minutes",strtotime("-15 minutes"),strtotime("now")), "60mins" => array("60 Minutes",strtotime("-60 minutes"),strtotime("now")), "24hrs" => array("24 Hours",strtotime("-24 hours"),strtotime("now")), "7days" => array("7 Days",strtotime("-7 days"),strtotime("now")), "1month" => array("1 Month",strtotime("-1 month"),strtotime("now")), "1year" => array("1 Year",strtotime("-1 year"),strtotime("now")) ); All thats needed is to add a custom field to the product and include one file in your clientareaproductdetail.tpl If released i'm thinking about 45AUD (Owned) for the price. If you like the idea post in the thread, if there are enough takers ill package with the license code and make it available on the Kadeo Website. 0 Quote Link to comment Share on other sites More sharing options...
Snowman Posted July 29, 2010 Share Posted July 29, 2010 as long as the template is customisable I would be interested in this module as we would like to display netflow traffic across our border gateway routers and also netflow graphs for clients on vms and dedicateds in this manner, providing you can display more than one graph per customer or per package...ie multiple nic ports etc 0 Quote Link to comment Share on other sites More sharing options...
GNS_Harrison Posted August 1, 2010 Share Posted August 1, 2010 this looks good 0 Quote Link to comment Share on other sites More sharing options...
wolfcreek Posted April 5, 2012 Share Posted April 5, 2012 is this still being developed? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.