Jump to content

Gauging Interest: Cacti Mod, no graph export 100% Secure


Recommended Posts

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"))
);

 

fireshotprocapture013th.png

 

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated