码迷,mamicode.com
首页 >  
搜索关键字:zabbix last issues zabbix web源码    ( 14501个结果
1235. Maximum Profit in Job Scheduling
We have n jobs, where every job is scheduled to be done from startTime[i] to endTime[i], obtaining a profit of profit[i]. You're given the startTime,  ...
分类:其他好文   时间:2021-06-21 20:22:26    阅读次数:0
删除Terminating状态资源
以名称空间monitoring为例 启动一个代理,默认监听在8001 kubectl proxy 生成资源清单文件tmp.josn kubectl get ns monitoring -o json > tmp.json 删除spec字段 { "apiVersion": "v1", "kind": ...
分类:其他好文   时间:2021-06-21 20:22:10    阅读次数:0
第二部分1.3遍历dom
最后一个任务有意思。 书上看来以为自己会了是假的,做题实践用出来才是正途。 first last 快捷方式,要是批量处理还是用下表法通用。 体会到循环的诞生原因,就是因为重复的东西需要写好多遍。 不知道为啥,firefox会自动在html文档中的table下添加tbody,如果你没写的话。 /* d ...
分类:其他好文   时间:2021-06-18 19:18:08    阅读次数:0
Docker入门
1、docker介绍 详情参见:https://www.cnblogs.com/xiaoyuanqujing/p/11839932.html 0 各种软件用什么语言写的 zabbix(监控软件):php ansible(批量管理主机,执行命令,无angent):python # angent客户端 ...
分类:其他好文   时间:2021-06-16 17:31:04    阅读次数:0
如何优雅的让fork后的仓库与原仓库同步
https://github.com/selfteaching/the-craft-of-selfteaching/issues/67 http://www.qtcn.org/bbs/simple/?t53628.html 最常见的问题,当你fork了一个仓库以后,原仓库的代码又被修改了,这时候能平 ...
分类:其他好文   时间:2021-06-11 19:08:53    阅读次数:0
Gerrit+replication 同步Gitlab
配置环境:gerrit 192.168.1.100gitlab 192.168.1.1011.创建秘钥 [root@gerrit ~]# ssh-keygen -m PEM -t rsa 2.添加hosts 解析 [root@gerrit ~]#echo "192.168.1.101 gitlab" ...
分类:其他好文   时间:2021-06-06 19:34:13    阅读次数:0
zabbix开源监控解决方案-本地化
zabbix-server安装 zabbix-agent主机监控实现 监控tomcat,java-gateway使用 监控常用服务mysql、redis、nginx、MongodbDB复制集状态、memcached、elk集群状态、rabbitmq集群节点状态 监控主机的tcp 11种连接状态 ng ...
分类:其他好文   时间:2021-06-05 18:05:11    阅读次数:0
Linux - last 命令(Mac 电脑)
前言 为啥写这篇? 因为听 grep、sed 教程的时候有这个命令栗子 加上工作中,运维给我排查问题的时候也用到了,感觉挺重要,先了解为敬! 命令作用 显示用户和TTY的最后登录次数 啥是 TTY 终端(Terminal) =TTY 语法格式 last [-n] [-h host] [-t tty] ...
分类:系统相关   时间:2021-06-04 19:33:37    阅读次数:0
Python3 print简介
def print(self, *args, sep=' ', end='\n', file=None): # known special case of print """ print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=Fa ...
分类:编程语言   时间:2021-06-03 17:49:48    阅读次数:0
module 'tensorflow.compat.v2' has no attribute '__internal__
from keras.utils import to_categorical module 'tensorflow.compat.v2' has no attribute '__internal__ from keras.utils import to_categorical $ python te ...
分类:其他好文   时间:2021-06-02 19:29:42    阅读次数:0
14501条   上一页 1 2 3 4 ... 1451 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!