Johan
- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 103
Comments
Recent activity by Johan Sort by recent activity-
@principe - can you do on the controller: service cmon restart What do you get then?
-
Hi Principe, Did you install garbd, haproxy, keepalived from scripts or from the UI? Best regards Johan
-
Hi, I am not 100 why postfix is installed. It must be installed as an dependency. what do you get in /var/log/mail.log ? BR johan
-
Hi, I will check with my colleagues, but it sounds like the postfix is not setup correctly to be a SMTP server (maybe you can set it up to relay the email from localhost to a real SMTP server). H...
-
If you get the error: s9s_backup --install /etc/my.cnf Could not find mysql client binary Then change MYSQL_BIN in /usr/bin/s9s_backup (in the beginning of the file) to point to the mysql clien...
-
Hi, have you pulled the latest? It is connecting to: CMON_DB_HOST=127.0.0.1 and that is granted by default if you have used the deployment package. Best regards Johan
-
You need to do on all nodes (if you are using galera it should be enough on only one node as it will be distributed): UPDATE mysql.user SET password=PASSWORD('NEW_PASS') WHERE user='root' FLUSH P...
-
Hi, No, but i recommend that you stop cmon before changing. Also, i will revise this script. If you can I would rather see that you do: UPDATE mysql.user SET password=PASSWORD('NEW_PASS') WHERE ...
-
Hi, Please set: ssh_port=51515 Best regards johan
-
Graham, The line should read "mysql -f -h127.0.0.1 -u cmon -p cmon < /usr/share/cmon/cmon_db.sql" . -p is there for the user to enter the password when prompted. The subsequent 'cmon' is ...