11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
# 查杀毒 trap
|
|
./check.sh trap
|
|
|
|
# 查监控 node_exporter
|
|
./check.sh node_exporter
|
|
|
|
# 查 nginx
|
|
./check.sh nginx
|
|
|
|
# 查 redis
|
|
./check.sh redis |