码迷,mamicode.com
首页 >  
搜索关键字:zabbix yum配置    ( 6166个结果
prometheus快速实现监控系统
目前主流的监控系统prometheus,相比zabbix确实,prometheus确实很轻量级,很多功能都帮你做好,直接配置启动使用就好了。我写这个目的就是让你快速学会prometheus,两个小时,大家可以去腾讯课堂、网易云课堂搜索-《Prometheus运维监控》。下面开始介绍你应该学的重点,整个是围绕prometheus架构来的,每个部分都会讲解,并且还有些延伸,涉及的地址、程序都给你准备好
分类:其他好文   时间:2020-05-16 09:14:57    阅读次数:235
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
Zabbix删除使用agent监控的主机出现SQL执行错误问题
使用sqlyog连接数据库,打开mysql,找到innodb_table_stats,右击打开,提示错误
分类:数据库   时间:2020-05-13 12:09:08    阅读次数:68
6166条   上一页 1 ... 26 27 28 29 30 ... 617 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!