Network Management Integration Plugin ( v0.3.9a Build 129 )

Announcements concerning Plugins for Cacti

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 »

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 ).
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
User avatar
zoemu
Cacti User
Posts: 287
Joined: Fri Jul 10, 2009 1:38 pm
Location: Toronto, Canada

Post by zoemu »

Thanks I will let you know how it goes!!
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

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
User avatar
zoemu
Cacti User
Posts: 287
Joined: Fri Jul 10, 2009 1:38 pm
Location: Toronto, Canada

Post by zoemu »

Where do i get those..!?
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Get the html_tree replacement from here:

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
User avatar
sizulku
Cacti User
Posts: 110
Joined: Mon Nov 04, 2002 9:15 am
Location: ACEH
Contact:

Post by sizulku »

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

Post by phalek »

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=
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
simons0142
Posts: 3
Joined: Thu Jul 23, 2009 5:46 pm

SmokePing graph displayed twice in cacti

Post by simons0142 »

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 ?
Attachments
screenshot
screenshot
cacti.JPG (206.18 KiB) Viewed 3467 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

that looks like the html_tree.php file has two api hook statements in it. Look into that file and search for

Code: Select all

do_hook_function('tree_after'...
that seems to be there 2 times. remove one of them to have only one graph show up
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
simons0142
Posts: 3
Joined: Thu Jul 23, 2009 5:46 pm

Post by simons0142 »

Thanks that's it.
Do you know if the api hook statement has been added to 0.8.7e code becauce I can't remember that I made the change twice.
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

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
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
simons0142
Posts: 3
Joined: Thu Jul 23, 2009 5:46 pm

Post by simons0142 »

Yes this is correct I've downloaded the file several days ago then yesterday went to smokeping integratrion and add the statement.
Anyway anything is perfect
Thanks again for your great work and support
User avatar
zoemu
Cacti User
Posts: 287
Joined: Fri Jul 10, 2009 1:38 pm
Location: Toronto, Canada

Re: SmokePing graph displayed twice in cacti

Post by zoemu »

simons0142 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 ?
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 it

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

Post by phalek »

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.
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
zoemu
Cacti User
Posts: 287
Joined: Fri Jul 10, 2009 1:38 pm
Location: Toronto, Canada

Post by zoemu »

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 :cry: :cry: :cry:

Luis
Attachments
smokeping_nmid_spserver1_config.txt
(370 Bytes) Downloaded 139 times
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest