Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Zabbix Monitoring MongoDB

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Zabbix Monitoring MongoDB

From the zabbix sharing site, you found a template for MongoDB:

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

1. Install jq

Yum install-y epel-releaseyum install-y jq

two。 Create a monitoring account zabbix on the monitored server szlinux02:

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

3. Put mongodb.sh in the / etc/zabbix/ directory, add execution permission, and change the account password.

Chmod axix / etc/zabbix/mongodb.shvi mongodb.sh

DB_USERNAME=zabbix

DB_PASSWORD= zabbix

4. Put userparameter_mongodb.conf into the / etc/zabbix/zabbix_agentd.d/ directory, and modify the actual path of the mongodb.sh file to / etc/zabbix/mongodb.sh

5. Restart the zabbix service

Systemctl restart zabbix-agent

6. Test and get data on zabbix server

Zabbix_get-s 192.168.137.4-p 10050-k "mongodb.status [connections,current]"

7. Import templates, add Host, and link templates on the Web page

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report