码迷,mamicode.com
首页 >  
搜索关键字:zabbix cdn    ( 8926个结果
react开发教程(二)安装
react安装 React可以直接下载使用,下载包中也提供了很多学习的实例。本教程使用了 React 的版本为 15.4.2,你可以在官网 http://facebook.github.io/react/ 下载最新版。你也可以直接使用 BootCDN 的 React CDN 库,地址如下: <scr ...
分类:其他好文   时间:2020-05-16 00:30:31    阅读次数:53
alpine apk软件管理包常用命令总结
前言:开发人员使用的镜像alpine缺少相关依赖包,在制作镜像的过程中,总结如下命令,以备后续使用更换使用源查看本地使用源使用阿里源镜像sed-i‘s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g‘/etc/apk/repositories使用科大镜像sed-i‘s/dl-cdn.alpinelinux.org/mirrors.us
分类:其他好文   时间:2020-05-15 11:57:03    阅读次数:172
zabbix:性能优化
zabbix:性能优化 一只叫羊的羊 2019-03-20 15:16:18 739 收藏展开zabbix性能低下的表现如下: zabbix队列有太多被延迟的item,可以通过administration-queue查看zabbix绘图中经常出现断图,一些item没有数据带有nodata()函数的触 ...
分类:其他好文   时间:2020-05-15 11:46:57    阅读次数:73
监控windows服务或者进程
只针对于windows的监控项 https://www.zabbix.com/documentation/3.4/zh/manual/config/items/itemtypes/zabbix_agent/win_keys 可以使用service.info监控项进行监控windows的服务 但是对于 ...
分类:Windows程序   时间:2020-05-15 10:07:02    阅读次数:91
2,创建host,通过zabbix-api脚本
1,创建zabbix api 脚本 [root@web3 zabbix]# cat test.py #! /usr/bin/python3 # -*- coding:utf-8 -*- import requests import json url = "http://192.168.0.11/za ...
分类:Windows程序   时间:2020-05-15 00:16:22    阅读次数:79
[Zabbix4.4]拓扑图显示实时流量
图例如下 Link配置 Global: ↓{:net.if.in[].last(0)}; ↑{:net.if.out[].last(0)} Global: ↓{sangfor 10.1.36.1:net.if.in[ifInOctets.5].last(0)}; ↑{sangfor 10.1.36. ...
分类:其他好文   时间:2020-05-14 15:33:52    阅读次数:249
Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because of access permission 和Message from xxxx is missing header. Message ignored.
问题: zabbix server web 端显示Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because of access permission. agen ...
分类:数据库   时间:2020-05-14 13:35:00    阅读次数:155
zabbix 中文乱码
环境 zabbix 3.4.7 centos 7.4 问题现象 zabbix 中文乱码 解决方法 1.先准备一个字体包 Windows路径 C:\Windows\Fonts\simkai.ttf 2.上传字体包 上传至 cd /usr/share/zabbix/fonts/ 3.切换到字体目录然后w ...
分类:其他好文   时间:2020-05-13 14:10:47    阅读次数:48
zabbix 邮箱告警
脚本内容 #!/bin/env python #coding:utf-8 import smtplib from email.mime.text import MIMEText from sys import argv mailto_list=[] mail_host="hwsmtp.qiye.16 ...
分类:其他好文   时间:2020-05-13 14:09:28    阅读次数:66
Zabbix删除使用agent监控的主机出现SQL执行错误问题
使用sqlyog连接数据库,打开mysql,找到innodb_table_stats,右击打开,提示错误
分类:数据库   时间:2020-05-13 12:21:13    阅读次数:75
8926条   上一页 1 ... 49 50 51 52 53 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!