Hello, the use of Monit and M/Monit on the same machine is possible - each application uses by default different port (Monit 2812, M/Monit 8080).
The problem will be most probably caused by the "allow" option settings in your monit configuration file - it should allow the access from M/Monit host, if you need also access it directly from other machines, they (or their network) should be listed as well. The simplest setup is to not use "allow <IP address>" option (i.e. allow access from any host) - try to use just "allow username:password" to protect the access (i.e. username and password based). M/Monit requires Monit >= 5.2 ... there are pre-build binaries which you can use for upgrade or you can compile monit from source code. Regards, Martin On Jun 21, 2013, at 6:45 PM, Morgan Thunder <[email protected]> wrote: > Hello i'm student and have a project for a professional. > > i've installed monit on a VM with debian 5, 6, 7 which are on ESXi server. > > the web interface are accessible on the different VM > > but i would like to use M/Monit on debian 7 VM and if i make this, the web > interface of monit (https://192.168.3.11:2812) isn't accessible > > if i configure correctly this VM, M/monit check correctly Monit on the same > machine but the web interface of monit isnt accessible. > > is it possible to use m/monit & monit on the same machine ? > > and m/monit is capable to check monit(5.1.1) on debian 6 and monit(4.10.1) on > debian 5 ? > > bets regards > thanks > > sorry for my english , i'm french :D > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general
-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
