摘要:
001、打开iTerm2加载 /etc/profile alias login="/Users/suyajun/scripts/login.sh" alias ll="ls -l" alias jms="cd ; ./jms.sh" #export LS_OPTIONS='--color=auto' 阅读全文
摘要:
# 获取主机名里面包括docker的 hostid select hostid from hosts where host like '%docker%'; # 查询某个监控项 select * from items where key_='log[/proc/sys/kernel/pid_max] 阅读全文