On Tue, Jan 27, 2009 at 11:33:25AM -0500, wireless wrote:
> Sorry I was not more clear.  I guess I confused your announcement with
> something else. I'm looking to add some devices that support SNMP via
> a vendor supplied MIB.  I see the list on the main web page of
> "Supported SNMP MIBS & Other Monitoring". Is that the complete list?
I'm not sure there is a complete list, but your device isnt on it.

> I see also the section in the USER's guide "ICMP Interface Example"
> Is this what you are referring to?
Yes.
> 
> the code/script be placed? Are several scripts need to be located
> in several different places?
That depends, try out modifying the ICMP example first.

> If somebody got something working, how would they submit it to you
> (JFFNMS)?  In that case, do you have an example submittal where
> somebody added a new device to JFFNMS?
There is a file called export_custom.php in docs/utils

php -q export_custom.php /opt/jffnms/ /opt/jffnms-0.8.x /tmp my_mods

/opt/jffnms is your modified jffnms
/opt/jffnms-0.8.x is a untouched install of jffnms
/tmp is where the file will end up
my_mods is the name (turns into a filename) for your mods.

You get a diff and sql file out of it. The diff has the differences in
the files, so most likely the files you have added. The sql has the
differences in the database.

I run the diff through patch to extract the new files, the sql needs the
importer to fix the database IDs and then its dumped into the
development database.

 - Craig

-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to