monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Antwort: Re: Antwort: Re: Antwort: monit does not open httpd port


From: Patrick Viola
Subject: Antwort: Re: Antwort: Re: Antwort: monit does not open httpd port
Date: Wed, 16 Feb 2011 11:18:52 +0100

Hi,
yes monit is running as root
        ps aux|grep monit
        root      7410  0.0  0.1  14376  2088 ?        Ss   11:14   0:00 /usr/local/bin/monit -Ic /etc/monitrc

I just tried to change allow to 127.0.0.1 instead of localhost, but the port still is not open.

        netstat -tpln
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
        tcp        0      0 0.0.0.0:873             0.0.0.0:*               LISTEN      1853/rsyncd
        tcp        0      0 0.0.0.0:47471           0.0.0.0:*               LISTEN      1527/rpc.statd
        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1494/rpcbind
        tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      984/httpd
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      3743/sshd
        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      1779/cupsd
        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1882/master
        tcp        0      0 0.0.0.0:2525            0.0.0.0:*               LISTEN      1017/tina_daemon
        tcp        0      0 0.0.0.0:52926           0.0.0.0:*               LISTEN      -
        tcp        0      0 :::873                  :::*                    LISTEN      1853/rsyncd
        tcp        0      0 :::111                  :::*                    LISTEN      1494/rpcbind
        tcp        0      0 :::22                   :::*                    LISTEN      3743/sshd



Mit freundlichen Grüßen

Patrick Viola

Projektentwicklung Business Information

Tel: +49 2152 143 - 439, Fax: +49 2152 44 47
E-Mail: address@hidden, Lotus Notes: Patrick address@hidden

GEDAK - Gesellschaft für Datenverarbeitung und Kommunikation mbH

Mülhauser Str. 157 · D-47906 Kempen, Geschäftsführer: Bernd Kothes
Amtsgericht Krefeld HRB 9087, Steuer-Nr. 115/5715/0137, USt.-ID DE119998337

www.gedak.de


Von: Eric Pailleau <address@hidden>
An: This is the general mailing list for monit <address@hidden>
Datum: 16.02.2011 11:08
Betreff: Re: Antwort: Re: Antwort: monit does not open httpd port
Gesendet von: address@hidden





Le 16/02/2011 10:54, Patrick Viola a écrit :
> Hi,
> the port is not in use while monit does not work. I test it with netstat.
> Also I'm sure that the network is up. I connect via ssh and the rest
> like apache is working.

Hum... it remember something :

set httpd port 2812
    allow localhost

try instead :

set httpd port 2812
    allow 127.0.0.1

Regards.


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]