nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !

Addons for Cacti and discussion about those addons

Moderators: Developers, Moderators

Post Reply
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

added that request :-)
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
sizulku
Cacti User
Posts: 110
Joined: Mon Nov 04, 2002 9:15 am
Location: ACEH
Contact:

Post by sizulku »

Phalek, do you have version for cacti-0.8.7.e ?
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
joseme
Cacti User
Posts: 90
Joined: Fri May 15, 2009 9:36 am

trouble with nmidweb2 y weathermap

Post by joseme »

Hi,
I found a trouble when installed nmidweb2, the maps of weathermap are not visible!!, fortunately, all was ok when uninstall it, please fix it soon, because your plugin are fabouluos!!!
PD: I have my cacti in a windows server 2003, did you test it on windows platform?
thanks.
Jose
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

I'm running cacti purely on linux systems. Currently I have CentOS 5.3 running as a VMWare Guest as 32bit.

Nevertheless, I guess the plugin just fiddles to much with the javascript libraries. I'll have a look into this and will limit the additon of the extra headers to the tree mode view only.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Markoetie
Posts: 11
Joined: Wed Nov 05, 2008 8:35 am

Post by Markoetie »

Hi,

The addon is very nice :)
but I keep getting this error everytime the page loads:

[Wed Jan 20 12:27:31 2010] [error] [client ip-address] PHP Notice: Undefined index: data_query_name in /var/www/html/monitor/lib/html.php on line 143
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Hi Markoetie

I need to look into this and check what's wrong with this.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

At line 143 in the lib/html.php file:

exchange

Code: Select all

			else {
				print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n";
			}
with

Code: Select all

			else {
                if ( isset( $graph["data_query_name"] ) ) {
                    print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n";
                }
			}

Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
rukshankb
Posts: 10
Joined: Mon Sep 07, 2009 2:17 am
Location: Colombo, Sri Lanka
Contact:

Post by rukshankb »

Nice one to use in a cacti server.
r_chetanjain
Cacti User
Posts: 83
Joined: Fri Aug 22, 2003 4:33 am

No weathermap

Post by r_chetanjain »

Hi,

i have same issue with 7.d, when i install this plugin, my weathermap goes off.. In the apache logs i get

File does not exist: /var/www/html/cacti_new/plugins/weathermap/js, referer: http://cacti.domain.com:8080/cacti_new/ ... plugin.php
File does not exist: /var/www/html/cacti_new/plugins/weathermap/css, referer: http://cacti.domain.com:8080/cacti_new/ ... plugin.php


As soon as i disable this plugin all works fine...
---------------------
Also web2.0 applies to graphs only and not the whole screen like the left panel...

Chetan
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

ok,

I'm going to update that part and upload a new version.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Markoetie
Posts: 11
Joined: Wed Nov 05, 2008 8:35 am

Post by Markoetie »

Hey phalek,

That didn't solve it :(

I'm still getting this error

Code: Select all

[Tue Mar 23 12:35:20 2010] [error] [client x.x.x.x] PHP Fatal error:  SourceGuardian Loader - script header is broken [10] in /var/www/html/monitor/plugins/nmidCreatePDF/functions.php on line 2
phalek wrote:At line 143 in the lib/html.php file:

exchange

Code: Select all

			else {
				print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n";
			}
with

Code: Select all

			else {
                if ( isset( $graph["data_query_name"] ) ) {
                    print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n";
                }
			}

User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

that does not have anything to do with nmidWeb2.

The Sourceguardian loader and function.php file are part of nmidCreatePDF.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Uploaded v0.2 for cacti 0.87e. This should fix the weathermap and other plugins issue. Also the graphs are now centered.

New version of nmidSmokeping and the availability report addon for nmidCreatePDF will also support the nmidWeb2 portlets interface.

Next step is to save the portlet positions in the database on a per user basis. Though that will take (me :-) ) some time ...


Download the latest version as usual from here
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
r_chetanjain
Cacti User
Posts: 83
Joined: Fri Aug 22, 2003 4:33 am

0.87.d

Post by r_chetanjain »

Will this work with 0.87.d....

Chittu
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests