zorkian / nagios-api

A REST-like, JSON interface to Nagios
BSD 3-Clause "New" or "Revised" License
586 stars 173 forks source link

I thought I was introducing an optimization be ensuring we didn't needlessly loop over multiple keys. Turns out, I introduced a bug that prevents the API from seeing multiple downtimes for a given host. #32

Closed RyanFrantz closed 11 years ago

RyanFrantz commented 11 years ago

... object. If there are multiple Comment or Downtime objects, we need to see them.

zorkian commented 11 years ago

Thank you!