近期配置了zabbix分布式监控,用的proxy的方式,配置完成后,在server端的web界面添加主机,用代理模式进行监控。普通客户端的配置如下,可正常监控vimzabbix_agentd.confLogFile=/tmp/zabbix_agentd.logServer=192.168.111.172#输入zabbix_proxy的IP地址ServerActive=192.168...
分类:
其他好文 时间:
2015-01-06 15:49:58
阅读次数:
195
一、 安装lemp环境 下载安装包:wget bbs.linuxtone.org/docs/autoinstall/lemp_auto_v1.0.6.tar.gz 包解压:tar zxvf lemp_auto_v1.0.6.tar.gz 进入文件夹:cd lemp 赋权限:chmod 777...
分类:
其他好文 时间:
2015-01-05 14:40:11
阅读次数:
271
#!/bin/bash
ip=59.201.201.152
groupadd zabbix
useradd -g zabbix zabbix
yum -y install gcc curl-devel net-snmp-devel fping e2fsprogs-devel zlib-devel libgssapi-devel krb5-devel openssl-devel wget libs...
分类:
系统相关 时间:
2015-01-03 00:55:50
阅读次数:
307
#!/bin/bash
#zabbix 一键安装
#数据库用户名
DBUSER='root'
#数据库用户密码
DBPASS='root'
#本地地址
DBHOST='localhost'
#zabbix 下载的版本
ZBX_VER='2.4.3'
###检查返回值
function checkReturn {
if [ $1 -ne 0 ]; then
echo "fa...
分类:
数据库 时间:
2015-01-02 12:20:05
阅读次数:
275
scp 10.25.133.184:/usr/local/zabbix-2.4.1.tar.gz /usr/local 1、为了安全考虑zabbix只使用普通用户运行,假如你当前用户叫ttlsa,那么你运行他,他便使用ttlsa身份运行。但是如果你在root环境下运行zabbix,那么zab...
分类:
系统相关 时间:
2014-12-30 01:39:11
阅读次数:
274
https://www.zabbix.com/documentation/2.2/manual/config/items/itemtypes/zabbix_agent/win_keysproc_info[<process>,<attribute>,<type>]process-processnameattribute-requestedprocessattribute.type-representationtype(meaningfulwhenmorethanoneproc..
分类:
Windows程序 时间:
2014-12-29 18:34:16
阅读次数:
1418
zabbix安装好了之后,由于公司目前都是php环境,需要监控下,网上查了些资料把过程记录了下vim/usr/local/php/etc/php-fpm.conf
添加
pm.status_path=/phpfpmstatus
vim/usr/local/nginx/conf/nginx.conf
添加
server{
listen80;
server_namelocalhost;
location~^/(phpfpmsta..
分类:
Web程序 时间:
2014-12-29 15:28:42
阅读次数:
251
zabbix环境安装好后,用shell写了个邮件脚本测试都没有问题,就是不发邮件,后来写了个python的邮件替换上了,可以正常发送邮件了,不知道是zabbix不支持shell还是其他问题!
#!/usr/bin/python
importsmtplib
importstring
importsys
HOST="smtp.163.com"
SUBJECT=sys.argv..
分类:
其他好文 时间:
2014-12-29 12:19:58
阅读次数:
198
在有些情况下,我们不能对MySQL实例所在的主机上安装zabbixagent,只能访问MySQL实例,例如使用Ucloud提供的UDB.这时我们就需要使用Zabbix的LLD功能来监控MySQL
分类:
数据库 时间:
2014-12-29 06:39:29
阅读次数:
197
Lastmodified:Nov.17,2012
Contents
1-Summary
2-Dependencies
3-Installmsmtp
4-Msmtpconfiguration
5-Shellscript
6-Zabbixconfiguration
1-Summary
ThisguidewillshowyouhowtousemsmtpwithTLS/SSLcapabilitiesforemail
notificationsinZabbixServerinFreeBSD.MsmtpisanSM..
分类:
其他好文 时间:
2014-12-26 18:53:55
阅读次数:
301