摘要:
Zabbix-监控Nginx脚本 ~]# cd /etc/zabbix/scripts/ scripts]# ls nginx_status.sh scripts]# cat nginx_status.sh ############################################ # 阅读全文
摘要:
Zabbix监控进程和端口存活脚本 自定义脚本监控端口和进程,脚本 [root@mysql02 data]# cat process_port_check.sh #!/bin/bash ############################################ #$name: proc 阅读全文