What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jun 11, 2007 by kovyrin
Labels: Phase-Implementation, Phase-Design
InternalsOverview  
Short overview of the MMM internals and code structure.

Introduction

This small article will provide you with short but in-depth description of the MMM cluster internals, will show you how it's functioning, etc.

Details

Basically, MMM consists of three main parts (scripts):

  1. mmmd_mon - monitoring script which does all monitoring work and makes all decisions about roles moving and so on.
  2. mmmd_agent - remote servers management agent script, which provides monitoring node with simple set of remote services to make servers management easier, more flexible abd highly portable.
  3. mmm_control - simple script dedicated to management of the mmmd_mon processes by commands.


Sign in to add a comment