2018年6月14日

linux相关命令

摘要: 1 RPM 1在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全称为Redhat Package Manager用于管理Linux 下软件包的软件。 2Linux 安装时,除了几个核心模块以外,其余几乎所有的模块均通过RPM 完成安装。 3RPM 有五种 阅读全文

posted @ 2018-06-14 12:01 cslj2013 阅读(180) 评论(0) 推荐(0)

zabbix系列之安全

摘要: https://blog.csdn.net/xiaoyu_0217/article/details/73500125 存在问题: 1)zabbix的Admin口令太弱或使用默认口令(Admin/zabbix),被攻击后导致zabbix服务器暴露,攻击者可创建”system.run[command,< 阅读全文

posted @ 2018-06-14 12:00 cslj2013 阅读(373) 评论(0) 推荐(0)

zabbix系列之监控类型及方式

摘要: http://www.ttlsa.com/zabbix/how-to-chose-zabbix-item-type/ zabbix提供十几种监控类型: 监控类型 特性 备注 Zabbix agent 1 zabbix server主动向它收集。 2、系统需要安装agent 3、server检索最大超 阅读全文

posted @ 2018-06-14 12:00 cslj2013 阅读(1487) 评论(0) 推荐(0)

zabbix系列之九——安装后配置四web监控

摘要: 1web监控 描述 详细 备注 概要 1) 需要定义 web 场景(包括一个或多个 HTTP请求),zabbix服务器根据预定义的命令周期性的执行这些步骤。 2) Web 场景和 Items,Triggers 等一样,是依附在 Hosts/Templates 的。 3) Zabbix 将选择跟踪重定 阅读全文

posted @ 2018-06-14 11:59 cslj2013 阅读(157) 评论(0) 推荐(0)

zabbix使用问题

摘要: 1中文乱码 https://www.linuxidc.com/Linux/2017-08/146162.htm 软件 说明 备注 zabbix 3.4.7 操作系统 Centos7 问题描述:图表内容显示中文乱码 原因:当前zabbix默认字体为graphfont.ttf(仅一种字体),对中文支持度 阅读全文

posted @ 2018-06-14 11:59 cslj2013 阅读(315) 评论(0) 推荐(0)

zabbix系列之七——安装后配置二Userparameters

摘要: 1User parameters(用户自定义参数) 1.1配置 描述 详细 备注 简介 1执行zabbix中未预定义的agent check时使用 配置 1) zabbix agent的配置文件中增加UserParameter参数,并编写接收数据命令行格式如下:UserParameter=<key> 阅读全文

posted @ 2018-06-14 11:58 cslj2013 阅读(746) 评论(0) 推荐(0)

zabbix系列之八——安装后配置三Triggers

摘要: 1Triggers(触发器) 描述 详细 备注 术语描述 1)触发器是评估监控项采集的数据的逻辑表达式,代表了当前系统状态。 2)触发器可定义一个什么数据是可接受的阈值,因此,如果接收的数据超过了可接受的状态,则触发器会被触发 - 或将状态更改为PROBLEM. 触发器状态:OK/PROBLEM 其 阅读全文

posted @ 2018-06-14 11:58 cslj2013 阅读(355) 评论(0) 推荐(0)

zabbix系列之六——安装后配置二Items

摘要: https://www.zabbix.com/documentation/3.4/manual/config/items/itemtypes/snmp 1Items 1.1creating items index detail note 1 Configuration->hosts 2 Click 阅读全文

posted @ 2018-06-14 11:57 cslj2013 阅读(1154) 评论(0) 推荐(0)

zabbix系列之五——安装后配置一

摘要: https://www.zabbix.com/documentation/3.4/manual/appliance Configuration 1Hosts and host groups Overview: 1Typical Zabbix hosts are the devices you wis 阅读全文

posted @ 2018-06-14 11:56 cslj2013 阅读(921) 评论(0) 推荐(0)

zabbix系列之四——快速使用

摘要: https://www.zabbix.com/documentation/3.4/manual/quickstart/login Quickstart 1login and configuring user 1.1login column Detail note Name Admin passwor 阅读全文

posted @ 2018-06-14 11:55 cslj2013 阅读(249) 评论(0) 推荐(0)

zabbix系列之三——安装报错

摘要: 1Zabbix_server启动失败 1.1查看日志:vi /var/log/zabbix/zabbix_server.log zabbix_server [23500]: cannot open log: cannot create semaphore set: [28] No space lef 阅读全文

posted @ 2018-06-14 11:54 cslj2013 阅读(361) 评论(0) 推荐(0)

zabbix系列之二——安装

摘要: 1Getting zabbix Four ways of getting: Index Option note 1 Install it from the distribution packages A step-by-step tutorial for installing Zabbix from 阅读全文

posted @ 2018-06-14 11:52 cslj2013 阅读(201) 评论(0) 推荐(0)

zabbix系列之一——简要介绍

摘要: 参考来源:(官网) https://www.zabbix.com/documentation/3.4/manual/introduction/about 1what’s zabbix? index detail remark 1 An enterprise-class open source dis 阅读全文

posted @ 2018-06-14 11:45 cslj2013 阅读(787) 评论(0) 推荐(0)

导航