码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
zabbix监控服务邮箱告警的三种配置方式
zabbix监控服务邮箱告警的三种配置方式 环境说明: 环境 IP地址 主机名 需要安装的应用 系统版本 服务端 192.168.110.30 zabbix.example.com lamp架构 zabbix_server zabbix_agent redhat 8.2 客户端 192.168.11 ...
分类:其他好文   时间:2021-04-28 12:08:54    阅读次数:0
zabbix本地和第三方邮箱配置
环境说明: node1: 192.168.44.128 服务端 (已经装好zabbix_agentd和zabbix_server) node2: 192.168.44.129 客户端 (已经装好zabbix_agentd) //配置本地邮箱[root@node1 ~]# systemctl stop ...
分类:其他好文   时间:2021-04-27 14:45:06    阅读次数:0
【pytest官方文档】解读Skipping test functions,跳过测试用例详解
有时候,为了满足某些场景的需要,我们知道有些测试函数在这时候肯定不能执行,或者执行了也会失败。那么我们 可以选择去跳过这个测试函数,这样也就不会影响整体的测试函数运行效果,不至于在你运行的众多绿色通过的测试 用例中,给你加点红色的failed或者error。 举个例子,有些测试函数只能在window ...
分类:其他好文   时间:2021-04-22 15:30:23    阅读次数:0
30分钟掌握ES6核心内容(上)
ECMAScript 6(以下简称ES6)是JavaScript语言的下一代标准。 最常用的ES6特性 let, const, class, extends, super, arrow functions, template string, destructuring, default, rest ...
分类:其他好文   时间:2021-04-21 12:02:32    阅读次数:0
EFCore3.1+编写自定义的EF.Functions扩展方法
前言 本文主要是讲解EF Core3.0+ 如何实现自定义的数据库扩展函数 虽然EF.Functions 提供了很多数据库函数,但是并不全面.比如加密解密.. 这样的话 我们就需要自己扩展这些数据库函数 从而达到调用的目的. 本文以达梦数据库为例(其他数据库都一样).. 上篇文章推荐: EF Cor ...
分类:其他好文   时间:2021-04-15 11:58:32    阅读次数:0
zabbix
zabbix服务端安装 环境: 主机|ip|应用 | | 服务端|192.168.23.140|基于lamp架构下部署zabbix server, zabbix agent 准备工作 //安装依赖包 [root@localhost ~]# yum -y install net-snmp-devel ...
分类:其他好文   时间:2021-04-08 13:51:27    阅读次数:0
Udemy courses to learn
Microsoft Excel - Advanced Excel Formulas & Functions https://www.udemy.com/course/excel-for-analysts/ The Web Developer Bootcamp 2021 https://www.ude ...
分类:其他好文   时间:2021-04-07 11:07:58    阅读次数:0
0706. Design HashMap (E)
Design HashMap (E) 题目 Design a HashMap without using any built-in hash table libraries. To be specific, your design should include these functions: pu ...
分类:其他好文   时间:2021-03-08 14:02:58    阅读次数:0
Security and Cryptography in Python - Hash Functions(3)
Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia. ...
分类:编程语言   时间:2021-03-03 12:13:31    阅读次数:0
React js 参数传参2(转发)
原文:Passing State & Calling Functions Between Parent & Children in ReactJS Passing state between components is a common use case. Generally, we use a s ...
分类:Web程序   时间:2021-02-20 12:14:04    阅读次数:0
2506条   上一页 1 2 3 4 ... 251 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!