5.使用centreon命令之Commands详细使用,请参考:http://documentation.centreon.com/docs/centreon-clapi/en/latest/user/objects/commands.html#使用centreon的commands参数,可以增、删、改nagios的检查命令。①.列出可用的Nagios命令,使用SHOW动作:1)、命令:centreon-u..
分类:
移动开发 时间:
2014-09-24 16:59:28
阅读次数:
365
“nginx统一监控”意思是在一台Linux服务器上集中监控所有nginx站点的status状态。我们把这个服务器叫做“nginx监控服务器”,可以是装有zabbixagent的zabbixserver,或是其他装agent的被监控客户端。思路:把所有nginx站点的URL写入到“nginx监控服务器”上的一个配置文件中。..
分类:
其他好文 时间:
2014-09-24 16:27:28
阅读次数:
338
Zabbix触发器的语法如下:{:.()}用Template App Zabbix Agent模板中的主机ping监控的触发器来进行说明:{Template App Zabbix Agent:agent.ping.nodata(5m)}=1 Template App Zabbix Agent ...
分类:
系统相关 时间:
2014-09-24 15:46:57
阅读次数:
734
Nagios Linux客户端需要安装NRPE进行数据收集,如果在Ubuntu系统下安装过程中遇到下面的错误提示:checking for SSL libraries... configure: error: Cannot find ssl libraries那么可能是缺少sudo apt-get ...
分类:
其他好文 时间:
2014-09-23 19:22:15
阅读次数:
202
1、安装开发软件包yum-ygroupinstall"DevelopmentTools"2、安装所需的依赖包yum-yinstallhttpdmysqlmysql-serverphpphp-mysqlphp-commonphp-mbstringphp-gdphp-odbcphp-pearcurlcurl-develnet-snmpnet-snmp-develperl-DBIphp-xmlntpdatephp-bcmath3、同步服务端的时间,保持所..
分类:
其他好文 时间:
2014-09-23 18:45:15
阅读次数:
218
1.简介CentreonCLAPI是centreon命令行接口,可以替代在网页上的许多工作。命令行还是非常方便的。2.安装wgethttp://download.centreon.com/Modules/CLAPI/centreon-clapi-1.5.2.tar.gztar-axfcentreon-clapi-1.5.2.tar.gz-C/usr/local/src/cd/usr/local/src/centreon-clapi-1.5..
分类:
移动开发 时间:
2014-09-23 18:13:35
阅读次数:
286
zabbix添加Calculateditems后保存页面成空白Nginx报以下错误2014/09/2310:10:23[error]27617#0:*111642readv()failed(104:Connectionresetbypeer)whilereadingupstream,client:xxxxxx,server:xxxxx,request:"POST/disc_prototypes.phpHTTP/1.1",upstream:"fastcgi://127.0.0.1:..
分类:
其他好文 时间:
2014-09-23 13:56:25
阅读次数:
257
一、安装前准备
(1)创建nagios用户和用户组
[root@localhost ~]#useradd -s /sbin/nologin nagios
[root@localhost ~]#mkdir /usr/local/nagios
[root@localhost ~]#chown –R nagios.nagios /usr/local/nagios
(2)开启系统sendm...
分类:
移动开发 时间:
2014-09-23 13:53:05
阅读次数:
241
需求:
目前公司的邮件报警邮件都是发给运维部的,这样造成运维部要处理大量的报警邮件,这样做降低了效率,今天想了一下把具体的一些应用的报警分配到各个开发小组的项目负责人,以便更好的解决和处理线上服务器出现的问题。
好了直接上步骤:
首先编辑contacts.cfg文件:内..
分类:
移动开发 时间:
2014-09-22 20:14:23
阅读次数:
163