I installed plugin as per instrction but i didnt find anything in Realm Permissions.
even i try to execute
http://localhost/plugins/weathermap/editor.php
I just get Blank page and even no other php file display.
Can anyone help me in that
NO CHANGE
Moderators: Developers, Moderators
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
Re: NO CHANGE
And you installed the plugin architecture OK? Do other plugins work?shazxr wrote:I installed plugin as per instrction but i didnt find anything in Realm Permissions.
even i try to execute
http://localhost/plugins/weathermap/editor.php
I just get Blank page and even no other php file display.
Can anyone help me in that
The editor.php doesn't even use the plugin architecture actually, so that should always work, once you have created the editor-config.php, as it says in the instructions...
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Thanks, I got it its working now.
But am not getting map on screen i had installed the gd but still not getting map pic.
[root@gr mail]# rpm -qa | grep php
php-mysql-5.1.6-3
php-cli-5.1.6-3
php-5.1.6-3
php-ldap-5.1.6-3
php-common-5.1.6-3
php-gd-5.1.6-3
php-pdo-5.1.6-3
php-pgsql-5.1.6-3
php-snmp-5.2.1-2.fc5.remi
php-odbc-5.1.6-3
But am not getting map on screen i had installed the gd but still not getting map pic.
[root@gr mail]# rpm -qa | grep php
php-mysql-5.1.6-3
php-cli-5.1.6-3
php-5.1.6-3
php-ldap-5.1.6-3
php-common-5.1.6-3
php-gd-5.1.6-3
php-pdo-5.1.6-3
php-pgsql-5.1.6-3
php-snmp-5.2.1-2.fc5.remi
php-odbc-5.1.6-3
- Attachments
-
- cacti.JPG (54.46 KiB) Viewed 3017 times
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
Does the example.conf map work in Cacti? Forget the editor for a second, and make sure the more basic stuff works...shazxr wrote:Thanks, I got it its working now.
But am not getting map on screen i had installed the gd but still not getting map pic.
[root@gr mail]# rpm -qa | grep php
php-mysql-5.1.6-3
php-cli-5.1.6-3
php-5.1.6-3
php-ldap-5.1.6-3
php-common-5.1.6-3
php-gd-5.1.6-3
php-pdo-5.1.6-3
php-pgsql-5.1.6-3
php-snmp-5.2.1-2.fc5.remi
php-odbc-5.1.6-3
you might need to enable the gd extension in your php.ini too
and possibly increase memory_limit to higher than 8M
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Thanks for reply. No the example map also not working. i ncreased the
memory_limit = 64M
am using Fedora 6 and the following detail of my cacti & php . But i didn't find any extension to enable for GD in /etc/php.ini.
Cacti Version 0.8.6j
Plugin Architecture 1.1
Poller Type CMD.php
Server Info Linux 2.6.18-1.2798.fc6
Web Server Apache/2.2.3 (Fedora)
PHP Version 5.1.6
PHP Extensions libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, standard, SimpleXML, sockets, SPL, shmop, session, Reflection, pspell, posix, mime_magic, iconv, hash, gmp, gettext, ftp, exif, date, curl, ctype, calendar, bz2, zlib, pcre, openssl, apache2handler, ldap, mysql, mysqli, odbc, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql
MySQL Version 5.0.22
RRDTool Version 1.2.18
SNMP Version 5.3.1
Plugins Device Monitoring (monitor - v0.7)
PHP Network Weathermap (weathermap - v0.82)
Thresholds (thold - v0.3.2)
Network Tools (tools - v0.2)
Host Info (hostinfo - v0.1)
memory_limit = 64M
am using Fedora 6 and the following detail of my cacti & php . But i didn't find any extension to enable for GD in /etc/php.ini.
Cacti Version 0.8.6j
Plugin Architecture 1.1
Poller Type CMD.php
Server Info Linux 2.6.18-1.2798.fc6
Web Server Apache/2.2.3 (Fedora)
PHP Version 5.1.6
PHP Extensions libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, standard, SimpleXML, sockets, SPL, shmop, session, Reflection, pspell, posix, mime_magic, iconv, hash, gmp, gettext, ftp, exif, date, curl, ctype, calendar, bz2, zlib, pcre, openssl, apache2handler, ldap, mysql, mysqli, odbc, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql
MySQL Version 5.0.22
RRDTool Version 1.2.18
SNMP Version 5.3.1
Plugins Device Monitoring (monitor - v0.7)
PHP Network Weathermap (weathermap - v0.82)
Thresholds (thold - v0.3.2)
Network Tools (tools - v0.2)
Host Info (hostinfo - v0.1)
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
You have no GD extension enabled.shazxr wrote:Thanks for reply. No the example map also not working. i ncreased the
memory_limit = 64M
am using Fedora 6 and the following detail of my cacti & php . But i didn't find any extension to enable for GD in /etc/php.ini.
Cacti Version 0.8.6j
Plugin Architecture 1.1
Poller Type CMD.php
Server Info Linux 2.6.18-1.2798.fc6
Web Server Apache/2.2.3 (Fedora)
PHP Version 5.1.6
PHP Extensions libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, standard, SimpleXML, sockets, SPL, shmop, session, Reflection, pspell, posix, mime_magic, iconv, hash, gmp, gettext, ftp, exif, date, curl, ctype, calendar, bz2, zlib, pcre, openssl, apache2handler, ldap, mysql, mysqli, odbc, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql
MySQL Version 5.0.22
RRDTool Version 1.2.18
SNMP Version 5.3.1
Plugins Device Monitoring (monitor - v0.7)
PHP Network Weathermap (weathermap - v0.82)
Thresholds (thold - v0.3.2)
Network Tools (tools - v0.2)
Host Info (hostinfo - v0.1)
Somewhere in PHP, there will be a series of lines like extension=mysql.so
You (possibly) need extension=gd.so in that list.
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Who is online
Users browsing this forum: No registered users and 1 guest