会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
minseo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
69
70
71
72
73
74
75
76
77
···
107
下一页
2019年3月2日
ELK之使用kafka作为消息队列收集日志
摘要: 参考:https://www.cnblogs.com/fengjian2016/p/5841556.html https://www.cnblogs.com/hei12138/p/7805475.html https://blog.csdn.net/lhmood/article/details/79
阅读全文
posted @ 2019-03-02 14:06 minseo
阅读(10156)
评论(5)
推荐(1)
2019年3月1日
Saltstack之通过grains在配置文件中赋值
摘要: 案例,使用salt给客户端安装zabbix agent时需要在配置文件中自动生成主机名信息 zabbix agent安装sls PS:需要在配置文件中声明使用jinja模板,否则在配置文件中使用grains赋值不生效 使用配置Hostname={{ grains['host'] }}即可在配置文件中
阅读全文
posted @ 2019-03-01 09:42 minseo
阅读(208)
评论(0)
推荐(0)
2019年2月28日
启动elk中elasticsearch服务报错which: no java in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin)
摘要: 解决办法:
阅读全文
posted @ 2019-02-28 16:21 minseo
阅读(3140)
评论(0)
推荐(0)
ELK之elasticsearch集群搭建
摘要: 安装配置elasticsearch不详述 环境:主elasticsearch IP 172.16.90.11 备elasticsearch IP 172.16.90.12 修改配置文件 /etc/elasticsearch/elasticsearch.yml 172.16.90.11 cluster
阅读全文
posted @ 2019-02-28 10:23 minseo
阅读(424)
评论(0)
推荐(0)
2019年2月27日
使用ELK收集分析MySQL慢查询日志
摘要: 参考文档:https://www.cnblogs.com/bixiaoyu/p/9638505.html MySQL开启慢查询不详述 MySQL5.7慢查询日志格式如下 MySQL主机安装filebeat修改配置文件/etc/filebeat/filebeat.yml PS:删除的无用字段为以下几个
阅读全文
posted @ 2019-02-27 10:23 minseo
阅读(1783)
评论(0)
推荐(0)
2019年2月16日
The Salt Master has cached the public key报错解决办法
摘要: 参考:http://www.52devops.com/chuck/814.html 查看salt-minion的运行状态,显示salt-master已经缓存了这个minion,但是minion在重新认证之前将要等待10秒,其实此情况是正常情况,因为salt-master没有接收minion的认证,但
阅读全文
posted @ 2019-02-16 10:49 minseo
阅读(832)
评论(0)
推荐(0)
2019年2月15日
nginx启用TCP反向代理日志配置
摘要: Nginx使用TCP反向代理日志配置不同于http 修改nginx配置文档/usr/local/nginx/conf/nginx.conf 设置日志格式 修改具体的tcp配置文档 检查日志 PS
阅读全文
posted @ 2019-02-15 15:35 minseo
阅读(9996)
评论(0)
推荐(1)
FastDFS数据迁移
摘要: 参考:https://blog.csdn.net/frvxh/article/details/56293502 FastDFS安装配置参考:https://www.cnblogs.com/minseo/p/10210428.html 环境介绍 停止storage进程 修改storage配置/etc/
阅读全文
posted @ 2019-02-15 15:27 minseo
阅读(1041)
评论(0)
推荐(0)
nginx修改上传文件大小限制
摘要: 参考文档:https://blog.csdn.net/longzhoufeng/article/details/79737549 自己搭的服务器,用nginx做代理。上传超过1M大的客户端文件无法正常上传,nginx直接报错,上传文件太大,于是修改了下nginx的配置,就可以了。 PS:需要放在se
阅读全文
posted @ 2019-02-15 09:39 minseo
阅读(1048)
评论(0)
推荐(0)
2019年2月14日
ipv6禁用导致rpcbind服务启动失败解决办法
摘要: 参考文档:http://blog.51cto.com/hld1992/2055028
阅读全文
posted @ 2019-02-14 17:02 minseo
阅读(397)
评论(0)
推荐(0)
上一页
1
···
69
70
71
72
73
74
75
76
77
···
107
下一页
公告