nagios-api icon indicating copy to clipboard operation
nagios-api copied to clipboard

A REST-like, JSON interface to Nagios

Results 19 nagios-api issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thanks a lot, what you did is awesome and very useful ! Here are the issues : - Sometimes the API stops responding and I do...

Hello I'm not able to find a way to parse the json output from the state json output. I'm try to get information from my centreon installation right into ELK...

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...

When I call the API like this: /host/Test_Server_1 the API responds fine. however if I try this: /host/Test Server 1 The API responds with {"content": "Invalid request URI", "success": false}...

Besides the obvious, that tests would help catch bugs, it would also help to document usage.

Hi, It would be awesome to make nagios-cli support 'schedule check' calls

Hi, I would like to share these steps required to install nagios-api on Ubuntu, could you please include them into README `apt-get install python-virtualenv libffi-dev python-dev python-pip python-setuptools` `cd ;...

When requesting the state it would be nice to be able to filter by current state to cut down on the payload sent from server to client.

When the log file rolls over, the reader ends up reading from the same old one and never gets new updates.