Postgresql巡检脚本
巡检效果
巡检命令
psql -U postgres -h 192.168.56.111 -p 54324 -d postgres -W -H -f db_hc_postgresql_v2.0.0_12.5_by_czq.sql > db_hc_postgresql_`date "+%Y-%m-%d_%H:%M:%S"`.html
巡检脚本
原创不易,私信我,获取源码。
微信扫一扫
psql -U postgres -h 192.168.56.111 -p 54324 -d postgres -W -H -f db_hc_postgresql_v2.0.0_12.5_by_czq.sql > db_hc_postgresql_`date "+%Y-%m-%d_%H:%M:%S"`.html
原创不易,私信我,获取源码。
相关推荐