Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/docker-nagios
Nagios installed on top of the official Ubuntu image.
https://github.com/noblesamurai/docker-nagios
Last synced: about 1 month ago
JSON representation
Nagios installed on top of the official Ubuntu image.
- Host: GitHub
- URL: https://github.com/noblesamurai/docker-nagios
- Owner: noblesamurai
- Created: 2014-12-29T06:08:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T03:06:29.000Z (almost 8 years ago)
- Last Synced: 2023-03-11T05:29:44.344Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-nagios
============Nagios installed on top of the official Ubuntu image.
- Use env vars to have the username/password you want (cf dockerfile).
- Mount your own config files into the container.Features:
- External commands are enabled.For example:
```shell
sudo docker run timlesallen/nagios -v ~/git/mynagiosconfig:/opt/nagios/userconf -p 8080:80 -e NAGIOSADMIN_PASS=mypwd -d
```