Search found 8 matches

by davidhughes
Sun Mar 21, 2021 9:05 am
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

If there is a feed I should monitor to watch for this colon handling? Or a timeline to release? If I could know when to anticipate this fix, I would consider this closed 10/10.
by davidhughes
Thu Mar 18, 2021 6:29 pm
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

Thanks for all your assistance in this matter Benjamin. My trial membership is about up, but based off the response you've provided, I am recommending XI to my company to support our existing in house monitoring platform.
by davidhughes
Fri Mar 12, 2021 9:12 pm
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

Thank you Benjamin. I am new to this forum, and you have been most helpful!
by davidhughes
Thu Mar 11, 2021 9:29 am
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

Hello Benjamin, This would be a great feature for my company's use case. We have a vast array of sensors in the field which produce XML similar to this, and many would not be able to have their protocol reconfigured to eschew the colons. Digesting to extend monitoring of this XML is a golden goose f...
by davidhughes
Tue Mar 09, 2021 9:32 am
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

I've retrieved the curled xml- I took the liberty of adding linebreaks. <?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc"...
by davidhughes
Wed Mar 03, 2021 4:59 pm
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

Hi Benjamin, When I search for strings I get comparison I am running up against value: array did not match ''. I feel like no matter how I identify a key, I'm not pulling a data point from the xml. check_xml!-u 'https://' -k 'company:raw_value' -s '0' -r 0 -n 2 adding the print_r line yields this re...
by davidhughes
Mon Mar 01, 2021 3:45 pm
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

Re: XML API wizard or time to build my own plugin?

Hi Benjamin, sorry I didn't notice your reply until recently. Thank you for the prompt response! an example of xml output: <wfs:FeatureCollection xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:company="http://company" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml=...
by davidhughes
Mon Feb 22, 2021 6:27 pm
Forum: Nagios XI
Topic: XML API wizard or time to build my own plugin?
Replies: 15
Views: 3242

XML API wizard or time to build my own plugin?

One of the DEV teams my NOC supports has an in-house monitoring tool which provides sensor feedback and system diagnostic checks via an XML API. I am attempting to use the XML monitoring wizard to monitor these devices, but I am just getting errors such as: UNKNOWN - Could not parse XML data UNKNOWN...