ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] monit
@ 2004-04-06 13:22 Nick S. Grechukh
  2004-04-06 14:06 ` Igor Homyakov
  0 siblings, 1 reply; 5+ messages in thread
From: Nick S. Grechukh @ 2004-04-06 13:22 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

#service monit status
monit: error connecting to the monit daemon
Process 'courier-pop3d' is running with pid [2178]
        Uptime: 5m
Process 'courier-imapd' is running with pid [2558]
        Uptime: 0m

при этом по факту он перезапускает упавшие сервисы. как бороться с первой 
строчкой?
и еще, 
check exim with pidfile /var/run/exim.pid
        start program = "/etc/init.d/exim start"
        stop  program = "/etc/init.d/exim stop"
        if failed host localhost port 25 use type tcp then restart
        alert kolya@tdo2.com.ua
        group servers

стоит, но monit не выдает статус exim. в чем может быть проблема?

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] monit
  2004-04-06 13:22 [sisyphus] monit Nick S. Grechukh
@ 2004-04-06 14:06 ` Igor Homyakov
  2004-04-06 14:09   ` Nick S. Grechukh
  2004-04-06 22:49   ` Dmitry Plotnikov
  0 siblings, 2 replies; 5+ messages in thread
From: Igor Homyakov @ 2004-04-06 14:06 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list



Nick S. Grechukh said the following on 06.04.2004 17:22:

> #service monit status
> monit: error connecting to the monit daemon
> Process 'courier-pop3d' is running with pid [2178]
>         Uptime: 5m
> Process 'courier-imapd' is running with pid [2558]
>         Uptime: 0m
> 
> при этом по факту он перезапускает упавшие сервисы. как бороться с первой 
> строчкой?

включит http интерфейс

> и еще, 
> check exim with pidfile /var/run/exim.pid
>         start program = "/etc/init.d/exim start"
>         stop  program = "/etc/init.d/exim stop"
>         if failed host localhost port 25 use type tcp then restart
>         alert kolya@tdo2.com.ua
>         group servers
> 
> стоит, но monit не выдает статус exim. в чем может быть проблема?

check process exim with pidfile /var/run/exim.pid
         start program = "/sbin/service exim start"
         stop  program = "/sbin/service exim stop"
         if failed host localhost port 25 with proto smtp then restart
 	 if 5 restarts with 5 cycles then timeout
         alert kolya@tdo2.com.ua
         group servers



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] monit
  2004-04-06 14:06 ` Igor Homyakov
@ 2004-04-06 14:09   ` Nick S. Grechukh
  2004-04-06 14:31     ` Igor Homyakov
  2004-04-06 22:49   ` Dmitry Plotnikov
  1 sibling, 1 reply; 5+ messages in thread
From: Nick S. Grechukh @ 2004-04-06 14:09 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

> check process exim with pidfile /var/run/exim.pid
>          start program = "/sbin/service exim start"
>          stop  program = "/sbin/service exim stop"
>          if failed host localhost port 25 with proto smtp then restart
>  	 if 5 restarts with 5 cycles then timeout
>          alert kolya@tdo2.com.ua
>          group servers

спасибо

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] monit
  2004-04-06 14:09   ` Nick S. Grechukh
@ 2004-04-06 14:31     ` Igor Homyakov
  0 siblings, 0 replies; 5+ messages in thread
From: Igor Homyakov @ 2004-04-06 14:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


http://people.altlinux.ru/~homyakov/packages/monit/monitrc.d/postfix

если не трудно, подредактируйте для exim и пришлите мне.

Nick S. Grechukh said the following on 06.04.2004 18:09:

>>check process exim with pidfile /var/run/exim.pid
>>         start program = "/sbin/service exim start"
>>         stop  program = "/sbin/service exim stop"
>>         if failed host localhost port 25 with proto smtp then restart
>> 	 if 5 restarts with 5 cycles then timeout
>>         alert kolya@tdo2.com.ua
>>         group servers
> 
> 
> спасибо
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://lists.altlinux.ru/mailman/listinfo/sisyphus


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] monit
  2004-04-06 14:06 ` Igor Homyakov
  2004-04-06 14:09   ` Nick S. Grechukh
@ 2004-04-06 22:49   ` Dmitry Plotnikov
  1 sibling, 0 replies; 5+ messages in thread
From: Dmitry Plotnikov @ 2004-04-06 22:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Tue, 06 Apr 2004 18:06:54 +0400
Igor Homyakov <homyakov@ramax.spb.ru> wrote:

> 
> 
> Nick S. Grechukh said the following on 06.04.2004 17:22:
> 
> > #service monit status
> > monit: error connecting to the monit daemon
> > Process 'courier-pop3d' is running with pid [2178]
> >         Uptime: 5m
> > Process 'courier-imapd' is running with pid [2558]
> >         Uptime: 0m
> > 
> > при этом по факту он перезапускает упавшие сервисы. как бороться с первой 
> > строчкой?
> 
> включит http интерфейс

К стати об http интерфейсе.

Многочисленные уязвимости в HTTP интерфейсе Monit (multiple bugs),
                  дополнено с 25 ноября 2003 г.
    Опубликовано: 6 апреля 2004 г.
    Источник:     FULL-DISCLOSURE
    Тип:          удаленная
    Опасность:    5
    Описание:     Переполнение стека, DoS.
    Продукты:     TILDESLASH: Monit 4.1
    Документы:    S-Quadra Security Research, [Full-Disclosure]
                  Monit 4.1 HTTP interface multiple security vulnerabilities,
                  http://www.security.nnov.ru/search/document.asp?docid=5443
                  Matthew Murphy, [VulnWatch] Advisory:
                  Multiple Vulnerabilities in Monit,
                  http://www.security.nnov.ru/search/document.asp?docid=6020

---
WBR, Dmitry Plotnikov


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-06 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 13:22 [sisyphus] monit Nick S. Grechukh
2004-04-06 14:06 ` Igor Homyakov
2004-04-06 14:09   ` Nick S. Grechukh
2004-04-06 14:31     ` Igor Homyakov
2004-04-06 22:49   ` Dmitry Plotnikov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git