xshell 跳转
[xshell](https://51tbox.com/ "View all posts in xshell") 跳转 xshell创建会话,从跳板机中直接跳转到指定的服务器 原文链接:https://blog.csdn.net/qq_33180069/article/details/113241519 ### 步骤: 1  跳转 xshell创建会话,从跳板机中直接跳转到指定的服务器 原文链接:https://blog.csdn.net/qq_33180069/article/details/113241519 ### 步骤: 1  查看 -》 快速命令  ### (2)双击空白  zookeeper集群管理脚本shell cat /usr/local/sbin/manager_zk.sh 内容如下: #!/bin/bash #判断用户是否传参 if [ $# -ne 1 ];then echo &qu...
集群免秘钥shell 脚本  ### (1)修改主机列表 cat >> /etc/hosts <&...
<p>实时监控本机内存和硬盘剩余空间,剩余内存小于500M、根分区剩余空间小于1000M时,发送报警邮件给root管理员</p> <pre><code>#!/bin/bash # 实时监控本机内存和硬盘剩余空间,剩余内存小于500M、根分区剩余空间小于1000M时,发送报警邮件给root管理员 # 提取根分区剩余空间 di...