SVN repository location

Current Components

lime-common
This package provide command function for other tools.
lime-cron
scheduled task(cron, at) configuration
lime-logview
system log viewer, log rotate setup
lime-perf
system performance, provide curve or bar view to display real time system variables(like. CPU load, Memory usage ...)
lime-perfd
provide a daemon to support lime-perf alert function.
lime-sysinfo
system information viewer
lime-sysv
system service management
lime-user
user and group management

lmc

Linux Management Console, Similar To MMC(MS$), Provides consistent UI and operations to sysadm, Provides common task support to developer

rfhelp

show GUI applications manual.

Features

lime-common

  • provide a host list manager
  • QT open file dialog, WBEM protocol support.
  • manual/About dialog display.

lime-sysinfo

  • all kinds of hardwares and drivers, CPU, Audio, Vedio, ...
  • OS inforamation, inlcude OS release, kernel version, platform, boot time
  • Network information like host name IP, route, ...
  • disk and patition infomation, include patition type, size, free size, ...
  • system configration infomation (sysconf)
  • support temperature, voltage, fan speed... (IPMI,lmsensors...)

lime-sysv

  • service information display, discription, subject execute path, status(started or stopped)
  • service start and stop
  • starting mode setting, auto and manual
  • runlevel, start runlevel and kill runlevel change
  • support xinetd services

lime-perf

  • real time and graphic(curve or bar) display monitored variable
  • alarm setup, can setup a condition to trigger some action, for example if file system free space < 5% send a mail to administrator
  • alarm condition support compsite condition like cpu usage > %90 or memeory usage > 95%
  • history monitor data save and display
  • processor, include processor time, system time, user time, context switch, interrupts, process count
  • memory, include buffer bytes, cache bytes, page out, page in ...
  • network, include receive bytes, receive packages, ...
  • Process, include cpu usage, memory usage, ...
  • disk like block reads, block writes, ...
  • file system, total size, free size, ...

lime-logview

  • system log view, include system log, security log, mail, user, boot, ...
  • log filter setup, you maybe only see last two days log records
  • log rotate setup, setup how many and how long keep backup logs
  • new: support log "save as" to local storage (log dump/restore)

lime-cron

  • add(through a wizard), modify, remove a cron task(user or system)
  • add,modify remove a at task
  • support easy-to-use scheduling method. (refer to windows schedule and backup/restore)

lime-user

  • user and group list, user and group information display
  • add, modify, delete user and group
  • user sudo enable and disable setup

Requirements

Install

  1. from SVN
    • sh cvsbootstraps.sh
    • ./configure
    • make && make install
    • Note all the tools require lime-common and lmc, you should first build and install them.
  2. from source package
  3. from RPM

To-Do

  • migrate to new backend providers, use LMPs instead.
  • all tools' manual/docmumentation enhancement
  • command line argument support. eg. "lime-sysv localhost"
  • LMC python snapin support
  • better UTF8 support

Release Notes

lime-common 0.9.6 (Jan.6th, 2008)

lime-cron 0.9.8 (Jan. 6th, 2008)

lime-logview 1.1.7 (Jan. 6th, 2008)

lime-perf 1.1.8 (Jan. 6th, 2008)

lime-perfd 1.2.3 (Jan. 6th, 2008)

lime-sysinfo 1.1.8 (Jan. 6th, 2008)

lime-sysv 1.1.8 (Jan. 6th, 2008)

lime-user 1.1.7 (Jan. 6th, 2008)

lmc 0.7.6 (Jan. 6th, 2008)

rfhelp 1.0 (Jan. 6th, 2008)