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:
It's going to take some more time. I'm preparing Version 1.0 of the nmidCreatePDF plugin, write a user guide for it and continue on my Cacti Book.
Therefore all OpenSource plugins need to sit and wait ...
Therefore all OpenSource plugins need to sit and wait ...
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:
A version for 0.8.7g will be out by the end of this week.
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:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g version out soo
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
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
I copied the files to my cacti installation (8.7g pia 2.9) and executed the sql script, but it does nog show up in plugin management.
Any ideas what's going wrong?
Any ideas what's going wrong?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
yes. It's not a plugin ...
You will need to extract the files to the /path/to/cacti/ directory and it should directly work right afterwards.
Just make sure to backup the oroginal files before doing so
You will need to extract the files to the /path/to/cacti/ directory and it should directly work right afterwards.
Just make sure to backup the oroginal files before doing so
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
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
I think I found the problem.
It did not work with Internet Explorer 7, it works very good with firefox
It did not work with Internet Explorer 7, it works very good with firefox
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
IE7 ? what is that ?
The error is an older jquery lib, to get it working with IE7 and IE8 ( tested on IE8 only) do the following:
The error is an older jquery lib, to get it working with IE7 and IE8 ( tested on IE8 only) do the following:
Code: Select all
cd /path/to/cacti/include/js
wget http://code.jquery.com/jquery-1.4.4.min.js
vi /path/to/cacti/include/top_graph_header.php
In line 88 change:
jquery-1.3.2.min.js to jquery-1.4.4.min.js
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
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Ok, thanks for the quick reply.
I know its an old version but the company does not yet want to change the version of IE
I'll adapt the code.
I know its an old version but the company does not yet want to change the version of IE
I'll adapt the code.
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Well, IE8 did have the same issue Seems like either Firefox is more tollerant to errors, or just better compliant with javascript ...
nevertheless, the code update will fix the issue with IE
nevertheless, the code update will fix the issue with IE
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
-
- Posts: 2
- Joined: Thu Nov 25, 2010 8:57 am
- Location: France
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Hello,
Thank you for this "plugin" it's really usefull.
But there is something wrong... position af graphs isn't stored, the table in MySQL stay empty..
Any ideas ?
Thank you.
Thank you for this "plugin" it's really usefull.
But there is something wrong... position af graphs isn't stored, the table in MySQL stay empty..
Any ideas ?
Thank you.
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Ups, i forgot to add the most important file: updatedb_nmidWeb2.php ...
Download the zip file from the project page and extract it to the main cacti dir. Then it should work ...
Going to update the original package asap
Download the zip file from the project page and extract it to the main cacti dir. Then it should work ...
Going to update the original package asap
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
-
- Posts: 2
- Joined: Thu Nov 25, 2010 8:57 am
- Location: France
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
That's rule now !
Thanks
Thanks
-
- Posts: 20
- Joined: Tue Apr 25, 2006 6:08 am
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
Hi!
Very nice work here!
I want to install nmidweb2 but I have some questions before. It is not really clear on which files should I download and install.
I'm using Cacti 0.8.7g and PIA 2.9
I presume I need to take those files and simply unzip or untar them in the cacti base directory:
- v03a_nmidWeb2_087e.tgz
- nmidWeb2_files_087g.tgz
- updatedb_nmidWeb2.zip
- apply the tiny sql modification in the cacti database
And I think it should do the trick... Is that ok or am I missing something?
Thanks for your answer!
Apply the tiny sql modification.
Very nice work here!
I want to install nmidweb2 but I have some questions before. It is not really clear on which files should I download and install.
I'm using Cacti 0.8.7g and PIA 2.9
I presume I need to take those files and simply unzip or untar them in the cacti base directory:
- v03a_nmidWeb2_087e.tgz
- nmidWeb2_files_087g.tgz
- updatedb_nmidWeb2.zip
- apply the tiny sql modification in the cacti database
And I think it should do the trick... Is that ok or am I missing something?
Thanks for your answer!
Apply the tiny sql modification.
Ubuntu / Cacti 0.8.7g / PIA 2.9
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
You only need the following files/tasks:
- nmidWeb2_files_087g.tgz
- updatedb_nmidWeb2.zip
- apply the tiny sql modification in the cacti database
- nmidWeb2_files_087g.tgz
- updatedb_nmidWeb2.zip
- apply the tiny sql modification in the cacti database
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
-
- Posts: 20
- Joined: Tue Apr 25, 2006 6:08 am
Re: nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !
All right I will give it a try asap!
Thanks for your answer
Thanks for your answer
Ubuntu / Cacti 0.8.7g / PIA 2.9
Who is online
Users browsing this forum: No registered users and 3 guests