ChinaUnix.net
相关文章推荐:

nagios 自定义脚本

#!/bin/bash # NFS mount plugin for nagios #define service { # hostgroup_name nfs-servers # service_description NFS # check_command check_nfsmount # use generic-service # notification_interval 0 ; set > 0 if you want to be renotified #} # Add the following to your hostgroups...

by adminsinx - Shell - 2009-03-06 17:46:05 阅读(3061) 回复(5)

相关讨论

试着在工作站执行ps aux ,发现有不少标记为Z的进程 但是在nagios的check又没有提示,虽然这类进程只是占用了进程列表 可惜又看不懂里面的代码!!!!!

by caixicheng - Shell - 2009-04-16 09:41:03 阅读(1528) 回复(6)

#! /usr/bin/perl use Net::POP3; if ($#ARGV != 2) { print "Error in usage: hostname, username & password required\r\n"; exit 3; } $hostname = $ARGV[0]; $username = $ARGV[1]; $password = $ARGV[2]; $pop = Net::POP3->new($hostname, Timeout => 15); $msgnum = $pop->login($username, $password); ...

by cloudxx - Perl - 2007-06-18 10:25:08 阅读(1743) 回复(0)

这个软件怎么样?

by asdasd - 数据安全 - 2006-02-12 18:26:24 阅读(1996) 回复(6)

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 ...

by pons - AIX - 2003-09-23 02:07:50 阅读(1330) 回复(0)

运行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...

by linitok - 监控及自动化运维技术 - 2009-12-14 14:40:49 阅读(4691) 回复(9)

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.将软件放至某个目录,比如...

网络管理

by mcns - 网络技术文档中心 - 2006-06-17 13:54:09 阅读(956) 回复(0)

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 做为运维工程师,要时时掌握公司服务器的运行状况,最担心那些重要的在线系统在我不知情的情况下停机或者停止网络服务,而且那些发生故障的服务或主机有时候可能要好长一段时间才知道。尤其是遇到节假日,运维工程师就很是紧张,以为服务器...

by pk-feiyang - 网络技术文档中心 - 2009-08-15 00:53:35 阅读(2657) 回复(0)

看我出招之:我用nagios(技术细节) 作者:田逸( [email=sery@163.com][email]sery@163.com[/email][/email] )from http://netsecurity.51cto.com/art/200706/48728.htm 作为系统管理员,我最担心那些重要的在线系统在我不知情的情况下停机或者停止网络服务,而且那些发生故障的服务或主机有时候可能要好长一段时间才知道(这种情况多发生在节假日),只要一到节假日,很多系统管理员就紧张不已。要改变这种被动局面,我在这里...

by ruanpeizhi2009 - 网络技术文档中心 - 2009-06-30 14:28:17 阅读(2690) 回复(0)

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...

by szpwei - 监控及自动化运维技术 - 2009-06-30 10:16:55 阅读(2274) 回复(4)

先上文件: 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...

by 相当宏伟 - 监控及自动化运维技术 - 2009-05-18 15:09:05 阅读(4728) 回复(7)