码迷,mamicode.com
首页 >  
搜索关键字:zabbix active 主动模式 被监控 监控服务器    ( 11246个结果
ubuntu开启SSH远程访问功能
原文链接:https://www.jianshu.com/p/b9fab528dd6b 1、安装openssh-server sudo apt-get install openssh-server 2、开机自动启动ssh命令 sudo systemctl enable ssh 3、关闭ssh开机自动 ...
分类:系统相关   时间:2021-01-21 10:31:03    阅读次数:0
接口:请求传输RFC
CALL FUNCTION 'TMS_UI_IMPORT_TR_REQUEST' EXPORTING IV_SYSTEM = 'PRD' IV_REQUEST = 'DEVK934197' IV_TARCLI = P_CLIENT IV_SOME_ACTIVE = SPACE EXCEPTIONS ...
分类:其他好文   时间:2021-01-16 12:12:59    阅读次数:0
CentOS7迷你版安装部署hadoop高可用无法自动切换角色解决办法!
解决Hadoop HA集群 NameNode 无法自动故障转移(切换active) 在学习 HA 自动化配置,按照hadoop官网:https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HDFSHighAvaila ...
分类:其他好文   时间:2021-01-15 12:13:12    阅读次数:0
进入正在运行的Docker容器的4种方
在使用Docker创建了容器之后,如何进入该容器呢? 进入Docker容器比较常见的几种做法如下: 使用docker attach 使用SSH 使用nsenter 使用exec 一、使用docker attach进入Docker容器 Docker提供了attach命令来进入Docker容器。 接下来 ...
分类:其他好文   时间:2021-01-15 12:03:24    阅读次数:0
【Azure Developer】使用Postman获取Azure AD中注册应用程序的授权Token,及为Azure REST API设置Authorization
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
分类:Windows程序   时间:2021-01-15 12:02:00    阅读次数:0
关于简化代码-路由切换
<el-menu :default-active="element.active" :router="element.router" > <el-menu-item style="margin-left: 150px;" index="/index">首页</el-menu-item> <el-me ...
分类:其他好文   时间:2021-01-13 10:42:09    阅读次数:0
Linux 实用指令之查看端口开启情况
Linux 实用指令之查看端口开启情况 netstat -ntlp 查看端口使用情况! netstat -ntlp | grep 80 查看具体的端口是否使用! # netstat -ntlp Active Internet connections (only servers) Proto Recv ...
分类:系统相关   时间:2021-01-07 12:28:02    阅读次数:0
scan compress 实践
1.read_gate_and_protocol read_ddc mapped/ORCA.ddc ;# note this was created during the unmapped flow current_design ORCA link #source -echo -verbose sc ...
分类:其他好文   时间:2021-01-07 11:56:13    阅读次数:0
ansible until: '"running" in etcd_status.stdout'
- name: 以轮询的方式等待服务同步完成 shell: "systemctl status etcd.service|grep Active" register: etcd_status until: '"running" in etcd_status.stdout' retries: 8 de ...
分类:其他好文   时间:2021-01-07 11:40:27    阅读次数:0
FTP服务器
LINUX之FTP服务 1.FTP的连接类型 控制连接(持续连接) → TCP21(命令信道) → 用户收发FTP命令 数据连接(按需连接) → TCP20(数据信道) → 用于上传下载数据 2.FTP的工作模式 ftp模式分为主动模式(active mode)和被动模式(passive mode) ...
分类:其他好文   时间:2021-01-06 12:36:45    阅读次数:0
11246条   上一页 1 ... 8 9 10 11 12 ... 1125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!