zabbix默认用户名Admin,默认密码zabbix1.如果数据库也忘记了账户密码(时间长了什么不忘记呀)a.源代码安装的zabbixweb服务假设Zabbix部署目录为/www/zabbix/那么数据库文件为/www/zabbix/conf/zabbix.conf.phpmore/www/zabbix/conf/zabbix.conf.phpb.如果是yum一键安装的zabbxiweb服务wh
分类:
其他好文 时间:
2020-04-16 22:45:08
阅读次数:
86
#!/usr/bin/env python from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains import time class driver_class(o ...
分类:
编程语言 时间:
2020-04-16 22:39:48
阅读次数:
66
#!/bin/bash./etc/init.d/functionsforvarin{1..254};doip=31.0.140.$varping-c2$ip>/dev/null2>&1if[$?=0];thenaction"$ip"/bin/trueelseaction"$ip"/bin/falsefidone
分类:
系统相关 时间:
2020-04-16 22:36:31
阅读次数:
85
我这边有200多台tomcat主机,200多个端口,端口都不一样,如何按照自带模板,我至少需要克隆200多个模板,如何做标准?
分类:
其他好文 时间:
2020-04-16 18:04:09
阅读次数:
63
privatestaticStringJOB_NAME="_JOB_NAME";privatestaticStringJOB_GROUP_NAME="EXTJWEB_JOBGROUP_NAME";privatestaticStringTRIGGER_NAME="_TRIGGER"+"_NAME";privatestat
分类:
其他好文 时间:
2020-04-16 16:48:47
阅读次数:
94
测试漏洞 http://219.153.49.228:45828/${1+2}.action 表达式进行了计算,表示漏洞存在,开始构造exp 读取当前文件夹的文件 ${#context['xwork.MethodAccessor.denyMethodExecution']=false,#m=#_me ...
分类:
其他好文 时间:
2020-04-16 15:34:26
阅读次数:
152
Zabbix 主要特点 安装与配置简单,学习成本低 支持多语言(包括中文) 免费开源 自动发现服务器与网络设备分布式监视以及 WEB 集中管理功能 可以无 agent 监视 用户安全认证和柔软的授权方式 通过 WEB 界面设置或查看监视结果 email 等通知功能 Zabbix主要功能 监控CPU负 ...
分类:
其他好文 时间:
2020-04-16 13:39:33
阅读次数:
92
Correct, if you use items with type "Zabbix agent" (so called passive checks). They will not work.Still older agents (prior to 4.0) work well with 4.0 ...
LeetCode上的卖股票题大概有6道,建议大家去看一下英文版 LeetCode上关于这类题目的讲解:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/discuss/108870/M ...
分类:
编程语言 时间:
2020-04-16 00:47:04
阅读次数:
88
Kafka基本命令 #启动server ./bin/kafka-server-start.sh config/server.properties #创建topic(主题)test ./bin/kafka-topics.sh --create --zookeeper localhost:2181 -- ...
分类:
其他好文 时间:
2020-04-15 21:33:48
阅读次数:
91