Smokeping Slave 启动脚本

摘要:#!/bin/bash# smokeping reboot file# chenjiayun. /etc/init.d/functions# Start the service Smokepingstart() {echo -n “Starting Smokeping: ”/usr/local/smokeping/bin/smokeping –master-url=http://ping.monitor.ustack.com –cache-dir=/usr/local/smokeping/cache –shared-secret=/usr/local/smokeping/etc/smokeping_secrets.dist–slave-name=ZHSH –logfile=/v

 Smokeping 配置文件config详解

摘要:这个配置文件不管在Linux下面还是在BSD下面是一致的。 如下解说:整个config文件里面只有#是注释  第一部分 General 属于基本配置。值得注意的地方有imgcache和imgurl这两个参数,要注意一下,和apache配置相关联,如果配置不好的话,打开web的时候图片会显示不出来。 *** General ***owner    = KevinDengcontact  =kevinadmin@sohu.

 Smokeping 服务启动代码

摘要:#!/bin/bash#jiayun# chkconfig: 2345 55 25# description: This service starts up the Smokepingserver daemon.. /etc/init.d/functions# Start the service Smokepingstart() {echo -n "Starting Smokeping: "/usr/local/smokeping/bin/smokeping--logfile=/var/log/smokeping.log >/dev/null 2>&1### Create the lock file ###touch /var/lock/subsys/

 Smokeping 添加监控节点

摘要:config 配置文件的最后边vim /usr/local/smokeping/etc/config + Other menu = 三大网络监控 title = 监控统计 ++ dianxin menu = 电信网络监控 title = 电信网络监控列表 host = /Other/dianxin/dianxin-bj/Other/dianxin/dianxin-hlj /Other/dianxin/dianxin-tj /Other/dianxin/dianxin-sc/Other/dianxin/dianxin-sh /Other/dianxin/dianxin-gz +++ dianxin-bj menu = 北

 Smokeping 安装配置

摘要:一、准备工作:1、以防止安装依赖出错,首先给系统安装第三方源:rpm -Uvh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm2、安装lamp环境和rrdtool图形处理及其他所需依赖库:1 yum -y install perl perl-Net-Telnet perl-Net-DNS perl-LDAPperl-libwww-perl perl-RadiusPerl perl-IO-Socket-SSL perl-Socket6perl-CG

 Smokeping 软件介绍

摘要: Smokeping主要是监控网络性能,包括常规的ping,用echoping 监控www 服务器性能,监控dns 查询性能,监控ssh 性能等。Smokeping底层是用rrdtool做支持,特点是画图漂亮,网络丢包和延迟用颜色和阴影来表示。Smokeping 由以下组件组成: RRDtool、Fping、Echoping、Curl、Dig、SSh、Perl 模块。虽然Smokeping 可以探测网络性能,但如果仅仅从单个节点去探测网络性能,往往

 隐藏zabbix server web界面的Installation界面

摘要:[root@localhost include]# pwd/var/www/html/zabbix/include[root@localhost include]# vim menu.inc.php262                         array(263               &nbs

 Zabbix中的组件构成

摘要:Zabbix架构中的组件: zabbix-server:C语言 OS:zabbix-agent:C语言 zabbix-database:MySQL,PGSQL(postgreSQL),Oracle,DB2,SQLite zabbix-web:GUI,用于实现zabbix设定和展示 zabbix-proxy:分布式监控环境中的专用组件 主机(host):要监控的网络设备,可由IP或DNS名称指定 主机组(host group):主机逻辑容器,可以包含主机和模版,但同一个组内的主机和模板不能互相链接,主机组通常

 Zabbox Server端进程详解

摘要:zabbix_poller:到被监控agentd端去拉到数据http poller:监控web下载页面的专用pollerdiscoverer:自动发现agentd 报警器(alerter)——该类型的进程是用来发送报警通知的;housekeeper:清理指定时间后的数据 removing old eventswatchdog:监控以上的进程是否正常,不正常会重启相应的进程escalator:报警升级timer:计时器nodewatcher:监控各个节点是否正常icmp pinger:探测节

 Zabbix 逻辑组件

摘要:Zabbix组件: zabbix-server zabbix-database zabbix-web zabbix-agent zabbix-proxyZabbix逻辑组件: 主机组,主机 item(监控项),application(应用) trigger(触发器) event(事件) action notice command media users(media)
分页:« 1 2 3 4 »
Powered by AKCMS