If your requirement is to start monit GUI, then you have to start monit in daemon mode. No daemon mode = No GUI.
You can set the service into "mode manual" so when monit daemon will start, it's won't automatically start these services - until you call "monit -g group start" via the CLI. Regards, Martin On Sep 20, 2012, at 7:00 PM, Sukumar T R <[email protected]> wrote: > Hello Martin > Thanks for your reply > Here my requirement is little different. I have grouped components or the > processes into two groups. So at any point of time only a single group will > be running on the active server which is holding the V.I.P. > I have script which will start the components based on the virtual Ip on the > server. So by specifying the group name , the respective components of the > group is being started. But the monitor gui is not starting. Hope u > understand my requirement and problem. If u 've any suggestions , please > share on this. > > Thanks > Sukumar > On Sep 20, 2012 5:07 PM, <[email protected]> wrote: > Send monit-general mailing list submissions to > [email protected] > > > Date: Thu, 20 Sep 2012 16:41:33 +0200 > From: Martin Pala <[email protected]> > To: This is the general mailing list for monit > <[email protected]> > Subject: Re: Monit Graphical Interface is not getting started when > monit is started with the group > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > If you want to start monit, type just "./monit" ... it will start in daemon > mode (provided you have "set daemon X" statement in your configuration file). > > The command which you execute is correct CLI command for starting the group > (but it won't stat monti as daemon if it's not running already). > > Regards, > Martin > > > On Sep 20, 2012, at 1:25 PM, Sukumar T R <[email protected]> wrote: > > > Hi, > > > > Am trying to start the monit a group of components using following > > > > ./monit -c monitrc-app -g GRP_RP_ACTIVE_STANDBY_COMPONENTS start . > > > > The grouped components are getting started as expected, but am facing an > > issue where the graphical interface is not started as part of this. > > > > I need help as this is very critical. If someone has faced the same issue, > > please share your feedback. I really appreciate your help. > > > > Thanks & Regards, > > Sukumar > > -- > > To unsubscribe: > > https://lists.nongnu.org/mailman/listinfo/monit-general > > > > > ------------------------------ > > _______________________________________________ > monit-general mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/monit-general > > > End of monit-general Digest, Vol 116, Issue 32 > ********************************************** > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
