摘要:
背景:因为公司中的机器比较老。我们的云上监控规定,使用的token的方式来监控,所以无法监控我们的etcd集群,我这里提供的一个etcd数据转发功能,能让监控到etcd集群 package main import ( "crypto/tls" "crypto/x509" "fmt" "io" "ne 阅读全文
摘要:
记录一下使用go写的一些脚本 package main import ( "encoding/json" "fmt" "log" "net/http" "os" "os/exec" "strconv" "strings" "sync" "time" ) var ( requestCount int 阅读全文