Zabbix 監控 MongoDB

來源:互聯網
上載者:User

標籤:template   zabbix   mongodb   

Zabbix 監控 MongoDB

 

從zabbix共用網站,找到了一個MongoDB的模板:

https://share.zabbix.com/databases/mongodb/mongodb-for-zabbix-3-2

 

1. 安裝jq

yum install -y epel-releaseyum install -y jq

 

2. 在被監控伺服器szlinux02上建立監控帳號zabbix:

use admindb.createUser({user: "zabbix",pwd: "zabbix",roles: [{ role: "clusterMonitor", db: "admin" }]})

 

3. 將mongodb.sh放到/etc/zabbix/目錄下,並添加執行許可權,修改帳號密碼。

chmod a+x /etc/zabbix/mongodb.shvi mongodb.sh

DB_USERNAME=zabbix

DB_PASSWORD= zabbix

 

4. 將userparameter_mongodb.conf放到/etc/zabbix/zabbix_agentd.d/目錄下,修改mongodb.sh檔案的實際路徑為/etc/zabbix/mongodb.sh

 

5. 重啟zabbix服務

systemctl restart zabbix-agent

 

6. 在zabbix伺服器上測試擷取資料

zabbix_get -s 192.168.137.4 -p 10050 -k “mongodb.status[connections,current]”

 

7. 在Web頁面匯入模板、添加Host並連結模板

650) this.width=650;" title="clip_image002" style="border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px;" alt="clip_image002" src="http://s3.51cto.com/wyfs02/M01/96/25/wKioL1kdT8uBym4fAAB4Sq189MI255.jpg" width="558" border="0" height="292" />


本文出自 “SQL Server Deep Dive” 部落格,請務必保留此出處http://ultrasql.blog.51cto.com/9591438/1927172

Zabbix 監控 MongoDB

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.