zabbix配置流程 针对对象不同配置 运维加监控 开发需要 提供需求,以及获取需求的指令 运营需要 通用流程 添加主机组 添加监控项 添加触发器 添加媒介 添加收件人邮箱 配置动作 手动触发(模拟问题出现) 查看界面是否提示问题 实例 环境: ip|设备 | 192.168.94.143|node ...
分类:
其他好文 时间:
2021-04-09 13:26:20
阅读次数:
0
我的 CSDN 博客:blog.csdn.net/gdutxiaoxu我的掘金:juejin.im/user/220747…github: github.com/gdutxiaoxu/微信公众号:程序员徐公 前言 说到树的四种遍历方式,可能大家第一时间都会想到它的四种遍历方式,并快速说了它的特点。 ...
分类:
编程语言 时间:
2021-04-09 13:01:00
阅读次数:
0
问题描述 使用API获取所有Azure AD中的用户列表,API所参考的文档:https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http,如果想过滤出“Block sign in”为no的人,如 ...
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:
其他好文 时间:
2021-04-08 13:43:02
阅读次数:
0
IT Procedure (定期更改Login Windows和Lotus密碼) Document Name: 定期更改Login Windows和Lotus密碼 Effective Date: 2007/10/15 Responsible By Type Windows Category User ...
1、查找/var目录下属主为root,且属组为mail的所有文件 有目录没有文件,-type f [14:29:30 root@centos7 ~]#find /var -user root -a -group mail -ls 67142179 4 drwxrwxr-x 2 root mail 4 ...
分类:
其他好文 时间:
2021-04-08 13:25:06
阅读次数:
0
前期基本数据准备 数据库表可参考mybatisPlus官网快速开始的表(简单测试一下) POJO @Data @AllArgsConstructor @NoArgsConstructor public class User { //对应数据库中的主键(uuid,自增id,雪花算法,redis,zoo ...
分类:
其他好文 时间:
2021-04-08 13:01:23
阅读次数:
0
下载 官网地址:https://git-scm.com/downloads 下载完成后,一路next,傻瓜式操作安装即可。 安装成功后,会出现三个git窗口。 Git GUI:是图形界面的Git,不建议初学者使用,尽量先熟悉常用命令。 Git CMD:WIndows命令行的风格 Git Bash:U ...
分类:
其他好文 时间:
2021-04-08 12:57:25
阅读次数:
0
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
其他好文 时间:
2021-04-07 11:44:50
阅读次数:
0
(1)使用客户端连接服务器端(连接的命令结尾不能加分号) mysql.exe -h127.0.0.1 -P3306 -uroot -p -h host IP地址/域名 127.0.0.1/localhost -P port 端口 -u user 用户名 root 管理员账户 -p password ...
分类:
数据库 时间:
2021-04-07 11:41:23
阅读次数:
0