zorkian / nagios-api

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

do not get single service on one host? #37

Open xiyoulaoyuanjia opened 11 years ago

xiyoulaoyuanjia commented 11 years ago

hi: http_server do not support for getting single service? but the comment at the http_service as below.

''' Get a view of a single service on one host. Shows all of the variables for the host object. '''

ghostsquad commented 9 years ago

yes, I'm curious about the same thing. Can you add a comment for URL_REGEX? https://github.com/zorkian/nagios-api/blob/master/nagios-api#L41

Is this project dead?

zorkian commented 9 years ago

I wouldn't say it's dead, I just don't use it in my day to day anymore so I haven't been doing any development. (At Dropbox we have ~100 Nagios shards with enough data that this project doesn't work in any reasonable speed, so we've started using the Thruk frontend + our own custom inhouse monitoring system.)

So, I definitely read comments and PRs, usually. Sometimes I miss them, but I'm happy to be poked and to respond. :)

ghostsquad commented 9 years ago

Oh cool. I'll have to look into Livestatus and Thruk.