码迷,mamicode.com
首页 >  
搜索关键字:zabbix 中文乱码    ( 9464个结果
SpringMVC=>web.xml基本配置
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s ...
分类:编程语言   时间:2020-05-16 15:10:15    阅读次数:63
运维相关
一.安装部署 "1.Zabbix部署" "2.Nessus简介与安装" "3.Ceph安装" "4.Graylog 安装" "5.Centos6.10 安装Python 2.7.16" 更新中... 二.Linux运维 更新中... ...
分类:其他好文   时间:2020-05-16 12:11:15    阅读次数:51
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
Oracle使用中PLSQL的中文乱码问题处理方案
下面小编给大家讲解以前经历的问题,刚将PLSQL与Oracle配置好,可是在PLSQL中插入数据时,出现一个问题,PLSQL中的表里无法显示中文,中文无法保存、无法输出,中文在表中显示问号,希望可以帮到大家,如图: 1.步骤一:开始-运行-输入regedit-回车进入注册表,依次单击HKEY_LOC ...
分类:数据库   时间:2020-05-14 19:40:52    阅读次数:82
[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
9464条   上一页 1 ... 38 39 40 41 42 ... 947 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!