nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Moderators: Developers, Moderators
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
sure, just follow the link: http://redmine.nmid-plugins.de/projects ... s/nmidweb2
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
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
trouble with nmidweb2 y weathermap
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
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.
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Hi Markoetie
I need to look into this and check what's wrong with this.
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
At line 143 in the lib/html.php file:
exchange
with
exchange
Code: Select all
else {
print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n";
}
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
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
-
- Cacti User
- Posts: 83
- Joined: Fri Aug 22, 2003 4:33 am
No weathermap
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
ok,
I'm going to update that part and upload a new version.
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
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
Hey phalek,
That didn't solve it
I'm still getting this error
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:
exchangewithCode: Select all
else { print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n"; }
Code: Select all
else { if ( isset( $graph["data_query_name"] ) ) { print "<div class='portlet-header'>Other : " . $graph["data_query_name"] . "</div>\n"; } }
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
that does not have anything to do with nmidWeb2.
The Sourceguardian loader and function.php file are part of nmidCreatePDF.
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
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
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
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
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
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
-
- Cacti User
- Posts: 83
- Joined: Fri Aug 22, 2003 4:33 am
0.87.d
Will this work with 0.87.d....
Chittu
Chittu
Who is online
Users browsing this forum: No registered users and 2 guests