码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
四行shell脚本实现zabbix_server的高可用
什么是高可用?高可用技术简单的说就是,保障业务在出现故障的时候,进行快速的切换,从而不影响到业务的正常运转。
分类:系统相关   时间:2020-04-07 12:35:35    阅读次数:93
spark2.3 SQL内置函数——Date window functions
1. def cume_dist(): Column –CUME_DIST 小于等于当前值的行数/分组内总行数–比如,统计小于等于当前薪水的人数,所占总人数的比例 d1,user1,1000 d1,user2,2000 d1,user3,3000 d2,user4,4000 d2,user5,500 ...
分类:数据库   时间:2020-04-06 17:41:05    阅读次数:81
zabbix安装与部署
RPM包安装方式 zabbix-server服务器端安装: 更近官网提供的epel源进行安装: 安装abbix-server: 1 # yum -y install zabbix zabbix-get zabbix-server zabbix-web-myslq zabbix-web zabbix- ...
分类:其他好文   时间:2020-04-04 22:25:45    阅读次数:78
ARM处理器的堆栈和函数调用,以及与Sparc的比较
主要内容来自以下网址。该网站是个学习ARM汇编的好地方。计划将该篇文章翻译过来,并和Sparc对比。 https://azeria-labs.com/functions-and-the-stack-part-7/ ARM和Sparc比较 之前整理的Sparc的原理,Sparc V8 汇编指令、寄存器 ...
分类:其他好文   时间:2020-04-03 20:12:29    阅读次数:75
scala spark dataframe 修改字段类型
package classifierAlg import config.conf.{sc, spark_session} import config.conf.spark_session.implicits._ import org.apache.spark.sql.functions._ impo ...
分类:其他好文   时间:2020-04-03 12:32:15    阅读次数:282
zabbix-server突然down掉处理过程
参考文档https://blog.51cto.com/seekerwolf/2357220https://www.centos.bz/2017/08/zabbix-zbx_mem_malloc-out-of-memory/环境CentOS7.5.1804Zabbix3.4.15现象zabbixweb图形界面显示zabbixserverisnotrunning,进入zabbix服务器systemct
分类:其他好文   时间:2020-04-01 23:26:18    阅读次数:113
PHP 7.1-7.3 disable_functions bypass
<?php $cmd = "id"; $n_alloc = 10; # increase this value if you get segfaults class MySplFixedArray extends SplFixedArray { public static $leak; } clas ...
分类:Web程序   时间:2020-04-01 19:49:22    阅读次数:189
Simotion ST 程序接口声明内容和顺序 interface
The interface section contains statements for declaring data public and using data (data types, variables, function blocks, functions, programs). Tech ...
分类:其他好文   时间:2020-04-01 12:41:23    阅读次数:96
linux中的 /etc/profile文件centos7
# /etc/profile # System wide environment and startup programs, for login setup # Functions and aliases go in /etc/bashrc # It's NOT a good idea to cha ...
分类:系统相关   时间:2020-03-31 12:42:47    阅读次数:284
zabbix用户告警
首先,在zabbix-server客户端安装mailx,先停掉postfix systemctl stop postfix.service yum install mailx -y 在配置文件最后面编写发送使用的配置邮件: vim /etc/mail.rc set bsdcompat set fro ...
分类:其他好文   时间:2020-03-30 13:04:34    阅读次数:75
2506条   上一页 1 ... 12 13 14 15 16 ... 251 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!