使用方法:f5_session_cngw_prod -H host -o oid
vi f5_session_cngw_prod.c
#include
#include
#include
#include
#define OK 0
#define WARNING 1
#define CRITICAL 2
#define UNKNOWN 3
#define LEN 1...
分类:
移动开发 时间:
2016-05-12 23:04:04
阅读次数:
375
最近做流量分析,用了下nfsen,在安装的过程中遇到些问题,记录下来.
首先最典型的问题是,安装完成后,nfsen无法启动,提示:Starting nfcapd:(route)open() error existing pid file: Permission denied一.安装需求包yum install -y httpd php wget gcc make rrdtool-devel rrd...
分类:
其他好文 时间:
2016-05-12 14:02:49
阅读次数:
1595
1.Nagios安装-服务端安装扩展YUM源(2个都可以,但是epel-release只有6.7版本才可以,6.7以前版本不支持)[root@localhost~]#yuminstall-yepel-release[root@localhost~]#wget-P/etc/yum.repos.d/http://mirrors.aliyun.com/repo/epel-6.repo安装nagios服务以及相关支持服务:[..
分类:
移动开发 时间:
2016-05-10 15:22:36
阅读次数:
173
这是一个学习过程中笔记,如果有大部分雷同,则说明你和我肯定是同学,只是不认识吧了!cacti概述cacti使用php语言来实现的一款软件,主要功能是用snmp服务获取相关数据,然后用rrdtool存储和更新数据在有需要时用rrdtool生成图标供用户查看相关数据,因此,snmp和rrdtool是cac..
分类:
系统相关 时间:
2016-05-08 01:20:55
阅读次数:
374
在nagios上部署check_mysql_health 监控mysql 博客分类: 架构 在nagios上部署check_mysql_health 监控mysql 架构 本监控为基于nagios服务器主动监控方法,利用check_mysql_health实现多种监控模式: connection-t ...
分类:
移动开发 时间:
2016-05-05 19:13:34
阅读次数:
207
更多人在用传统的Nagios,Zabbix等监控工具。Jason Dixon在2012就意识到这些工具的问题是每个人都想做到大而全,实际上我们更需要的是一对小二精的组件拼装成一个个性化的解决方案。推荐大家去看一下他的演讲视频:https://speakerdeck.com/obfuscurity/t ...
分类:
其他好文 时间:
2016-05-04 11:55:13
阅读次数:
1481
声明作者:昨夜星辰博客:http://yestreenstars.blog.51cto.com/本文由本人创作,如需转载,请注明出处,谢谢合作!软件环境介绍OS:WindowsServer2008R2SP164bitAppServ:傻瓜式安装Apache、MySQL、PHP集成环境cacti:主程序net-snmp:采集远程计算机数据rrdtool:出图工具安..
有的时候监控CPU内存使用率的情况时,nagios自身多带的插件有一些缺陷。我们下面使用check_linux_stats.pl这个perl脚本来监控系统运行的一些参数。我们到https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_linux_stats/details上下载check_linux_s..
分类:
移动开发 时间:
2016-04-27 19:09:16
阅读次数:
644
Whoops!Error:Couldnotreadhostandservicestatusinformation!Themostcommoncauseofthiserrormessage(especiallyfornewusers),isthefactthatNagiosisnotactuallyrunning.IfNagiosisindeednotrunning,thisisanormalerrormessage.ItsimplyindicatesthattheCGIscouldnotobtainthecu..
分类:
移动开发 时间:
2016-04-26 14:30:44
阅读次数:
611
以下方法本人安装了3台服务器,绝对有效被监控端1安装超级守护进程(按需)[root@rootbug~]#yuminstallxinetd2查看超级守护进程开启情况[root@rootbug~]#chkconfig--list|grepxinetdxinetd0:off1:off2:off3:on4:on5:on6:off从中可以查看到xinetd是否为开机启动,如果有其他进程..
分类:
移动开发 时间:
2016-04-25 15:17:07
阅读次数:
229