试着在工作站执行ps aux ,发现有不少标记为Z的进程 但是在nagios的check又没有提示,虽然这类进程只是占用了进程列表 可惜又看不懂里面的代码!!!!!
by caixicheng - Shell - 2009-04-16 09:41:03 阅读(1533) 回复(6)
小弟在使用nagios时碰到两个问题,求助版主,及各位高手,帮忙看看 1:nagios连接不了windows的客户端,telnet客户端的12489端口是通的 windows客户端安装的是:NSClient++-0.3.6-Win32.msi 在监控端运行/usr/lib/nagios/plugins/check_nt -H 192.16 8.1.27 -v CLIENTVERSION 提示:could not fetch information from server 2: 监控端使用的是飞信短信报警,每次我关机测试时需要五分钟左右的时间才能检测到主机已DOWN机,如果只...
I am trying to configure nagios under AIX 5.1 I am facing the following - to find cc or gcc in my export path - to configure the html and cgi-bin for nagios any help in this issue? # cd nagios-1.1 # ls .cvsignore README config.log install-sh sample-config Changelog UPGRADING configure make-tarball subst INSTALLING base configure.in ...
运行nagios -v后,报以下错误: nagios 3.0.3 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Last Modified: 06-25-2008 License: GPL Reading configuration data... Running pre-flight check on configuration data... Checking services... Checked 1 services. Checking hosts... Checked 1 hosts. Checking host groups... Checked 1 host groups. Checking service groups... Checked 0 service g...
nagios是一个不错的软件,工作需要学习了下。 nagios是一款功能强大,扩展性强的开源软件。 nagios下载载nagios的官方网址www.nagios.org 下载:nagios-2.0b4.tar.gz #wget http://peterhost.dl.sourceforge.net/sourceforge/nagios/nagios-2.0b4.tar.gz 下载:nagios-plugins-1.4.2.tar.gz #wget http://voxel.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.2.tar.gz nagios安装 1.将软件放至某个目录,比如...
nagios 监控Linux服务器 搭建平台: 监控服务器:RHEL5(192.168.0.9)+nagios-3.0.5+ nagios-plugins-1.4.11+ nrpe_2.8.1 被监控端RHEL5 (192.168.0.10)+ nagios-plugins-1.4.11+ nrpe_2.8.1 做为运维工程师,要时时掌握公司服务器的运行状况,最担心那些重要的在线系统在我不知情的情况下停机或者停止网络服务,而且那些发生故障的服务或主机有时候可能要好长一段时间才知道。尤其是遇到节假日,运维工程师就很是紧张,以为服务器...
看我出招之:我用nagios(技术细节) 作者:田逸( [email=sery@163.com][email]sery@163.com[/email][/email] )from http://netsecurity.51cto.com/art/200706/48728.htm 作为系统管理员,我最担心那些重要的在线系统在我不知情的情况下停机或者停止网络服务,而且那些发生故障的服务或主机有时候可能要好长一段时间才知道(这种情况多发生在节假日),只要一到节假日,很多系统管理员就紧张不已。要改变这种被动局面,我在这里...
1、nrpe上有check_oracle脚本,脚本中有监测tns、db等一些相关参数,我自己另外在脚本中增加oracle crs 状态监测的内容 2、在nrpe客户端上执行check_oracle脚本,后带所有脚本中的所有参数,如: --tns, --crs ,都可以正确的按脚本的内容输出结果 3、在nagios上执行check_nrpe -H nrpe_ip , 可正常打印nrpe客户端的NRPE版本号 4、在nrpe端的nrpe.cfg文件中配置了多个command_name,如 check_oracle_tns,check_oracle_crs,check...
先上文件: windows.cfg host 部分: define host{ use windows-server host_name winserver alias My Windows Server address 192.168.0.181 } define host{ use windows-server host_name winserver2 alias My Windows Server address 192.168.0.180 } define host{ use windows-server host_name winserver3 alias My Wind...
我发现用nagios监控 windows 主机的时候,很多信息都要过一会才能反映出来, 比如说我在windows 上停掉几个服务什么的。nagios 显示亮红色报警了。 但是我又把服务起来了,过了N久还是红色。再等一会才变绿~! 怎么解决他的即时问题,第一时间发现错误信息,第一时间更新nagios里面的信息呢