Network Management Integration Plugin ( v0.3.9a Build 129 )
Moderators: Developers, Moderators
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
here you go.
I did program it a while back, so it is using the old PIA 1.x mode ( with global.php ...) You will also need the nmid plugin installed and several perl modules ... ( look at the .pl file in the cgi-bin dir for details ).
I did program it a while back, so it is using the old PIA 1.x mode ( with global.php ...) You will also need the nmid plugin installed and several perl modules ... ( look at the .pl file in the cgi-bin dir for details ).
- Attachments
-
- NFTracker_plugin.tgz
- (6.03 KiB) Downloaded 192 times
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:
It probably needs the addons for the html.php file ... otherwise no graphs will be displayed at all.
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:
Get the html_tree replacement from here:
http://redmine.nmid-plugins.de/projects ... dcreatepdf
that should do it.
http://redmine.nmid-plugins.de/projects ... dcreatepdf
that should do it.
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:
still working on it.
BUt for the admin console thing.
You probably need to do the following:
http://forums.cacti.net/viewtopic.php?t ... highlight=
BUt for the admin console thing.
You probably need to do the following:
http://forums.cacti.net/viewtopic.php?t ... highlight=
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: 3
- Joined: Thu Jul 23, 2009 5:46 pm
SmokePing graph displayed twice in cacti
Hello,
First of all thansk indeed for your great work around cacti !!
Everything is working perfectly with nmidsmokeping plugin except I'm seeing the graph two times in the graph tree. I search the whole thread but did not find a similar issue.
Have you got any idea ?
First of all thansk indeed for your great work around cacti !!
Everything is working perfectly with nmidsmokeping plugin except I'm seeing the graph two times in the graph tree. I search the whole thread but did not find a similar issue.
Have you got any idea ?
- Attachments
-
- screenshot
- cacti.JPG (206.18 KiB) Viewed 3463 times
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
that looks like the html_tree.php file has two api hook statements in it. Look into that file and search for
that seems to be there 2 times. remove one of them to have only one graph show up
Code: Select all
do_hook_function('tree_after'...
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: 3
- Joined: Thu Jul 23, 2009 5:46 pm
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
no, I probably did add that statement twice sometime. Did you download the file somewhere or added the lines yourself ?
you can download it from redmine.nmid-plugins.de from the nmidCreatePDF project. the html_tree file contains that addon, too
you can download it from redmine.nmid-plugins.de from the nmidCreatePDF project. the html_tree file contains that addon, too
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: 3
- Joined: Thu Jul 23, 2009 5:46 pm
Re: SmokePing graph displayed twice in cacti
I can see that you have Smokping going in Cacti...do you have something like steps on how....I've been farting around with this for about 3 day now ,and Ijust can't get the grap to show up...I would really appreciate itsimons0142 wrote:Hello,
First of all thansk indeed for your great work around cacti !!
Everything is working perfectly with nmidsmokeping plugin except I'm seeing the graph two times in the graph tree. I search the whole thread but did not find a similar issue.
Have you got any idea ?
Thnaks
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
it is quite simple. first you need to have a woeking smokeping installation. then go and install the nmid and nmidsmokeping plugin. You then go on and configure devices on the nmid device page. you select the devices you want to add to smokeping and select a server.
then you will need to create the smokeping config out of this. look in this post, there is a perl script, that will help you with that.
now for the graph to show up, you will need to change the html_tree.php file. you can grab one from the nmidcreatepdf plugin page, as that one contains the needed addons.
now your setup. have a look at the pdf file from the very first post for some details on the nmid plugins.
then you will need to create the smokeping config out of this. look in this post, there is a perl script, that will help you with that.
now for the graph to show up, you will need to change the html_tree.php file. you can grab one from the nmidcreatepdf plugin page, as that one contains the needed addons.
now your setup. have a look at the pdf file from the very first post for some details on the nmid plugins.
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
I Wish It was that Simple, I have followed every single thread on this forum and I still cannot get a single graph, the only thing that I get is a red xed graph with a link in properties
http://islnetmon/cacti/cgi-bin/getSmoke ... ype=detail
no error in the logs.
Any help Please!!! My actual SmokingPing i working and Smoking
Luis
http://islnetmon/cacti/cgi-bin/getSmoke ... ype=detail
no error in the logs.
Any help Please!!! My actual SmokingPing i working and Smoking
Luis
- Attachments
-
- smokeping_nmid_spserver1_config.txt
- (370 Bytes) Downloaded 138 times
Who is online
Users browsing this forum: No registered users and 1 guest