06 2020 档案
摘要:有时候我们批量更新域名的证书后需要检查这些证书是否已经生效,避免因过期引发问题 # cat check_domain_ssl.py # coding: utf-8 # 查询域名证书到期情况 import re import time import subprocess from datetime i
阅读全文
摘要:centos环境下使用zabbix配合python脚本对supervisor中的进程运行状态进行监控# 需要监控的supervisor相关的进程如下# supervisorctl status maxapi-laravel-convert:maxapi-laravel-convert_01 RUNN
阅读全文