Search found 2 matches
- Mon Jun 30, 2014 5:26 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple instance on Nagios
- Replies: 3
- Views: 2096
Re: Multiple instance on Nagios
I would like to do this as well for a few reasons. This is pretty common in the Nix* world to be able to run multiple instances of whatever is needed for hosting, multi tenancy, operational, test, or load purposes. Usually just entails setting new base directories for each instance, a different init...
- Mon Jun 30, 2014 4:06 pm
- Forum: Open Source Nagios Projects
- Topic: Launching Multiple Nagios instances on the same server
- Replies: 4
- Views: 4789
Re: Launching Multiple Nagios instances on the same server
I believe this should be possible if compiling from source and into different directories like: #!/bin/bash # # custom nagios 4.0.7 build # see configure --help # thishomedir="nagios-2" thishomefile="nagios-2" ./configure \ --prefix=/usr/local/${thishomedir} \ --exec-prefix=/usr/...