zorkian / nagios-api

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

Add Dockerfile #63

Closed rogierslag closed 8 years ago

rogierslag commented 8 years ago

In order to easily run the api plugin on our infrastructure, I dockerized the build. This allows you to easily run the container on your nagios host, without having to install Python or any other dependencies on the hosts themselves.

Since it might be useful for others, here's a Pull Request for it

zorkian commented 8 years ago

Wow, thanks for doing this! Docker support is quite useful.