ZABBIX2.4.8监控 Windows Mysql数据库
生活随笔
收集整理的這篇文章主要介紹了
ZABBIX2.4.8监控 Windows Mysql数据库
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
系統環境:
????? 操作系統:Windows Server 2012
????? ZABBIX Server:2.4.8
????? IP地址:192.168.0.77
???? 模板腳本地址:http://pan.baidu.com/s/1eSDaiS6
ZABBIX客戶端操作
1、在zabbix.conf中添加以下字段信息? Include=c:\Program?Files\zabbix_agents\conf.d\*.conf?2、以下目錄中新增一個目錄和一個disk.conf文件 c:\Program?Files\zabbix_agents\conf.d\mysql.conf3、mysql.conf? UserParameter=mysql.status[*],?cscript?/nologo?D:\Zabbix_Monitor\Scripts\MysqlMonitoring\MySQL_Ext-Status_Script.vbs?$1 UserParameter=mysql.ping,?cscript?/nologo?D:\Zabbix_Monitor\Scripts\MysqlMonitoring\MySql_Ping.vbs?4、將網盤中的Zabbix_Monitor文件夾至D盤的根目錄,附MySQL_Ext-Status_Script.vbs、MySQL_Ping.vbs腳本信息4.1、MySQL_Ext-Status_Script.vbs Set?objFS?=?CreateObject("Scripting.FileSystemObject") Set?objArgs?=?WScript.Arguments str1?=?getCommandOutput("E:\MYOA\mysql5\bin\mysqladmin.exe?-uroot?-pmyoa888?--port=3336?extended-status") Arg?=?objArgs(0) str2?=?Split(str1,"|") For?i?=?LBound(str2)?to?UBound(str2) If?Trim(str2(i))?=?Arg?Then? WScript.Echo?TRIM(str2(i+1)) Exit?For End?If nextFunction?getCommandOutput(theCommand) Dim?objShell,?objCmdExec Set?objShell?=?CreateObject("WScript.Shell") Set?objCmdExec?=?objshell.exec(thecommand) getCommandOutput?=?objCmdExec.StdOut.ReadAll end?Function4.2、MySQL_Ping.vbs? Set?objFS?=?CreateObject("Scripting.FileSystemObject") Set?objArgs?=?WScript.Arguments str1?=?getCommandOutput("E:\MYOA\mysql5\bin\mysqladmin.exe?-uroot?-pmyoa888?--port=3336?ping") If?Instr(str1,"alive")?>?0?Then WScript.Echo?1 Else WScript.Echo?0 End?If Function?getCommandOutput(theCommand) Dim?objShell,?objCmdExec Set?objShell?=?CreateObject("WScript.Shell") Set?objCmdExec?=?objshell.exec(thecommand) getCommandOutput?=?objCmdExec.StdOut.ReadAll end?Function5、重啟ZABBIX?Agentd服務、服務端使用zabbix_get測試是是否能抓取到結果。? [root@localhost?~]#?zabbix_get?-s?192.168.0.77?-k?mysql.ping 1附監控狀態圖
轉載于:https://my.oschina.net/huangweibin/blog/665483
總結
以上是生活随笔為你收集整理的ZABBIX2.4.8监控 Windows Mysql数据库的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: saltstack的安装(转载连接)
- 下一篇: 权威解读 | 人类社会正进入DT时代 如