Is it possible to run multiple instances of the sensu server on the same box? The intention is to have a "development" monitoring server to split the clients away from the production servers
Is it possible to run multiple instances of the sensu server on the same box? The intention is to have a "development" monitoring server to split the clients away from the production servers
yes you can as long as they all point to different places.. Like your config for production might look like
And for development
Pretty much you can run a single rabbit server with 2 vhosts and 2 user accounts. You'd need 2 redis servers running and 2 api servers.