Alvarion Graphs Not showing up
Moderators: Developers, Moderators
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Alvarion Graphs Not showing up
Hello,
We have imported some Alvarion AU and SU graphs for the VL line. We have added a device (AU) and the system reads the device, can tell uptime, software version and etc. But when we go to create a graph, the graphs seem to be broken.
Attached is an example of what we are running into.
Any help, would be greatly appreciated.
We have imported some Alvarion AU and SU graphs for the VL line. We have added a device (AU) and the system reads the device, can tell uptime, software version and etc. But when we go to create a graph, the graphs seem to be broken.
Attached is an example of what we are running into.
Any help, would be greatly appreciated.
- Attachments
-
- Screen shot of broken graph
- Broken Graph.jpg (40.02 KiB) Viewed 2367 times
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Here is another screen shot, it shows traffic is being graphed, just appears as though the graphs are broken......
Any suggestions on what to look into?
We have installed this version of Cacti on a Win2k3 Server with IIS 6.0. We ended up using the cacti-0.8.7e-1.931x86 Windows installer which does the entire process for you. Not sure if that info will help or not.
Any help would be greatly appreciated!
Thanks all!!
Any suggestions on what to look into?
We have installed this version of Cacti on a Win2k3 Server with IIS 6.0. We ended up using the cacti-0.8.7e-1.931x86 Windows installer which does the entire process for you. Not sure if that info will help or not.
Any help would be greatly appreciated!
Thanks all!!
- Attachments
-
- being graphed.jpg (23.21 KiB) Viewed 2365 times
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Ok, so more info to report. Looks like we need to do the following:
For you to actually get graph images, poller.php must run at least once so it can create .rrd files in Cacti's 'rra/' directory. Double check that you configured your /etc/crontab file to execute poller.php every five minutes. Also make sure that the user poller.php runs as has permission to create new files in Cacti's 'rra/' directory
How do we get the poller.php to run?
For you to actually get graph images, poller.php must run at least once so it can create .rrd files in Cacti's 'rra/' directory. Double check that you configured your /etc/crontab file to execute poller.php every five minutes. Also make sure that the user poller.php runs as has permission to create new files in Cacti's 'rra/' directory
How do we get the poller.php to run?
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Ok even more info.
So we have done the following:
So we have done the following:
Here is our Graph Debug.I just installed Cacti and all of my graphs appear as broken images.
For you to actually get graph images, poller.php must run at least once so it can create .rrd files in Cacti's 'rra/' directory. Double check that you configured your /etc/crontab file to execute poller.php every five minutes. Also make sure that the user poller.php runs as has permission to create new files in Cacti's 'rra/' directory.
If all of your settings appear correct, try running poller.php manually by cd'ing to Cacti's directory and typing:
shell> php poller.phpIf you have files in your 'rra/' directory, but your graphs still appear as broken images, you should enable graph debug mode see exactly why the graphs are not rendering. To do this go into Cacti, select Graph Management from the menu, select any graph listed, and select Turn On Graph Debug Mode.
Thoughts? (Sorry for all the posts, just want a history of where we started VS where we are.....)RRDTool Command:
C:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="NFLDRed - Traffic" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits/sec" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
CDEF:cdefa=a,8,* \
AREA:cdefa#00FF00FF:"Radio Out" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\: %8.2lf %s\n" \
AREA:cdefa#FFF200FF:"Radio In" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\: %8.2lf %s\n" \
LINE1:cdefa#0000FFFF:"Ethernet In" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\: %8.2lf %s\n" \
LINE1:cdefa#FF3932FF:"Ethernet Out" \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\: %8.2lf %s\n"
RRDTool Says:
ERROR: invalid rpn expression in: a,8,*
That graph has no data source (and thus, rrd file) associated to it.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Well I am getting somewhere with it, but hte graphs are still not showing. I even ran manually ran the scheduled tasks thinking maybe that would generate them. See screen shots below, Iam guessing I just have 1 small thing off.
- Attachments
-
- Data Input.jpg (31.79 KiB) Viewed 2312 times
-
- NFLDRed Data Input.jpg (43.46 KiB) Viewed 2312 times
-
- RRA Directory.jpg (37.69 KiB) Viewed 2312 times
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Change the cacti logging level to medium or higher. Then watch what the Alvarion AU and SU scripts/data sources are returning from the device. U is a lack of data.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 12
- Joined: Sun Jan 27, 2008 6:04 pm
Yes they are working, sorry. We were just not patient enough to let the data come in.
We are looking at needing a realtime graph. I see there is a realtime plugin, but our folder structure within Cacti does not have a plugin folder and that according to the directions of the realtime install is where we are to put the scripting for it.
Any newer versions of real time or a better walkthrough out there?
We are looking at needing a realtime graph. I see there is a realtime plugin, but our folder structure within Cacti does not have a plugin folder and that according to the directions of the realtime install is where we are to put the scripting for it.
Any newer versions of real time or a better walkthrough out there?
Who is online
Users browsing this forum: No registered users and 1 guest