Bug 12133 - monit status не работает
Summary: monit status не работает
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: monit (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
: 12381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-24 22:53 MSD by enp
Modified: 2007-07-20 13:18 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description enp 2007-06-24 22:53:09 MSD
При запущенном monit:

# service monit status
monit: error connecting to the monit daemon

В инитскрипте вижу 2 упоминания о status: первое - monit status (и именно оно не
работает), второе - с pid-файлом (наверное, должно работать)
Comment 1 Michael Shigorin 2007-06-24 23:19:21 MSD
monit status или monit summary сам по себе работает?  Возможно, не включен
веб-интерфейс даже с localhost.
Comment 2 enp 2007-06-25 01:14:04 MSD
да, так оно и было :)

никогда бы не додумался, что status требует web, хотя в мане наверное это есть

может в комментарий в конфиг?
Comment 3 Michael Shigorin 2007-06-25 11:26:16 MSD
Сделал в 4.9-alt4 так, поскольку status сейчас уж очень подробный:
summary ()
{
        monit summary || echo "Please enable web interface for localhost"
        RETVAL=$?
        return $RETVAL
}
Comment 4 Michael Shigorin 2007-07-20 13:18:14 MSD
*** Bug 12381 has been marked as a duplicate of this bug. ***