###1 用户登录密码加密 /** * 密码加密 * * @param pwd 原始密码 * @param salt 盐值 * @return */ public String encryptedPassword(String pwd, String salt) { String pwdSalt = ...
分类:
其他好文 时间:
2020-06-22 11:15:07
阅读次数:
80
-x停止服务-d卸载-i安装-s启动服务cdC:\zabbix_agents\bin.\zabbix_agentd.exe-c..\conf\zabbix_agentd.conf-x.\zabbix_agentd.exe-c..\conf\zabbix_agentd.conf-d.\zabbix_agentd.exe-c..\conf\zabbix_agentd.conf-i.\zabbix_ag
两个例子: 使用模板 from django.shortcuts import render, HttpResponse from rest_framework.views import APIView class Order(APIView): def get(self, request, *ar ...
分类:
其他好文 时间:
2020-06-12 22:59:34
阅读次数:
104
这种方式一般使用脚本来调用api获取数据的。然后可以通过zabbix_agent或者外部检查方式调用获取api的脚本。
分类:
其他好文 时间:
2020-06-12 09:22:34
阅读次数:
73
hashlib模块 密文加密 MD5基本使用: import hashlib # 获取MD5对象 md5 = hashlib.md5() # 可以在获取MD5对象时加'盐',以更深程度的加密 # hashlib.md5("salt".encode("utf8")) # 要加密的内容 # update ...
分类:
其他好文 时间:
2020-06-10 20:50:09
阅读次数:
64
安装Zabbix Agent监控本机 安装agent软件 与server端不同,Agent只需安装zabbix-agent包 cat /etc/yum.repos.d/zabbix.repo [zabbix] name=Zabbix Official Repository - $basearch b ...
分类:
其他好文 时间:
2020-06-08 22:09:16
阅读次数:
83
cookie与session http协议是无状态的 django操作cookie # 需要借助于HttpResponse对象 # 加盐 obj.set_signed_cookie(key,value,salt='盐') request.get_signed_cookie(key,salt='盐') ...
分类:
其他好文 时间:
2020-06-08 16:15:39
阅读次数:
68
一、安装过程1)将zabbix文件夹解压后放在C:\2)C:\zabbix\下新建一个zabbix_agent.log日志文件3)配置zabbix_agentd.win.conf文件(位于C:\zabbix\conf\),需要修改的地方分别为:Logfile=C:\zabbix\zabbix_agent.logServer=X.X.X.XHostname=X.X.X.X注:Server是zabbi
zabbix_agent自定义key [root@node ~]# vim /etc/zabbix/zabbix_agentd.d/userparameter_mysql.conf UserParameter=mysql.ping,mysqladmin -uroot -p123456 -h'127. ...
分类:
数据库 时间:
2020-05-31 16:10:41
阅读次数:
106
阿里云要开放10050和10051端口 (一).zabbix server 1.安装zabbix包 1.设置主机名 hostnamectl set-hostname zabbix_server systemctl stop firewalld.service #关闭防火墙 systemctl dis ...
分类:
其他好文 时间:
2020-05-27 00:48:01
阅读次数:
72