GPS Maps for Cacti
Moderators: Developers, Moderators
Re: GPS Maps for Cacti
there is one other thing. It appears that gps plugin has something to do with graph creation on cacti 0.8.8a. if enabled some won't update, if disabled... all fine.
i'll do some more testing but I thought I let you know...
i'll do some more testing but I thought I let you know...
Re: GPS Maps for Cacti
forgot... pooler spine @ one minutesemakka wrote:there is one other thing. It appears that gps plugin has something to do with graph creation on cacti 0.8.8a. if enabled some won't update, if disabled... all fine.
i'll do some more testing but I thought I let you know...
Re: GPS Maps for Cacti
What would make this even coolerer is the ability to visualize not only host up/down status, but thresholds as well. Another idea too is links, kinda like the Weathermap, but for more than just traffic. Like link errors, signal level for wireless links, etc. that also incorporates thresholds. My idea is to change the color of the link (or line) to show various stats like the link is at max traffic capacity, signal level is low, or even just that the RF link is down. I guess that could actually all be accomplished with Thold, so we'd just need GPSMaps to interpret the breached thresholds. The wireless coverage thing is cool, but I find it's too cluttered with a large network.
Re: GPS Maps for Cacti
Hello Sirs,
I have installed cactiez 0.6, that comes with cacti 0.8.7c.
Then I have copied GPSMAP, changed all permisions in GPSMAP folder to 777 apache, then installed, then configured the API key, and then I have tried to see if a host appears on the map.
I see the map, and I see that there are XML files in the XML folder for the IP ranges I have, but no icon appears on the map. I have tried with IE8 and IE9.
Any help?
I have seen this in the script:
*************************
var Blue = new GIcon();
Blue.image = 'http://10.3.36.204plugins/gpsmap/images/icons/Blue.png';
Blue.iconSize = new GSize(12, 20);
Blue.shadowSize = new GSize(22, 20);
Blue.iconAnchor = new GPoint(6, 20);
Blue.infoWindowAnchor = new GPoint(5, 1);
**************************
It seems that a backslash is missing
Thanks
I have installed cactiez 0.6, that comes with cacti 0.8.7c.
Then I have copied GPSMAP, changed all permisions in GPSMAP folder to 777 apache, then installed, then configured the API key, and then I have tried to see if a host appears on the map.
I see the map, and I see that there are XML files in the XML folder for the IP ranges I have, but no icon appears on the map. I have tried with IE8 and IE9.
Any help?
I have seen this in the script:
*************************
var Blue = new GIcon();
Blue.image = 'http://10.3.36.204plugins/gpsmap/images/icons/Blue.png';
Blue.iconSize = new GSize(12, 20);
Blue.shadowSize = new GSize(22, 20);
Blue.iconAnchor = new GPoint(6, 20);
Blue.infoWindowAnchor = new GPoint(5, 1);
**************************
It seems that a backslash is missing
Thanks
Re: GPS Maps for Cacti
Hello,
It seems I solved myself.
It is a missing "\" in /include/icons.php
Good luck
It seems I solved myself.
It is a missing "\" in /include/icons.php
Good luck
-
- Cacti User
- Posts: 97
- Joined: Thu Jul 24, 2008 11:21 am
- Location: Hallsville, TX
- Contact:
Re: GPS Maps for Cacti
As it seems, support for version 2 of the Google Maps API is set to be removed as of May 2013. I will start working on converting the code to Maps API version 3.
I have some time, but not much, so I hope to have a new version out by December. With all of previous code changes this should be significantly easier.
There are still some lingering bugs with the APIv2 implementation, especially zooming in on the map with an overlay. With APIv3 it seems to have cleared up significantly. I will release a small update with some minor installation bug fixes, but don't expect an overhaul until December.
I have some time, but not much, so I hope to have a new version out by December. With all of previous code changes this should be significantly easier.
There are still some lingering bugs with the APIv2 implementation, especially zooming in on the map with an overlay. With APIv3 it seems to have cleared up significantly. I will release a small update with some minor installation bug fixes, but don't expect an overhaul until December.
Re: GPS Maps for Cacti
Install went OK, settings seem to be OK no errors but when I got to the GPSMap tab I get this:
Warning: file_get_contents(./plugins/gpsmap/XML/all-top.html) [function.file-get-contents]: failed to open stream: No such file or directory in /srv/www/htdocs/cacti/plugins/gpsmap/gpsmap.php on line 20
There is nothing in the XML folder. Have I missed a setting. I also checked the database and there only one table that's been created gpsmap_templates. Any suggestions? Permissions on the folder are set to rwx. Logs aren't showing any errors.
Warning: file_get_contents(./plugins/gpsmap/XML/all-top.html) [function.file-get-contents]: failed to open stream: No such file or directory in /srv/www/htdocs/cacti/plugins/gpsmap/gpsmap.php on line 20
There is nothing in the XML folder. Have I missed a setting. I also checked the database and there only one table that's been created gpsmap_templates. Any suggestions? Permissions on the folder are set to rwx. Logs aren't showing any errors.
-
- Cacti User
- Posts: 97
- Joined: Thu Jul 24, 2008 11:21 am
- Location: Hallsville, TX
- Contact:
Re: GPS Maps for Cacti
It should update once the poller has run. Also make sure you have at least 1 device setup with coordinates. If its been 5 minutes(or however long you have the poller set to), double check the permissions.agalindo wrote:Install went OK, settings seem to be OK no errors but when I got to the GPSMap tab I get this:
Warning: file_get_contents(./plugins/gpsmap/XML/all-top.html) [function.file-get-contents]: failed to open stream: No such file or directory in /srv/www/htdocs/cacti/plugins/gpsmap/gpsmap.php on line 20
There is nothing in the XML folder. Have I missed a setting. I also checked the database and there only one table that's been created gpsmap_templates. Any suggestions? Permissions on the folder are set to rwx. Logs aren't showing any errors.
Re: GPS Maps for Cacti
Thanks for the quick reply.
I made sure to add data to one of the devices and double checked the permissions. I even gave all folders in the Plugins and gpsmap and all it's subfolders drwxrwxrwx permissions but no go. XML folder still empty. Poller log isn't showing any errors. I'll keep looking. Thanks again.
Should there be a entry for GPSMAP in the cacti database poller_item table?
I made sure to add data to one of the devices and double checked the permissions. I even gave all folders in the Plugins and gpsmap and all it's subfolders drwxrwxrwx permissions but no go. XML folder still empty. Poller log isn't showing any errors. I'll keep looking. Thanks again.
Should there be a entry for GPSMAP in the cacti database poller_item table?
Last edited by agalindo on Tue Sep 25, 2012 2:52 pm, edited 1 time in total.
-
- Cacti User
- Posts: 97
- Joined: Thu Jul 24, 2008 11:21 am
- Location: Hallsville, TX
- Contact:
Re: GPS Maps for Cacti
The permissions should be whatever user you used for the cronjob. root:root or www-data:www-data or apache:apache etc... I've had hit/miss luck with setting 777agalindo wrote:Thanks for the quick reply.
I made sure to add data to one of the devices and double checked the permissions. I even gave all folders in the Plugins and gpsmap and all it's subfolders drwxrwxrwx permissions but no go. XML folder still empty. Poller log isn't showing any errors. I'll keep looking. Thanks again.
Last edited by spiffydudex on Tue Sep 25, 2012 2:54 pm, edited 1 time in total.
Re: GPS Maps for Cacti
Thanks I'll look at them again. Cron should be running as root.spiffydudex wrote:The permissions should be whatever user you used for the cronjob. root:root or www-data:www-data or apache:apache etc...agalindo wrote:Thanks for the quick reply.
I made sure to add data to one of the devices and double checked the permissions. I even gave all folders in the Plugins and gpsmap and all it's subfolders drwxrwxrwx permissions but no go. XML folder still empty. Poller log isn't showing any errors. I'll keep looking. Thanks again.
Should there be a entry for GPSMAP in the cacti database poller_item table or any other table?
-
- Cacti User
- Posts: 97
- Joined: Thu Jul 24, 2008 11:21 am
- Location: Hallsville, TX
- Contact:
Re: GPS Maps for Cacti
I can't remember off the top of my head, I'd have to look at it when I get homeagalindo wrote:Thanks I'll look at them again. Cron should be running as root.spiffydudex wrote:The permissions should be whatever user you used for the cronjob. root:root or www-data:www-data or apache:apache etc...agalindo wrote:Thanks for the quick reply.
I made sure to add data to one of the devices and double checked the permissions. I even gave all folders in the Plugins and gpsmap and all it's subfolders drwxrwxrwx permissions but no go. XML folder still empty. Poller log isn't showing any errors. I'll keep looking. Thanks again.
Should there be a entry for GPSMAP in the cacti database poller_item table or any other table?
-
- Posts: 15
- Joined: Thu May 01, 2008 7:11 pm
Re: GPS Maps for Cacti
Trying to get GPSmap working.
The map is displaying but my pins are not.
Ideas?
Server Running CentOS 6.3
0.8.7i
Cacti OS unix
SNMP Version NET-SNMP version: 5.5
RRDTool Version RRDTool 1.3.x
Hosts 51
Graphs 372
Data Sources Script/Command: 7
SNMP: 31
SNMP Query: 342
Script Query: 4
Script Query - Script Server: 6
Total: 390
Poller Information
Interval 300
Type SPINE 0.8.7i Copyright 2002-2011 by The Cacti Group
Items Action[0]: 915
Action[1]: 15
Action[2]: 9
Total: 939
Concurrent Processes 10
Max Threads 10
PHP Servers 5
Script Timeout 20
Max OID 25
Last Run Statistics Time:2.9779 Method:spine Processes:10 Threads:10 Hosts:52 HostsPerProcess:6 DataSources:939 RRDsProcessed:390
PHP Information
PHP Version 5.3.3
PHP OS Linux
PHP uname Linux 2.6.32-279.9.1.el6.i686 #1 SMP Tue Sep 25 20:26:47 UTC 2012 i686
PHP SNMP Installed
max_execution_time 30
memory_limit 256M
The map is displaying but my pins are not.
Ideas?
Server Running CentOS 6.3
0.8.7i
Cacti OS unix
SNMP Version NET-SNMP version: 5.5
RRDTool Version RRDTool 1.3.x
Hosts 51
Graphs 372
Data Sources Script/Command: 7
SNMP: 31
SNMP Query: 342
Script Query: 4
Script Query - Script Server: 6
Total: 390
Poller Information
Interval 300
Type SPINE 0.8.7i Copyright 2002-2011 by The Cacti Group
Items Action[0]: 915
Action[1]: 15
Action[2]: 9
Total: 939
Concurrent Processes 10
Max Threads 10
PHP Servers 5
Script Timeout 20
Max OID 25
Last Run Statistics Time:2.9779 Method:spine Processes:10 Threads:10 Hosts:52 HostsPerProcess:6 DataSources:939 RRDsProcessed:390
PHP Information
PHP Version 5.3.3
PHP OS Linux
PHP uname Linux 2.6.32-279.9.1.el6.i686 #1 SMP Tue Sep 25 20:26:47 UTC 2012 i686
PHP SNMP Installed
max_execution_time 30
memory_limit 256M
-
- Posts: 15
- Joined: Thu May 01, 2008 7:11 pm
Re: GPS Maps for Cacti
Ok got it working. Had to do this:
chgrp apache XML
chmod g+w XML
Everything works GREAT in Firefox...but IE9..EEK!...bad times. Freezes the browser as soon as you click on the GPSmap tab in cacti.
Google Chrome Version '22.0.1229.94 m' seems to work as well
Anyone else have this problem?
chgrp apache XML
chmod g+w XML
Everything works GREAT in Firefox...but IE9..EEK!...bad times. Freezes the browser as soon as you click on the GPSmap tab in cacti.
Google Chrome Version '22.0.1229.94 m' seems to work as well
Anyone else have this problem?
-
- Cacti User
- Posts: 97
- Joined: Thu Jul 24, 2008 11:21 am
- Location: Hallsville, TX
- Contact:
Re: GPS Maps for Cacti
Frothingdog wrote:Ok got it working. Had to do this:
chgrp apache XML
chmod g+w XML
Everything works GREAT in Firefox...but IE9..EEK!...bad times. Freezes the browser as soon as you click on the GPSmap tab in cacti.
Google Chrome Version '22.0.1229.94 m' seems to work as well
Anyone else have this problem?
I have tried and tried to get IE working. It is very hit/miss from computer to computer. I eventually just gave up on getting compatibility working, as it would report phantom errors in the javascript. From what it looks like, the Google API V3 has more stability with IE...or so I hear.
Who is online
Users browsing this forum: No registered users and 2 guests