gMUTOO 0.1 review

Download
by rbytes.net on

gMUTOO is an elegant service launcher/stopper/monitor that resides in the window manager tray

License: GPL (GNU General Public License)
File size: 87K
Developer: Giacomo Lozito
0 stars award from rbytes.net

gMUTOO is an elegant service launcher/stopper/monitor that resides in the window manager tray. gMUTOO has been mostly thought for the launch of daemons (ftpd, sshd, httpd and so on), but it can be used to start/stop pretty anything.

For each entry of its launch menu, a monitored file can be specified (usually a PID file). The status of this file (exists/doesn't exist) is monitored with Gamin (a FAM re-implementation); changes in the file status influence the behaviour of gMUTOO, that displays the status of the service and allows to quickly start it if the status is 'off' and to stop it if the status is 'on'.

gMUTOO can also be compiled without Gamin support, but the file monitor won't be available in this case (for each entry in its menu, gMUTOO will then provide start/stop buttons so the user can decide if a service should be started or stopped).

Requirements:
GTK >= 2.6, Glib >= 2.6,
Gamin >= 0.1.7 (unless --disable-monitor is used)

Installation:

Installation is pretty straighforward:

configure
make
make install

Other configuration options are available, like --prefix to install in a different location. Use --help to list all available configuration options.

It's worth mentioning --disable-monitor (if you don't want Gamin support) and --enable-debug (to get useful debug messages).

Usage:

gMUTOO resides in the window manager tray. Left-clicking its icon will open its main menu. The first time you use it, it will obviously be empty (no services defined). Right-clicking the icon will open the configuration menu.

In the configuration window you'll be able to add services/applications that should be started/stopped/monitored.

For each one, you can specify a name (mandatory), a brief description (optional), a command that will be used to start the service (optional but obviously recommended), a command that will be used to stop the service (optional), a file that should be monitored to check if the service is running (optional), an image file that will be displayed in the main menu (optional; it can be of any size, it will be automatically resized to 32x32 in the gMUTOO menu).

Remember that you MUST use absolute paths for file names (thus anything in the cmdstart/cmdstop/monitoredfile/iconfile fields must use absolute path).

After specifying the various fields, you can enable the new menu entry by clicking on the checkbox to the left of the service icon/name. Disabled entries won't be displayed in the menu (but they are still kept in the list, in the case you want to use them later). If you want to enable file monitoring for an entry, click on the checkbox to the right of the service icon/name. If file monitoring is not enabled for an entry, gMUTOO will then display start/stop buttons in the menu for that entry so the user can decide if the service should be started or stopped.

Once you're satisfied with the service list, press OK to commit your changes. gMUTOO main menu will now nicely display your services.

gMUTOO 0.1 keywords