zabbix
未读
zabbix数据库结构
监控目标、监控目标分组、监控模板、资产 对于hosts表(存储host主机,template模板,proxy,host prototype),host名称,name可读名,status来表明该项的类型和状态,flags自动发现标志,inventory_mode资产模式,templateid??四种接
Postgresql
PostgreSQL psql 命令语法参数说明_psql参数说明-CSDN博客 操作 注意:分号要写 psql -U postgres #用postgres用户登录
psql -U postgres -d mydb #用postgres用户登录到mydb库
create database my
sqlalchemy
SQLAlchemy 文档 — SQLAlchemy 2.0 文档 - SQLAlchemy 中文 连接 from sqlalchemy import create_engine
from sqlalchemy import text
engine = create_engine('mysql://