Re: Simple Indication Provider
Ajay N Rao <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF7D96C044.9CF81FEE-ON652579D8.003037D8-652579D8.0037A42A@in.ibm.com> |
Go through the CIMProvider Interface in : http://cvs.opengroup.org/pegasus-doc/CIMIndicationProvider.html then refer the sample Indication Provider code in the src/Providers/TestProviders/ and src/Providers/sample in pegasus source code. Regards, Ajay From: "DIOGO GOMES DE PINHO SILVA LOUREIRO" <[email protected]> To: [email protected], Date: 10/11/2011 01:34 AM Subject: Simple Indication Provider Hello, I'm a newbie in WBEM. Yet I choose openPegasus to try it. So i need want to implement a simple indication provider to warn about the link state, just link up or link down. How do I create the indication provider for this warnings/indications? Where can i find some useful info? Thanks in advance.