I don't know where do I have to add the code that you send me, but I know
that I have to add the parameter [-U|--mapper <URL>] , I want to know if I
can use both (mapper and RADB), exactly what is the line to run ntop with
both, thanks


----- Original Message -----
From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 5:23 PM
Subject: RE: [Ntop] ntop Plugins


> Ah... those two aren't plugins, but are
>
> * hard coded (RADB)
>
> and
>
> * a .pl script, controlled by the -U <URL> | --mapper <URL> parameter
>
>
>
>   if((el->hostNumIpAddress[0] != '\0')
>      && (!subnetPseudoLocalHost(el))
>      && (!multicastHost(el))
>      && (!privateIPAddress(el))) {
>     if(snprintf(buf, sizeof(buf), "<TR %s><TH "TH_BG"
ALIGN=LEFT>%s</TH><TD
> "TD_BG" ALIGN=RIGHT>"
>                 "[ <A
>
HREF=\"http://www.radb.net/cgi-bin/radb/whois.cgi?obj=%s\";>Whois</A> ]</TD><
> /TR>\n",
>                 getRowColor(), "Further Host Information",
> el->hostNumIpAddress) < 0)
>       BufferTooShort();
>     sendString(buf);
>
>     if(myGlobals.mapperURL) {
>       if(snprintf(buf, sizeof(buf), "<TR %s><TH "TH_BG"
> ALIGN=LEFT>%s</TH><TD "TD_BG" ALIGN=RIGHT>"
>                   "<IMG SRC=\"%s?host=%s\" WIDTH=320
> HEIGHT=200></TD></TR>\n",
>                   getRowColor(),
>                   "Host Physical Location",
>                   myGlobals.mapperURL, el->hostNumIpAddress) < 0)
>       BufferTooShort();
>       sendString(buf);
>     }
>   }
>
>
> -----Burton
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ramiro Pulgar M.
> Sent: Monday, October 14, 2002 5:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Ntop] ntop Plugins
>
>
> I think I'm wrong, but I saw that in diferents versions of ntop there are
> many "plugins", exactly I had seen in "Stats/Hosts" a "further host
> information", that in one version thare is a RADB (Who is) option that you
> can see the host information, and, in another one there is another
"plugin"
> that you can see the location of your host in the worldmap. I don't know
if
> it's a plugin but each version has a diferent one.
> Thanks
>
>
>
> ----- Original Message -----
> From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> To: "Ntop" <[EMAIL PROTECTED]>
> Cc: "Ramiro Pulgar M." <[EMAIL PROTECTED]>
> Sent: Monday, October 14, 2002 11:29 AM
> Subject: RE: [Ntop] ntop Plugins
>
>
> > What other plugin?
> >
> > The rpm has all of the ones that are current:
> >
> > /usr/lib/ntop/plugins/icmpPlugin.so
> > /usr/lib/ntop/plugins/lastSeenPlugin.so
> > /usr/lib/ntop/plugins/netflowPlugin.so
> > /usr/lib/ntop/plugins/nfsPlugin.so
> > /usr/lib/ntop/plugins/pdaPlugin.so
> > /usr/lib/ntop/plugins/sflowPlugin.so
> >
> > -----Burton
> >
> >
> > -----Original Message-----
> > From: Ramiro Pulgar M. [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, October 14, 2002 11:23 AM
> > To: Burton M. Strauss III
> > Subject: Re: [Ntop] ntop Plugins
> >
> >
> > There is a plugin precompiled in the rpm but I want to add more plugins,
> > that's my question.
> > Thanks for your help Burton
> > I will do it with the source
> >
> > ----- Original Message -----
> > From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Monday, October 14, 2002 7:44 AM
> > Subject: RE: [Ntop] ntop Plugins
> >
> >
> > > Might - they don't change often.  However, they're also version and
> > release
> > > stamped so they might not work.
> > >
> > > I don't understand why you don't have the plugins precompiled, they
ARE
> in
> > > the rpm.
> > >
> > > Best bet is to get the tools and compile from source.
> > >
> > > -----Burton
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > Ramiro Pulgar M.
> > > Sent: Sunday, October 13, 2002 9:07 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Ntop] ntop Plugins
> > >
> > >
> > > Thanks, ok, I don't have another way that to comiple ntop. Thank you
> very
> > > much.
> > > Do you think that Plugins work just copying a plugin in the ntop
plugins
> > > folder?
> > >
> > > ----- Original Message -----
> > > From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Sunday, October 13, 2002 10:45 AM
> > > Subject: RE: [Ntop] ntop Plugins
> > >
> > >
> > > > It should be in the rpm.
> > > >
> > > > If it's not - say you're trying to revive an obsolete one, then
you'll
> > > have
> > > > to go back to the source and compile it yourself.
> > > >
> > > >
> > > > -----Burton
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > > Ramiro Pulgar M.
> > > > Sent: Sunday, October 13, 2002 8:59 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [Ntop] ntop Plugins
> > > >
> > > >
> > > > I was aware that I can compile plugins via "make" but I installed an
> rpm
> > > > Ntop version but never did "make", so I'd like to know how to add a
> > plugin
> > > > after installing Ntop by using an rpm or, how could I go about to
add
> an
> > > > plugin inside an rpm.
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Sunday, October 13, 2002 8:12 AM
> > > > Subject: RE: [Ntop] ntop Plugins
> > > >
> > > >
> > > > > Plugins are compiled via the "make" step and installed
automatically
> > as
> > > > part
> > > > > of the "make install"
> > > > >
> > > > > Source is in the plugins/ subdirectory and they get installed (as
> > > > > libxxxPlugin.* files) in a directory such as /usr/lib/ntop/plugins
> > > > >
> > > > > Whatever is there is what's installed...
> > > > >
> > > > >
> > > > > -----Burton
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > Ramiro
> > > > > Pulgar M.
> > > > > Sent: Thursday, October 10, 2002 1:08 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: [Ntop] ntop Plugins
> > > > >
> > > > >
> > > > > Hi
> > > > > How can I add a plugin if I have installed ntop? I have the 2.1.3
> > > version
> > > > of
> > > > > ntop in a RedHat 7.3 Linux. For example I want to add RADB (Who
is)
> > > plugin
> > > > > and other plugin that I saw in another version of ntop that you
can
> > see
> > > > > graphically the location of the host.
> > > > > Thanks
> > > > >
> > > > > _______________________________________________
> > > > > Ntop mailing list
> > > > > [EMAIL PROTECTED]
> > > > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > > > >
> > > > _______________________________________________
> > > > Ntop mailing list
> > > > [EMAIL PROTECTED]
> > > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > > >
> > > > _______________________________________________
> > > > Ntop mailing list
> > > > [EMAIL PROTECTED]
> > > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > > >
> > > _______________________________________________
> > > Ntop mailing list
> > > [EMAIL PROTECTED]
> > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > >
> >
> > _______________________________________________
> > Ntop mailing list
> > [EMAIL PROTECTED]
> > http://listgateway.unipi.it/mailman/listinfo/ntop
> >
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to