- Docker container for CORP IT Nagios
- will install from source - apache2,mysql,nagios,nconf,mysqlsetup for nconf.
- uses supervisord for process control.
- Generate Nagios config on nconf ui will executed deploy_local.sh internally
- All valid generated confs pushed directly to inmobi-noc s3 and directly downloaded on container starts.
- To build container sudo docker build -t tagname location of Dockerfile .eg sudo docker build -t monsetup .
- To run docker container in background run sudo docker run -d -h desired docker hostname -e "stack=desired stack" -p 80:80 -it docker image tag
- Example : sudo docker run -d -h corpit-nagios.corp.inmobi.com --restart=always -e "stack=corpit-nagios" -p 9000:80 --name corpit-nagios -it dev-dockerhub.corp. inmobi.com:7000/noc/corpit-nagios:dc0a7272ea8c-master-2
- latest - dev-dockerhub.corp.inmobi.com:7000/noc/corpit-nagios:dc0a7272ea8c-master-2
forked from talsonthomas/nagios-nconf-new
-
Notifications
You must be signed in to change notification settings - Fork 0
drexlma/nagios-nconf-new
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 56.0%
- Python 18.1%
- PHP 15.4%
- Perl 6.3%
- Dockerfile 4.2%