Page 1 of 1
xml parser
Posted: Sun Jun 15, 2014 4:10 pm
by anil406
Hello, Does nagios have xml parser plugins?
Re: xml parser
Posted: Mon Jun 16, 2014 9:15 am
by tmcdonald
That's a bit broad. Do you have something specific you are trying to accomplish? We do have our
Nagios Exchange where plugins are listed, but I could not find anything for just "XML parser".
Re: xml parser
Posted: Mon Jun 16, 2014 10:02 am
by anil406
We have custom monitoring for weblogic JVM machines, it gives stats in xml files. I am looking to parse the xml and have it configured with nagios.
Re: xml parser
Posted: Mon Jun 16, 2014 10:27 am
by tmcdonald
I can't think of anything off the bat that does this, and a search didn't reveal anything specific to what you need. We do have some
weblogic plugins that might work for your checks, otherwise you might want to script something up in perl to do the XML checking. The
Nagios plugin development guidelines are a good source of info for custom plugins.