Пакет monit: Информация

    Исходный пакет: monit
    Версия: 5.0-alt0.1
    Собран:  19 апреля 2008 г. 15:40
    Категория: Мониторинг
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.tildeslash.com/monit

    Лицензия: GPL
    О пакете: Process monitor and restart utility
    Описание: 
    monit is an utility for monitoring services or similar programs running on
    a Unix system. It will start specified programs if they are not running
    and restart programs not responding.  Many checks can be performed:
      - process existence
      - connectability
      - protocol-level (SMTP,POP3,IMAP,NNTP,HTTP,SSH,FTP,SIP)
      - resource usage (cpu/ram)
      - process interdependencies

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    monit (x86_64, i586)
    monit-base (x86_64, i586)

    Сопровождающий: Michael Shigorin

    Список участников:
    Michael Shigorin
    Igor Homyakov
    qa-robot

    Права:
    Michael Shigorin

      1. libssl-devel
      2. flex

    Последнее изменение


    19 апреля 2008 г. Michael Shigorin 5.0-alt0.1
    - 5.0beta1
    - incompatible changes:
      + cpu usage test renamed to totalcpu (checks process+children
        memory consumption); new cpu checks only the process itself
        (just like totalmemory/memory was behaving already)
    - features:
      + m/mmonit (web interface)
      + SIP protocol test
      + mail notifications hostname setting
      + sync start (wait for parent service before starting children)
      + start/stop timeouts (30 seconds by default)
      + device service test renamed to filesystem
    - bugfixes:
      + restart of a slow-starter no longer may start two instances
      + a few crash or unjustified bail-out conditions fixed
    - details: http://tildeslash.com/monit/dist/beta/CHANGES.txt
    - strict version requirement for monit-base
    - install /etc/monitrc.d/templates/* by default
    - fixed #11313 (/etc/monit.d -> monitrc.d FC/SuSE compat symlink)
    - removed stale patches
    - rediffed/submitted upstream the remaining patch
    11 апреля 2008 г. Michael Shigorin 4.10.1-alt5
    - fixed Group:
    14 марта 2008 г. Michael Shigorin 4.10.1-alt4
    - applied patch against monitored service double startup due to
      overly fast process status check:
      http://lists.gnu.org/archive/html/monit-dev/2008-03/msg00015.html