Overview
MonitManager is server application that provides a centralized interface to monitor and control UNIX-like operating systems. MonitManager gets its information from so called "agents" running on the machines to be monitored and controlled. At the moment MonitManager supports Monit agents only. Support for Supervisor is underway.
Features
- Ultra simple installation using Python's easy_install or by unpacking the ready-to-run package. All you need is a system running Python 2.5 or higher.
- MonitManager is a centralized place to start, stop and monitor processes, disk, log-files and more...
- Runs on Mac OS X, Linux, Solaris, FreeBSD and Windows. As long as your system runs Python, MonitManager is compatible
- MonitManager is independent from the agents, therefore no single-point-of-failure.
Functionality
- Control and monitor remote Monit and Supervisor daemons
- Track events on all machines
- Events are being published via RSS/Atom
- Monitors can be controlled individually or in groups.
Installation
Using Python's setuptools
sudo easy_install monitmanager
If setuptools is not installed on your system check you operating system's package system or follow the instructions here
Installation from sources
Download the latest version.
tar xjvf MonitManager-0.1.0.tar.bz2 cd MonitManager-0.1.0 sudo python setup.py install
Usage
The startup script of the current version is still not finished and not that easy to use. An improved way to run MonitManager will be released in version 0.1.1.
Bootstrap setup (the database file will be written to the directory you are in):
monitmanager syncdb
You will be asked to create a account to login to the system. The application can be started by entering:
monitmanager runcpserver port=8080 daemonize=true pidfile=/var/run/monitmanager.pid
Check all other options available with:
monitmanager help runcpserver
Discussion
|
|
| Subscribe to MonitManager |
| Visit this group |
Bug reports
Please create a new ticket if you find a bug.
Attachments
- mmanager.png (72.3 kB) - added by jgelens 7 months ago.
-
mmanager.2.png
(89.5 kB) - added by jeffrey
6 weeks ago.
Interface 0.1.0


