I'm not trying to send an event to zenoss, i'm trying to fetch a value using xml-rpc from another xml-server sporting a method get wich returns a value zenoss is supposed to do something with. if you add an rrddatasource anywhere you have the option to fetch the value as snmp or as xml-rpc, the later is what i'm trying to do. zenoss is supposed to pull rrd date just like the snmp part. you're talking about pushing events to zenoss, that works, but it's the other way around.
On Wednesday 13 September 2006 23:31, Duncan McGreggor wrote: > On Sep 13, 2006, at 11:11 AM, Duncan McGreggor wrote: > > On Sep 13, 2006, at 8:50 AM, Fritz wrote: > >> two things wich seem wrong, one it seems to do two xml-rpc query's > >> instead of > >> one, and second it doesnt read a value, wich it then interprets as > >> zero. > >> incidently adding paramaters to the url doesnt work, after hitting > >> add it > >> just forgets the value's. anyone fiddled with this before and can > >> point out > >> what i've missed? zenoss itself doesnt produce any errors to indicate > >> something is not working. > > > > I may be misunderstanding your statements above, but it sounds like > > issues with your proxy code. What language are you using? Have you > > tried writing it in python, per the example here: > > > > http://dev.zenoss.org/trac/wiki/HowToSendEvent > > > > I just tried the example, and it works great for me. I know that > > you're not trying to send an event, but I did want to point you in > > the direction of that example in case it triggered anything for > > you. If your proxy code is in python, you can send it to the list > > and we'll give you pointers... > > I've added a perl and a ruby example to that wiki page, in case that > helps. I tried working on a java example, but couldn't get the new > Apache XML-RPC libs to work as documented. > > d > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
