Search found 3 matches

by williamt
Mon Apr 28, 2014 11:45 am
Forum: Open Source Nagios Projects
Topic: Monitoring Multiple Services w/ One call to fetch data
Replies: 5
Views: 2056

Re: Monitoring Multiple Services w/ One call to fetch data

Hmmm okay I'll hunt around. If I need to monitor 15 data items or so I didn't want to make that many calls. Especially since all the data gets returned with one call. It returns a JSON result set with everything I need. Seems silly to call multiple times. But maybe that's the only way to do it. I gu...
by williamt
Mon Apr 28, 2014 11:37 am
Forum: Open Source Nagios Projects
Topic: Monitoring Multiple Services w/ One call to fetch data
Replies: 5
Views: 2056

Re: Monitoring Multiple Services w/ One call to fetch data

Yes I wanted to make one call that returns multiple data items to monitor as separate services.
Perhaps the passive approach may work for me though. Do you know of any resources or example
monitors that use this approach?
by williamt
Sun Apr 27, 2014 2:44 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Multiple Services w/ One call to fetch data
Replies: 5
Views: 2056

Monitoring Multiple Services w/ One call to fetch data

I'm trying to monitor some wireless devices. I'm currently evaluating using this plugin https://github.com/zmousm/ubnt-nagios-plugins/blob/master/UBNT-AF24_http.py I'm not super happy with the way this plugin is written and may write one from scratch. What I would like to know if possible, is whethe...