开源监控解决方案:zabbix 监控mysql database(Golang)

栏目: Go · 发布时间: 5年前

[root@amb01 ~]# tar zxvf binutils-2.27.tar.gz
[root@amb01 ~]# cd binutils-2.27
[root@amb01 binutils-2.27]# make
[root@amb01 binutils-2.27]# make install

[root@amb01 ~]# tar -zxvf go1.4-bootstrap-20171003.tar.gz
[root@amb01 ~]# cd go/src
[root@amb01 src]# ./make.bash
[root@amb01 ~]# mv ~/go ~/go1.4
[root@amb01 ~]# export GOROOT_BOOTSTRAP=~/go1.4

[root@amb01 ~]# tar zxvf go-go1.10.3.tar.gz
[root@amb01 ~]# cd go-go1.10.3/src
[root@amb01 src]# ./all.bash
[root@amb01 ~]# mv ~/go-go1.10.3 /usr/local/go

[root@amb01 ~]# mkdir /home/go

[root@amb01 ~]# vi /etc/profile
export PATH=$PATH:/usr/local/go/bin
export GOPATH=/home/go

[root@amb01 ~]# go version
go version go1.10.3 linux/amd64


https://github.com/go-sql-driver/mysql
[root@amb01 ~]# unzip mysql-master.zip 
[root@amb01 ~]# mkdir -p /home/go/src/github.com/go-sql-driver/mysql
[root@amb01 ~]# cp mysql-master/* /home/go/src/github.com/go-sql-driver/mysql/

https://github.com/actiontech/actiontech_zabbix_mysql_monitor
[root@amb01 ~]# unzip actiontech_zabbix_mysql_monitor-master.zip
[root@amb01 ~]# cd actiontech_zabbix_mysql_monitor-master
[root@amb01 actiontech_zabbix_mysql_monitor-master]# chmod a+x *.sh
[root@amb01 actiontech_zabbix_mysql_monitor-master]# ./build.sh 
[root@amb01 actiontech_zabbix_mysql_monitor-master]# ./actiontech_mysql_monitor --help  
Usage of ./actiontech_mysql_monitor:
  -cache_dir path
        A path for saving cache. if change, make sure change the wrapper.sh file too. (default "/tmp")
  -debug_log debuglog
        If debuglog is a filename, it'll be used. (default: no default)
  -discovery_port discovery mysqld port
        discovery mysqld port, print in json format (default: false)
  -get_qrt_mysql
        Whether to get response times from MySQL (default: false)
  -get_qrt_percona
        Whether to get response times from Percona Server or MariaDB (default true)
  -heartbeat
        Whether to use pt-heartbeat table for repl. delay calculation. (default: false)
  -heartbeat_server_id Server id
        Server id to associate with a heartbeat. Leave 0 if no preference. (default: 0)
  -heartbeat_table db.tbl
        db.tbl. (default "percona.heartbeat")
  -heartbeat_utc
        Whether pt-heartbeat is run with --utc option. (default: false)
  -host MySQL host
        MySQL host (default "127.0.0.1")
  -innodb
        Whether to check InnoDB statistics (default true)
  -items item
        -items <item,...> Comma-separated list of the items whose data you want (default: no default)
  -master
        Whether to check binary logging (default true)
  -nocache
        Do not cache results in a file (default: false)
  -pass MySQL password
        MySQL password (default: no default)
  -poll_time polling interval
        Adjust to match your polling interval.if change, make sure change the wrapper.sh file too. (default 30)
  -port MySQL port
        MySQL port (default "3306")
  -procs
        Whether to check SHOW PROCESSLIST (default true)
  -slave
        Whether to check slave status (default true)
  -sudo sudo netstat...
        Use sudo netstat... (default true)
  -user MySQL username
        MySQL username (default: no default)
  -version
        print version

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法设计与实验题解

算法设计与实验题解

王晓东 / 电子工业 / 2006-9 / 46.00元

《算法设计与实验题解》是与普通高等教育“十一五”国家级规划教材《计算机算法设计与分析》(第2版)配套的辅助教材,对主教材中的全部习题做了解答或给出了解题思路提示,并对主教材的内容进行了扩展,有些主教材中无法讲述的较深入的主题以习题的形式展现出来。为了提高学生解决实际问题的能力,《算法设计与实验题解》还将主教材中的许多习题改造成算法实现题,要求学生设计出算法并上机实现。作者还结合精品课程建设,进行了......一起来看看 《算法设计与实验题解》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具