Skip to main content
SIMGPL v2v3.0Since 2002
10

System Integrity Monitor

System and services monitor for SysVinit systems

System Integrity Monitor (SIM) is a system and services monitor for SysVinit systems designed to be intuitive and modular in nature, providing a clean and informative status system.

SIM monitors system services and facilities including load average, disk space, and network status. It checks against network sockets and process lists to ensure services are online, with auto-restart capability for downed services.

Stars

10

Forks

3

Last Push

Sep 14, 2016

Latest Release
3.0
Project Downloads & Supporting Files

12

3d

21

7d

87

30d

267

90d

1.01k

1y

Aug 14 - Aug 17

Features

Monitoring

  • Preconfigured monitoring of 25+ common services
  • Preconfigured monitoring of system facilities (load, disk space, network)
  • Checks against network sockets and process list to verify service status
  • URL-aware monitoring for web-based services

Management

  • Auto restart ability for downed services
  • Informative command line status display
  • Event tracking and alert system with detailed log output
  • Modular architecture with function-based modules for easy expansion
  • Cron-based scheduling with toggle on/off support

Installation

bash
$ git clone https://github.com/rfxn/system-integrity-monitor.git
$ cd system-integrity-monitor
$ sudo ./install.sh

Verify Download

MD5 Signature Verification

Always verify the integrity of downloaded packages before installation.

bash
$ wget https://www.rfxn.com/downloads/sim-current.tar.gz
$ wget https://www.rfxn.com/downloads/sim-current.tar.gz.md5
$ md5sum -c sim-current.tar.gz.md5