**一、安装Nagios(源码)1、安装准备:编译工具 #yum -y install gcc gcc-c++创建用户和组 #useradd nagios #groupadd nagcmd #usermod -G nagcmd nagios2、装包:配置:# ./configure --with-nagios-user=nagios --with-nagios-group=nagcm
分类:
移动开发 时间:
2018-01-09 21:13:21
阅读次数:
202
#################################################Nagios自动监控系统安装Nagios及插件(a)安装依赖包#yum-yinstallgccgcc-c++(b)创建nagios软件登录用户#useraddnagios#groupaddnagcmd#gpasswd-anagiosnagcmd/把用户nagios添加到nagcmd组中#idnagio
分类:
移动开发 时间:
2018-01-09 20:28:12
阅读次数:
173
nagios 安装与部署—————— 1、安装前准备(1)创建nagios用户和用户组 [root@localhost ~]#groupadd nagios useradd nagios &n
分类:
移动开发 时间:
2018-01-09 17:34:48
阅读次数:
333
一、配置Nagios服务nagios服务运行是在主配置文件nagios.cfg,在配置文件中调用监控插件,运维人员可以设置监控插件的监控阀值(警告值错误值);nagios服务的插件把监控到的数据和监控阀值比较,根据比较结果显示监控状态:监控到的数据监控到的数据>警告值监控到的数据>错误值显示criticalUnknown配置有问题Pending正在获取数据使用监控插件[root@monitor21
分类:
移动开发 时间:
2018-01-08 21:08:03
阅读次数:
219
一、搭建Nagios监控服务器1、部署运行环境LAMP[root@localhost~]#yum-yinstallhttpd[root@localhost~]#systemctlrestarthttpd[root@localhost~]#systemctlenablehttpd[root@localhost~]#yum-yinstallmariadb-servermariadb[root@loca
分类:
移动开发 时间:
2018-01-08 21:05:30
阅读次数:
222
简介: 系统版本:CentOS release 6.7 (Final)[root@Centreon ~]# cat /etc/issue
CentOS release 6.7 (Final)
Kernel \r on an \m查看主机名[root@Ce
分类:
其他好文 时间:
2017-12-26 11:55:43
阅读次数:
119
在nagios-server上配置http服务启动时出现: Starting httpd: httpd: apr_sockaddr_info_get() failed for nagios-server 主要是hosts解析问题 解决 echo "`hostname -I` nagios-serve ...
分类:
其他好文 时间:
2017-12-21 20:44:16
阅读次数:
156
最近一段时间突然收到Nagios上的一条Oracle报警:CRITICAL-ORA-28002:thepasswordwillexpirewithin7days在多方资料查询下得知是Oracle下的默认账号安全策略(缺省180天账号密码到期),在到期前7天使用账号连接Oracle时会有ORA-28002的错误提示
分类:
数据库 时间:
2017-12-21 18:18:34
阅读次数:
147
Cacti+Nagios监控平台完美整合 http://os.51cto.com/art/201411/458006.htm 整合nagios+cacti+微信、飞信实现网络监控报警 http://blog.itpub.net/29357437/viewspace-1169680/ ...
分类:
移动开发 时间:
2017-12-14 10:29:27
阅读次数:
160