Search found 2 matches
- Wed Feb 22, 2012 4:50 am
- Forum: Nagios XI
- Topic: Back End Queries: Best Practices
- Replies: 5
- Views: 1637
Re: Back End Queries: Best Practices
That's great! Thanks for the info! For example, on a gethost status call, you can add &host_id=12345 to the url and only get info on that item. you can also use &host_name=MYHOST But where can I see the API's documentation with a list of possible queries? The API Component I installed a coup...
- Tue Feb 21, 2012 5:50 am
- Forum: Nagios XI
- Topic: Back End Queries: Best Practices
- Replies: 5
- Views: 1637
Re: Back End Queries: Best Practices
Hello, I would also need to make more fine-grained queries to the back-end. Say we're monitoring 50,000 servers and I need the status of only a single one at a time. Getting the humongous xml would not be the best way I guess... I know some users have actually written their own... What would be the ...