Monitor not showing correctly after upgrade

Discussion in 'Installation/Configuration' started by MacGoose, Dec 6, 2011.

  1. MacGoose

    MacGoose New Member

    The monitor service is showing wrong information after I upgraded from 3.0.4 to 3.0.4.1.

    It shows the Web-server, SMTP-server and mySQL-server as offline. And they are not. Is this a knows bug or are there something else wrong?

    I upgraded via the "Do ISPConfig-update" in the menu. I understand that it is risky but everything else work.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There are no known monitor bugs in 3.0.4.1. Might be a problem in /etc/hosts or in the configuration of the services. Please post the output of:

    netstat -tap | grep ftp

    and

    netstat -tap | grep mysql
     
  3. MacGoose

    MacGoose New Member

    Here is the exact output:
    Code:
    netstat -tap | grep ftp:
    tcp        0      0 *:ftp                   *:*                     LISTEN      1331/pure-ftpd (SER
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      1331/pure-ftpd (SER
    netstat -tap | grep mysql:
    tcp        0      0 *:mysql                 *:*                     LISTEN      549/mysqld
    
     
    Last edited: Dec 6, 2011
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats ok. Does your /etc/hosts file contaons this line for localhost?

    127.0.0.1 localhost
     
  5. MacGoose

    MacGoose New Member

    Yes. To be exact it contains:
    Code:
    127.0.0.1     localhost.localdomain     localhost
    As I can see /etc/hosts is the same as it was before I updated from 3.0.4 to 3.0.4.1

    This is how Status of Services looks like in my Monitor:
    Code:
    Web-Server:	Offline
    FTP-Server:	Online
    SMTP-Server:	Offline
    POP3-Server:	Online
    IMAP-Server:	Online
    DNS-Server:	Online
    mySQL-Server:	Offline
    As I can see there is no reason why some are displayed as offline and others are displayed as online. Non of these are actually offline. I tried restarting the email services from ISPConfig. And of course I have restarted the entire server.

    Is it possible to downgrade from 3.0.4.1 to 3.0.4 or is this not advicably? I have a bad feeling that this is because I used the "Do ISPConfig-update" from the menu.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Servers are only shown to b online when they are listening on their default ports on localhost. So all the servers that are shown offöine are either configured to not listen on localhost or they listen on the wrong port.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not downgrade, but you can redo the update on the shell. See manual update instructions n the release notes.
     
  8. MacGoose

    MacGoose New Member

    Thanx. For information I did try the update again manually but it shows the same errors in the Monitor.
     
  9. MacGoose

    MacGoose New Member

    So either it's the configuration for Web, SMTP and mySQL, or it's the configuration for ISPConfig and what ports to monitor.

    Where can I check for this? Specifically for what ports ISPConfig monitors?
     

Share This Page