码迷,mamicode.com
首页 >  
搜索关键字:centos7+zabbix 3.0+mysql5.5安装    ( 32个结果
centos7.2 zabbix配置
OS:7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)1,下载CentOS7的repo文件wget-O/etc/yu
分类:其他好文   时间:2020-07-17 01:18:57    阅读次数:97
CentOS7 Zabbix proxy 安装
环境:CentOS7.4软件版本:Zabbix4.4准备工作:配置静态IPDNS、关闭防火墙、关闭selinux设置RPM源#官方源服务器在国外,这里选择阿里源rpm-ivhhttps://mirrors.aliyun.com/zabbix/zabbix/4.4/rhel/7/x86_64/zabbix-release-4.4-1.el7.noarch.rpm安装mariadb与设置#yum安装y
分类:其他好文   时间:2020-06-05 18:08:41    阅读次数:93
1,zabbix-api获取token
[root@centos7 zabbix-demo]# cat zabbix_base.py #! /usr/bin/python3 # -*- coding:utf-8 -*- import json import requests url = 'http://192.168.0.11/zabbi ...
分类:Windows程序   时间:2020-05-03 16:58:18    阅读次数:78
zabbix server is not running:the information
zabbix报错: zabbix server is not running:the information displayer may not be current。 环境是centos7。首先进服务器,查看日志
分类:其他好文   时间:2020-02-10 19:43:28    阅读次数:62
Zabbix4配置邮件告警通知
环境:OS:centos7.4zabbixServer:zabbix_server(Zabbix)4.0.14mail配置确认邮件发送工具已安装yuminstallmailx-y配置/etc/mail.rc,尾部加入配置项:#Addmail-confbyyuhuanghuisetfrom=stupidking123@163.comsetsmtp=smtp.163.comsetsmtp-auth-u
分类:其他好文   时间:2019-12-30 00:16:02    阅读次数:85
[CentOS7 Zabbix 4.2 安裝過程]
1. 關閉selinuxsed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config 2. 重啟電腦reboot 3. 更改防火牆設定firewall-cmd --permanent --add-port=10050/tcpf ...
分类:其他好文   时间:2019-12-09 21:54:33    阅读次数:119
zabbix4.4 (server,proxy,agent)安装部署实战
一. 部署架构图 二. 安装环境及版本信息 操作系统:centos7 zabbix版本: 4.4 mysql: 5.7.28 三.zabbix server安装(192.168.182.132) rpm -Uvh https://repo.zabbix.com/zabbix/4.4/rhel/7/x ...
分类:其他好文   时间:2019-12-08 14:03:45    阅读次数:467
zabbix安装
Centos7:zabbix+mariadb+httpd 一路回车,等到有跟上图提示你输入密码时,输入一个密码,然后再继续一路回车 7.yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent #安装zabbix mysql - ...
分类:其他好文   时间:2019-08-23 10:42:40    阅读次数:128
Grafana+Zabbix+Prometheus 监控系统
环境说明 软件 版本 操作系统 IP地址 Grafana 5.4.3-1 Centos7.5 192.168.18.231 Prometheus 2.6.1 Centos7.5 192.168.18.232 Zabbix 4.0.4 Centos7.5 192.168.18.233 一、部署Graf ...
分类:其他好文   时间:2019-06-01 14:01:56    阅读次数:171
Centos7 Zabbix监控mysql
配置yum源wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repowget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.reporpm-ivhhttps://mirrors.aliyun.com/zab
分类:数据库   时间:2019-03-17 23:14:50    阅读次数:242
32条   1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!