-
nginx-status
发布于:2019-07-15 作者:Garany 评论(0) 引用(0) 浏览(912) 分类:破万卷书
1.开启NGINX状态页stub_status # vim /etc/nginx/conf.d/default.conf server { listen *.80 default_server; server_name localhost _; location / { return 403; } location /nginx-status { stub_status on; access_log off; allow 127.0.0.1; deny all; } } 2.检测配置文件,重启NGINX # nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is success...
-
filebeat+redis+elk
发布于:2019-04-22 作者:Garany 评论(2) 引用(0) 浏览(978) 分类:破万卷书
centos7.1 x86_64 filebeat 6.2.3 elk 6.2.3 1.架构 filebeat——>redis——>logstash——>elasticsearch——>kibana redis+elk部署在192.168.10.225 lyw项目:双机分别部署在192.168.10.11和10.12,日志进行合并 yjy项目:单机部署在10.11 spring项目:单机部署在10.11 bus项目:单机部署在10.12 2.安装软件 2.1导入验证文件 # rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch # rpm --import https://packages.elastic.c...
-
linux配置路由器功能
发布于:2019-03-05 作者:Garany 评论(3) 引用(0) 浏览(988) 分类:破万卷书
server1 em1 114.114.114.114 em2 192.168.10.100 server2 em1 192.168.10.10 没有公网地址的server2利用server1的公网地址em1访问外网 server1 1.启用 IP 转发 # vim /etc/sysctl.conf net.ipv4.ip_forward = 1 # sysctl -p 2.配置 IPtables/Firewalld 规则(em1为配置有外网 IP 的网卡名称) 2.1 Centos/RHEL 7 # systemctl start firewalld # firewall-cmd -permanent -direct -passthrough ipv4 -t nat -I POSTROUTING -o em1 -j MASQUERADE -s 192.168.10.0/24 &nb...
-
mongdb开启用户认证
发布于:2018-11-22 作者:Garany 评论(2) 引用(0) 浏览(867) 分类:破万卷书
1.创建管理员账户 # mongo --host 127.0.0.1 --port 27017 > use admin > db.createUser({ user: "root", pwd: "rootpasswd", roles: [{ role: "root", db: "admin" }] }) > db.auth("root","rootpasswd") > exit 2.开启认证 # vim /etc/mongod.conf security: authorization: enabled # /etc/init.d/mongod restart # mongo --host 127.0.0.1:27017 -u root -p rootpasswd > show dbs; > use admin ...
最新微语
最新文章
链接
最新评论
- EdwardSoype 说:
十字路口,我们分着走。你走我的泪,... - 热搜 说:
文章还不错支持一下 - 头条 说:
文章非常好超喜欢 - 新闻头条 说:
文章非常好超喜欢 - 今日头条新闻 说:
文章还不错支持一下