ragunath venkatapathy
2006-May-08 15:10 UTC
have any one tried Snmp extension to Net-SNMP daemon
Dear all, I am looking for a way for creating a gui for managing qos in linux , i came across snmp extension to net snmp at http://x-ray.prokon.cz/data/snmp/ and i found qosd-0.0.1-13122003.tgz , in which there is a client server program using soap which was realy intresting but when i tried to compile it ended up with many errors ,, does and one have tried it , or have any documentation about using these thing. i started with the problem in SOAP_DEGIN_NAMESPACE, but it was resolved with i added a file soapdefs.h which contain #ifndef _soapdefs_h #define _soapdefs_h 1 #define SOAP_BEGIN_NAMESPACE(ns) #define SOAP_END_NAMESPACE(ns) #endif and added CFLAGS = -Wall -Wno-parentheses -c -I$(INCLUDE) -I$(TMP) -DWITH_SOAPDEFS_H to make file now the error is gon but now i have error like gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c -o src/server/lex/lex.yy.o src/server/lex/lex.yy.c src/server/lex/lex.yy.c:1117: warning: ''yyunput'' defined but not used gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c -o src/server/lex/y.tab.o src/server/lex/y.tab.c src/server/lex/y.tab.c: In function ''yyparse'': src/server/lex/y.tab.c:1064: warning: implicit declaration of function ''yylex'' gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c -o src/soap/soapC.o src/soap/soapC.c src/soap/soapC.c: In function ''soap_in_SOAP_ENV__Fault'': src/soap/soapC.c:1884: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:1884: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_SOAP_ENV__Detail'': src/soap/soapC.c:1974: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:1974: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_SOAP_ENV__Code'': src/soap/soapC.c:2076: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2076: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_SOAP_ENV__Header'': src/soap/soapC.c:2153: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2153: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__get_common _options'': src/soap/soapC.c:2237: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2237: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__common_options'': src/soap/soapC.c:2321: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2321: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__get_filter_u32'': src/soap/soapC.c:2403: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2403: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__filter_u32'': src/soap/soapC.c:2487: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2487: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__get_filter_fw'': src/soap/soapC.c:2569: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2569: error: too few arguments to function ''soap_id_forward'' src/soap/soapC.c: In function ''soap_in_ns__filter_fw'': src/soap/soapC.c:2653: warning: passing argument 8 of ''soap_id_forward'' makes integer from pointer without a cast src/soap/soapC.c:2653: error: too few arguments to function ''soap_id_forward'' what can be done , the documentation in very less or just null please help me Thanks in advance, ragunath kodethredum pial --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
Jason Boxman
2006-May-08 19:20 UTC
Re: have any one tried Snmp extension to Net-SNMP daemon
On Monday 08 May 2006 11:10, ragunath venkatapathy wrote:> Dear all, > I am looking for a way for creating a gui for managing qos in linux , > i came across snmp extension to net snmp at > http://x-ray.prokon.cz/data/snmp/ > > and i found qosd-0.0.1-13122003.tgz , > in which there is a client server program using soap which was realy > intresting but when i tried to compile it ended up with many errors ,,I had similar errors and gave up on it back in 2004. I guess it''s not maintained any longer. -- Jason Boxman http://edseek.com/ - Linux and FOSS stuff
Oscar Mechanic
2006-May-09 08:02 UTC
Re: have any one tried Snmp extension to Net-SNMP daemon
I would suggest you read snmpd.conf man page and figure out how to use the "pass" parameter. Then link this up to tc. You could write your own mib in C or perl. But I am sure you will find after using "pass" this can deal with your needs. On Mon, 2006-05-08 at 15:20 -0400, Jason Boxman wrote:> On Monday 08 May 2006 11:10, ragunath venkatapathy wrote: > > Dear all, > > I am looking for a way for creating a gui for managing qos in linux , > > i came across snmp extension to net snmp at > > http://x-ray.prokon.cz/data/snmp/ > > > > and i found qosd-0.0.1-13122003.tgz , > > in which there is a client server program using soap which was realy > > intresting but when i tried to compile it ended up with many errors ,, > > I had similar errors and gave up on it back in 2004. I guess it''s not > maintained any longer.
Seemingly Similar Threads
- SNMP EXTENSION
- [PATCH] Fix for client certificate validation does not work
- bug/suggestion: debugger should respect option "deparse.max.lines" when printing the call (PR#13647)
- Putting an index explicitly into function code --- a curiosity.
- Graphing tc output