系统运维
系统运维
-
sentinel,kong,envoy关于限流的比较
浏览数: 267 Sentinel Sentinel 是阿里巴巴开源的一款强大的流量控制组件,它主要提供以下几种维度的限流: 资源维度:这是 Sentinel 最基本的限流维度。在 Sentinel 中,所有的流量控制规…
-
部署Winlogbeat
浏览数: 423 1.概述 Winlogbeat将Windows事件日志发送到Elasticsearch或Logstash。可以将其安装为Windows服务。 Winlogbeat使用Windows API从一个或多个事…
-
python prometheus client 使用
浏览数: 386 1. 安装依赖包 pip3 install requests pip3 install prometheus-client 脚本 import time from prometheus_client i…
-
prometheus snmp_exporter
浏览数: 486 1. snmp_exporter 下载和安装 docker-compose.yml version: "3" services: snmp: image: quay.io/prome…
-
lsyncd 部署与使用
浏览数: 540 1. 安装 Centos 下安装: yum -y install epel-release yum -y install lsyncd 2. 配置 vim /etc/lsyncd.conf settin…
-
使用Spawn和expect实现ssh自动登陆
浏览数: 764 ubuntu 系统 sudo apt-get install tcl tk expect centos 系统 yum install expect /tmp/ssh-copy-id.sh ⚠️ spaw…
-
konga 启动后退出排查
浏览数: 655 通过一通过一下日志: Error: The hook `grunt` is taking too long to load. 参考:https://github.com/balderdashy/sail…
-
卡点2:Warning FailedScheduling
default-scheduler 0/2 nodes are available: 2 Insufficient cpu. 浏览数: 629 部署pod时出现一直处于pending的状态,通过describe发现如下: 提示CPU 资源不够,我们可以通过如下命令确认节点的资源情况 kubectl describe node 可以看到节点CPU…
-
git 忽略已经加入到版本库中的文件
浏览数: 554 git update-index --assume-unchanged 文件名
-
通过helm 安装sentry
浏览数: 646 1.添加helm 源 添加repo helm repo add stable http://mirror.azure.cn/kubernetes/charts helm repo update 检查是否…