On 06/29/2015 09:49 PM, oreddy wrote:

> *Problem is that only the first value clientMacAddress is fetched
> and folders are created with string.properties file inside, where as
> the rest of the data values are not fetched. I don't understand,
> could some one throw some light why is this and what I am doing wrong
> here ??*

Your configs look okay at a glance, but I think you may have sabotaged
yourself with the persistence selector. I assume your intention is to
persist only instances whose clientMacAddress column is non-empty.
Instead of this:

not(#clientMacAddress matches '')

Try:

not(#clientMacAddress matches '^$')

See if that makes a difference.

-jeff

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to