当前位置:网站首页>zabbix_ Get test database failed
zabbix_ Get test database failed
2022-07-07 05:44:00 【Know the source and know the destination】
Environmental Science
[email protected]:zabbix#cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
mysql> select version();
+-------------------------+
| version() |
+-------------------------+
| 5.7.38-0ubuntu0.18.04.1 |
+-------------------------+
1 row in set (0.00 sec)
[email protected]:zabbix_server#sbin/zabbix_server -V
zabbix_server (Zabbix) 4.0.42
Revision f5370d9acb1 28 June 2022, compilation time: Jul 3 2022 13:46:14
Copyright (C) 2022 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.
describe
In the configuration zabbix Customize the monitoring script to monitor from the database ,
The custom script runs normally locally , stay zabbis server Upper use zabbix_get An error occurs when ordering
[email protected]:bin#/apps/zabbix_server/bin/zabbix_get -s 10.0.0.84 -p 10050 -k "mysql_status[master_slave_check]"
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
100
Script , There is no problem with monitoring items .
reason
MySQL To enable the auth_socket plugin Plug in .
auth_socket plugin Socket plug-in checks socket user name ( Operating system user name ) Whether it is the same as that specified by the client program for the server MySQL The user name matches . If the names don't match , The plug-in will check whether the socket user name authentication_string And mysql.user System table rows Of In the column The specified name matches . If I find a match , The plug-in allows connection .
verification
[email protected]:zabbix#mysql -uroot -e 'select user,host,plugin from mysql.user;'
+------------------+-----------+-----------------------+
| user | host | plugin |
+------------------+-----------+-----------------------+
| root | localhost | auth_socket |
| mysql.session | localhost | mysql_native_password |
| mysql.sys | localhost | mysql_native_password |
| debian-sys-maint | localhost | mysql_native_password |
| zabbix | 10.0.0.% | mysql_native_password |
solve
modify root The password authentication plug-in of the user is mysql_native_password
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> update user set plugin='mysql_native_password' where user='root';
Query OK, 1 row affected (0.00 sec)
Rows matched: 2 Changed: 1 Warnings: 0
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> select user,host,plugin from user;
+------------------+-----------+-----------------------+
| user | host | plugin |
+------------------+-----------+-----------------------+
| root | localhost | mysql_native_password |
stay zabbix_server To test
[email protected]:bin#/apps/zabbix_server/bin/zabbix_get -s 10.0.0.84 -p 10050 -k "mysql_status[master_slave_check]"
50
边栏推荐
- 什么是依赖注入(DI)
- 判断文件是否为DICOM文件
- Web Authentication API兼容版本信息
- Differences and introduction of cluster, distributed and microservice
- What is message queuing?
- DOM node object + time node comprehensive case
- [论文阅读] A Multi-branch Hybrid Transformer Network for Corneal Endothelial Cell Segmentation
- Unity keeps the camera behind and above the player
- What are the common message queues?
- Digital innovation driven guide
猜你喜欢

Simple case of SSM framework

集群、分布式、微服务的区别和介绍

论文阅读【Semantic Tag Augmented XlanV Model for Video Captioning】

软件测试面试技巧

京东商品详情页API接口、京东商品销量API接口、京东商品列表API接口、京东APP详情API接口、京东详情API接口,京东SKU信息接口

The year of the tiger is coming. Come and make a wish. I heard that the wish will come true
![[paper reading] semi supervised left atrium segmentation with mutual consistency training](/img/d6/e6db0d76e81e49a83a30f8c1832f09.png)
[paper reading] semi supervised left atrium segmentation with mutual consistency training

架构设计的五个核心要素

Unity让摄像机一直跟随在玩家后上方

What is dependency injection (DI)
随机推荐
pytorch_ 01 automatic derivation mechanism
Lombok插件
Go 語言的 Context 詳解
毕业之后才知道的——知网查重原理以及降重举例
架构设计的五个核心要素
4. 对象映射 - Mapping.Mapster
Egr-20uscm ground fault relay
C#可空类型
I didn't know it until I graduated -- the principle of HowNet duplication check and examples of weight reduction
[JS component] custom select
What is message queuing?
sql查询:将下一行减去上一行,并做相应的计算
Preliminary practice of niuke.com (9)
win配置pm2开机自启node项目
[论文阅读] Semi-supervised Left Atrium Segmentation with Mutual Consistency Training
数据中心为什么需要一套基础设施可视化管理系统
爬虫练习题(三)
1.AVL树:左右旋-bite
纪念下,我从CSDN搬家到博客园啦!
Hcip eighth operation