SMon – Service Monitoring Tool
SMon is service monitoring tool for RedHat based systems. It can monitor a list of SysV daemons and try to restart or recover daemon if it dies. SMon can notify administrators in case of unrecoverable situations. Also SMon can check disk space of the system.
Configuration
SMon is configured through /etc/smon/smon.conf. Configurable parameters are as follows. To quick start, you may set SERVICES and ADMIN_MAIL only.
- SERVICES: List of SysV service names to monitor.
- ADMIN_MAIL: Mail address of administrator to notify when unrecoverable error occurs.
- WARN_COUNT: Number of tries to recover when a service is not running.
- ALWAYS_TRY_RECOVER: If set to 1, SMon will try to recover service forever.
- MAIL_INTERVAL: Mail notifying intervals.
- DISK_LIMIT: Disk used capacity limit.
Download
The latest version is 1.1.
Copyright
Copyright (C) 2006 Serkan Kenar.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
http://www.gnu.org/copyleft/gpl.html