Search found 19 matches
- Thu Dec 06, 2012 2:58 pm
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
Removed the section of code and it is still the same. What other files could cause this issue? I will post the code to see if everything is correct.
- Thu Dec 06, 2012 10:18 am
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
For some odd reason I was able to view the tabs that should have been created, but only when I ran a report from a new plugin, Reportit. My work around that I have developed was to simply create a link to one of the tabs for the modules and they all work. The situation is, however, when I click on e...
- Thu Dec 06, 2012 9:49 am
- Forum: Plugin: (Network Weather Map)
- Topic: Adding maps
- Replies: 1
- Views: 957
Adding maps
I am running Cacti version 0.8.7i with version 0.97a for weathermaps. I have created a weathermap but when I go to Weathermap Management, click Add, and then Click Add beside the file that I have created, it brings me back to the Weathermap Management page and continues to say "No Weathermaps C...
- Thu Nov 15, 2012 8:40 am
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
Yeah i reinstalled the plugin manager as well. My issue is that when a plugin adds a link to the left of the console, those links work, however the layout looks like the incorrect view I have posted when I opened this topic. Also those plugins that should add a tab at the top, the tab is not there. ...
- Wed Nov 14, 2012 7:10 pm
- Forum: Addons for Cacti
- Topic: [SOLVED] Cacti main install location
- Replies: 2
- Views: 4885
Re: Cacti main install location
Just for reference for other users, the Ubuntu 12.0.4 main install location is /usr/share/cacti/. The config.php file is at /usr/share/cacti/site/include. Another useful tip I found out is that if the cacti site does not come up, there is an additional file that is required from the config.php file ...
- Wed Nov 14, 2012 6:59 pm
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
Since last week the pc running cacti has crashed and I have reinstalled cacti (version 0.8.7i) and added the plugins back. It is still on ubuntu 12.04.1 as well. The plugins that have their own "page" still looks like the screenshot i posted at the beginning with the "website template...
- Wed Nov 14, 2012 5:59 pm
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
Re: Interface Traffic Setup (Inbound and Outbound)
I realized that I was able to create the graphs that I wanted (after enabling SNMP) by adding an associated data query. Everything is working fine now. Thanks for all the help.
- Thu Nov 08, 2012 4:52 pm
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
Re: Interface Traffic Setup (Inbound and Outbound)
Ok, I have setup a server in cacti that has SNMP setup. I know that the SNMP seems to be working because I am getting a Ping Latency graph from it. Everything is running off the SNMP. However, I have two graphs for this one that aren't working, Inbound/Outbound Traffic and then Errors/Discards. I cr...
- Fri Nov 02, 2012 11:52 am
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
Re: Interface Traffic Setup (Inbound and Outbound)
Yeah its a windows server that I am trying to monitor. I know for a fact the server needs to have SNMP setup. Once I am able to get that setup on the server I will see what happens with the graphing. Also I am assuming that most of the graphing comes from having SNMP setup. Am I correct on this? The...
- Fri Nov 02, 2012 10:43 am
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
Re: Interface Traffic Setup (Inbound and Outbound)
I am running version 0.8.7i of cacti on ubuntu 12.04. If it is an SNMP issue, it is probably because SMNP is not setup for that server. I am fairly new at using cacti and not sure what uses SMNP and what doesn't. Does the graphing of inbound and outbound traffic require SMNP?
- Fri Nov 02, 2012 10:22 am
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
Re: Interface Traffic Setup (Inbound and Outbound)
Here is the results for the graph debug: RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title='Server - Traffic' \ --rigid \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --vertical-label='bits per second' \ --slope-...
- Thu Nov 01, 2012 10:25 am
- Forum: Help: General
- Topic: [SOLVED] Interface Traffic Setup (Inbound and Outbound)
- Replies: 11
- Views: 5741
[SOLVED] Interface Traffic Setup (Inbound and Outbound)
I am trying to get the traffic interface graphing up and running for inbound and outbound traffic, however I am just a blank screen for the graph and its been up for a several days. Below is all the settings: For the Graph Management Graph Template Selection Selected Graph Template: Interface - Traf...
- Tue Oct 30, 2012 11:38 am
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
Ok, I put the url_path line into the config.php file. However, nothing has changed still...
- Tue Oct 30, 2012 11:06 am
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
That is where my config.php file is. Should that line be change to the exact location?
- Tue Oct 30, 2012 8:28 am
- Forum: Plugin General
- Topic: Cacti Modules
- Replies: 16
- Views: 3638
Re: Cacti Modules
For the include configuration i only have one line of code:
Code: Select all
include(dirname(__FILE__) . "/config.php");