solaris下的nagios监控系统 【百科全说】-凯发k8官方旗舰厅

腾讯视频/爱奇艺/优酷/外卖 充值4折起

solaris下的nagios监控系统

文将介绍nagios在solaris10操做系统下的安装过程,其中包括,源码的编译、安装;apache的安装、nagios cgi的配置;nagios监控配置等。

solaris下的nagios监控系统介绍如下:



图-nagios

文将介绍nagios在solaris10操做系统下的安装过程,其中包括,源码的编译、安装;apache的安装、nagios cgi的配置;nagios监控配置等。

环境、资源准备

gcc-3.4.6-sol10-x86-local.gz

libiconv-1.11-sol10-x86-local.gz

libintl-3.4.0-sol10-x86-local.gz

make-3.81-sol10-x86-local.gz

openssl-0.9.8h-sol10-x86-local.gz

gd-2.0.35-sol10-x86-local.gz

httpd-2.2.4.tar.gz

nagios-3.0.3.tar.gz

nagios-plugins-1.4.11.tar.gz

nrpe-2.12.tar.gz

1.安装nagios

# groupadd nagios # useradd -g nagios -d /usr/local/nagios nagios # gunzip ./nagios-3.0.6.tar.gz # tar xvf ./nagios-3.0.6.tar.gz # cd ./nagios-3.0.6.tar.gz # ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios

--with-nagios-group=nagios --with-gd-lib=/usr/sfw/lib

--with-gd-inc=/usr/sfw/include

# make all # make fullinstall # make install-config

2.安装openssl

# gunzip ./openssl-0.9.8j-sol10-sparc-local.gz # pkgadd -d ./openssl-0.9.8j-sol10-sparc-local # export ld_library_path=/usr/local/ssl/lib:$ld_library_path

3.安装nagios plugins

# gunzip ./nagios-plugins-1.4.13.tar.gz # tar xvf ./nagios-plugins-1.4.13.tar # cd nagios-plugins-1.4.13 # ./configure --without-mysql --prefix=/usr/local/nagios --with-openssl=/usr/local/ssl # make # make install # make clean # chown -r nagios:nagios /usr/local/nagios/libexec

4.配置apache

在/etc/apache2/httpd.conf文件追加如下内容

#setting for nagios

scriptalias /nagios/cgi-bin /usr/local/nagios/sbin

authtype basic

options execcgi

allowoverride none

order allow,deny

allow from all

authname "nagios access"

authuserfile /usr/local/nagios/etc/htpasswd

require valid-user

alias /nagios /usr/local/nagios/share

authtype basic

options none

allowoverride none

order allow,deny

allow from all

authname "nagios access"

authuserfile /usr/local/nagios/etc/htpasswd

require valid-user

5.生成登录用户和验证口令

# /usr/apache2/bin/htpasswd -c /usr/local/nagios/etc/htpasswd

此处的user_name为登录nagios web应用需要输入的用户名www.britepic.org

按照提示输入要设置的口令即可

配置/usr/local/nagios/etc/cgi.cfg,添加用户edison

................. .................

# system/process information access

# this option is a comma-delimited list of all usernames that

# have access to viewing the nagios process information as

# provided by the extended information cgi (extinfo.cgi). by

# default, *no one* has access to this unless you choose to

# not use authorization. you may use an asterisk (*) to

# authorize any user who has authenticated to the web server.

authorized_for_system_information=nagiosadmin,edison

# configuration information access

# this option is a comma-delimited list of all usernames that

# can view all configuration information (hosts, commands, etc).

# by default, users can only view configuration information

# for the hosts and services they are contacts for. you may use

# an asterisk (*) to authorize any user who has authenticated

# to the web server.

authorized_for_configuration_information=nagiosadmin,edison

# system/process command access

# this option is a comma-delimited list of all usernames that

# can issue shutdown and restart commands to nagios via the

# command cgi (cmd.cgi). users in this list can also change

# the program mode to active or standby. by default, *no one*

# has access to this unless you choose to not use authorization.

# you may use an asterisk (*) to authorize any user who has

# authenticated to the web server.

authorized_for_system_commands=nagiosadmin,edison

# global host/service view access

# these two options are comma-delimited lists of all usernames that

# can view information for all hosts and services that are being

# monitored. by default, users can only view information

# for hosts or services that they are contacts for (unless you

# you choose to not use authorization). you may use an asterisk (*)

# to authorize any user who has authenticated to the web server.

authorized_for_all_services=nagiosadmin,edison

authorized_for_all_hosts=nagiosadmin,edison

# global host/service command access

# these two options are comma-delimited lists of all usernames that

# can issue host or service related commands via the command

# cgi (cmd.cgi) for all hosts and services that are being monitored.

# by default, users can only issue commands for hosts or services

# that they are contacts for (unless you you choose to not use

# authorization). you may use an asterisk (*) to authorize any

# user who has authenticated to the web server.

authorized_for_all_service_commands=nagiosadmin,edison

authorized_for_all_host_commands=nagiosadmin,edison

linux中以sar命令监控系统的使用教程

12/20 18:33
sar(system activity reporter系统活动情况报告)是目前 linux 上最为全面的系统性能分析工具之一,可以从多方面对系统的活动进行报告, 包括:文件的读写情况.系统调用的使用情况.磁盘i/o.cpu效率.内存使用状况.进程活动及ipc有关的活动等. 本文主要以centos 6.3 x64系统为例,介绍sar命令. 1.sar命令常用格式 sar [options] [-a] [-o file] t [n] 其中: t为采样间隔,n为采样次数,默认值是1; -o file
06/01 06:52
很多人关心如何在win7系统下再装xp。似乎用户们对于它的热度没有下降,下面编辑就以图文教程的方式展示最简单的win7下装xp双系统的方法。 如果是从xp安装win7会简单很多,只需要弄张win7盘直接安装到不同分区就行。但是从已有的win7安装xp会有些小困难,我们先把上面“四样法宝”准备好吧。尽量不要用ghost,有时候会识别不出硬盘分区,根据我的测试,u盘也不太靠谱。所以本人推荐用正版光盘!至于驱动,一定要先准备好网卡的,因为realteck的最新驱动xp没有自带,切记! 首先安装win7
09/03 21:49
今天解决了一个问题,solaris下的cp命令如果源路径中有link的话,会自动将连接转成实际的文件。 这一点在实际使用中往往是不合适的。 在linux下可能通过-d参数避免这个问题,但solaris不支持这个参数。 经过实验,可以通过tar命令来解决。tar在打包时对于链接默认是保持链接不变。
12/02 19:38
win7下怎么安装ghost系统、目前来说话视乎没有看见个这样的安装教程。以前自己试过几次,安装没有成功。在无忧发帖询问过这问题。也没得到答案,就没再去折腾,今天又收到坛友一短信也是询问这问题。。。那就再折腾一次吧。。。这次安装成功。。 win7下安装ghost系统比安装版系统复杂。要安装的分区须为主分区。安装需要二次进入pe操作。如果你想简单建议还是使用安装版windows7下安装雨林木风windows xp 8.0安装版 不过总的来说这个方法也不算复杂。(要么不做,要做就要使大部
05/20 00:53
想要微电脑重新安装系统,但是没有光盘也没有u盘,怎么办?不要急,这里就来告诉你在无光盘无u盘状态下该如何安装系统! 先下载iso镜像,再在电脑上安装虚拟光驱,因为虚拟光驱也可以读取镜像文件,这样就可以安装系统了。(win7为例) 通常采用ultraiso 一直点击下一步,最后会提示重启,重启之后虚拟光驱就安装完成。 然后启动虚拟光驱 加载下载好的windows7iso,在ultraiso选择工具(f6),加载到光驱。 打开我的电脑,右键cd驱动器,打开。 双击se
11/30 15:01
在论坛看到很多网友提问说32位系统下无法安装64位windows7系统,这里推荐一个很简单的方法来在32位系统下安装64位系统。 32位系统可以是任意,比如xp,vista,windows7的32位。 64位系统同样可以是任意。 安装方法就是我们一直推荐的nt6安装,安装前请先检验文件的md5值。 如今,估计只有用xp的才用ghost版系统了吧?对于windows7与windows8我想大多数都是用原版了,不管怎么说官方的还是最干净最放心的,更何况安装速度也不慢了。 而32位与64位,32位系统
11/16 19:20
软件名称: 中维高清监控系统(jnvr) 1.10 绿色版 - 网络高清摄像头软件软件大小: 5 mb 软件介绍: 中维高清监控系统(jnvr)是一款网络高清摄像头软件,可以看ipc和修改ipc网络摄像头软件 使用jnv 系统可以将局引用页面:中维高清监控系统(jnvr) 1.10 绿色版 - 网络高清摄像头软件 http://www.xdowns.com/soft/10/139/2014/soft_132110.html 中维高清监控系统解锁密码是:123 这个很讨厌哦,还是用绿盟的绿色版吧
01/12 15:41
在win7系统下的aero特效能够让用户在操作系统时候带来不一样的立体感,aero是由authentic.energetic.reflective及open四个单词的缩写,其意为具立体感.令人震撼.具透视感和阔大的用户界面,不过有些用户反映在win7系统下开启了aero特效出现系统卡顿的问题,对于这类用户是否真正因为开启aero特效造成的呢?下面小编为大家提供了aero特效所占用内存大小的查看方法,下面我们一起看下吧! 查看win7系统下aero特效占用系统内存大小的方法 1.右键点击任务栏"启
02/15 13:15
现在很多人都在自己的电脑中安装了双系统,两个系统之间可以不停的相互切换,针对不同的需求可以选择相应的系统,但是最近小编统计发现了一个现象,就是很多安装了双系统的用户都选择卸载了win8的系统,不知道是否因为win10系统面世的原因,还是win8系统中有一些功能难以接受,这个问题一直都没有得到一个很好的解释.既然现在很多安装了双系统的人都选择卸载win8系统,下面小编就为大家带来一个系统的卸载方式,可以教大家如何在双系统的情况下,安全的卸载win8系统. windows双系统下如何卸载win8系统
网站地图