Search found 7 matches
- Wed Mar 09, 2011 5:45 am
- Forum: Scripts and Templates
- Topic: QLogic SANbox 5600 templates?
- Replies: 12
- Views: 15771
Re: QLogic SANbox 5600 templates?
Sorry about this, but i forget about this file... :( Just add it in cacti/scripts/ When I debug the data query "SNMP - SanBox Ports" with "Verbose Query", I get the following output: + Running data query [10]. + Found type = '3' [snmp query]. + Found data query XML file at '/usr...
- Mon Nov 29, 2010 3:22 am
- Forum: Plugin Announcements
- Topic: GPS Maps for Cacti
- Replies: 326
- Views: 251258
Re: GPS Maps for Cacti
I managed to get GPSmap working with npc , if someone is interested here's how I did it: around line 57 gpsmap.php we have: $result = mysql_query("SELECT * FROM `host` LEFT JOIN gpsmap_templates ON host.host_template_id = gpsmap_templates.templateID"); which we change to $result = mysql_qu...
- Sat Nov 13, 2010 6:21 am
- Forum: Plugin Announcements
- Topic: GPS Maps for Cacti
- Replies: 326
- Views: 251258
Re: GPS Maps for Cacti
Hi there, I just discovered this nice plugin. Is there a way to get the host status from a sql table other than 'hosts'? Here's my case: I'm using Cacti for graphing local switches/routers, Nagios to monitor remote offices, and NPC to view everything at one place. So ndo2db is already injecting host...
- Mon Oct 19, 2009 4:13 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Cant draw in weathermap
- Replies: 6
- Views: 5129
- Mon Oct 19, 2009 3:58 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Cant draw in weathermap
- Replies: 6
- Views: 5129
Some version of the GD graphics library have a bug in their handling of Alpha channels. Unfortunately, Weathermap uses these to draw Nodes. This program will test if your PHP installation is using a buggy GD library. If you are, you should either use PHP's built-in (aka 'bundled') GD library, or up...
- Mon Oct 19, 2009 3:40 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Cant draw in weathermap
- Replies: 6
- Views: 5129
- Mon Oct 19, 2009 3:22 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Cant draw in weathermap
- Replies: 6
- Views: 5129
Cant draw in weathermap
Hi all, i'm using cacti for some time now. today decided to try with some plugins, here's the situation: When i 'recalculate' the map, Firefox offers me to download the file weathermap-cacti-plugin-mgmt.php , which is empty. Leaving just WIDTH 800 HEIGHT 480 in weathermap.conf seems fine, i get a ne...