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.
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
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
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.
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.
You can not downgrade, but you can redo the update on the shell. See manual update instructions n the release notes.
Thanx. For information I did try the update again manually but it shows the same errors in the Monitor.
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?