240 发简信
IP属地:广西壮族自治区
  • [root@ip-xxxx3 ~]# zabbix_get -s xxxxxx -p10050 -k mysql.status[Uptime];
    Warning: Using a password on the command line interface can be insecure.
    /opt/mysql_5.6.37/bin/mysqladmin: connect to server at '-hlocalhost' failed
    error: 'Unknown MySQL server host '-hlocalhost' (2)'
    Check that mysqld is running on -hlocalhost and that the port is 3316.
    You can check this by doing 'telnet -hlocalhost 3316'

    请问下我再服务端做测试时候报错,但是实际上我的端口是没有问题的

  • [root@ip-xxxx3 ~]# zabbix_get -s xxxxxx -p10050 -k mysql.status[Uptime];
    Warning: Using a password on the command line interface can be insecure.
    /opt/mysql_5.6.37/bin/mysqladmin: connect to server at '-hlocalhost' failed
    error: 'Unknown MySQL server host '-hlocalhost' (2)'
    Check that mysqld is running on -hlocalhost and that the port is 3316.
    You can check this by doing 'telnet -hlocalhost 3316'

    请问下我再服务端做测试时候报错,但是实际上我的端口是没有问题的

    Zabbix 3.2.0 使用Template监控mysql

    一、Zabbix web页面操作 1.1 为主机增加mysql template 1.2 查看主机监控项状态 点击主机 - 应用集 - 监控项 查看信息,如果有报错需要解决如...

  • 120
    使用gitlab-mirrors从其它版本库同步代码

    gitlab是一个可以自己搭建维护的git服务器,已经有很多公司开始使用。gitlab-mirrors是github上开源的项目,用于实现gitlab从其它版本库同步代码,如...

  • 配置MySql代理,实现阿里云RDS外网访问

    我们在项目使用阿里云RDS的时候经常需要进行外网调试,但是RDS的外网访问是要收取一定的流量费用的,所以我们采取MySql-Proxy开启代理的形式,让访问ECS云服务器实现...