E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
nagios-plugin
nagios服务器端安装脚本
注意需要自行下载nagios,
nagios-plugin
,nrpe脚本只完成nagios,
nagios-plugin
,apache,nrpe的安装集成。#!
iceriot
·
2023-03-10 04:21
CentOS7安装Nagios并配置出图详解
使用CRT上传软件包 安装邮件服务监控主机安装常用到的命令 安装nagios所需要的运行环境 增加用户 安装nagios 配置权限 安装插件 安装nrpe远程主机安装常用到的命令 配置运行环境 安装
nagios-plugin
winsonyuan
·
2017-02-03 10:00
监控服务之nagios服务
ngios本身并没有监控功能,他是通过
nagios-plugin
插件完成的,插件将结果返回给nagios,然后nagios再以w
ITmin
·
2016-06-13 02:13
Linux
nagios
服务器监控
linux
服务搭建
使用nagios监控HP服务器RAID
使用nagios监控HP服务器的RAID:前提本地服务器已经安装好
nagios-plugin
和nrpe模块,如果没有安装可以搜索
linux_xunil
·
2016-01-13 14:34
HP服务器
raid
nagios
使用nagios监控HP服务器RAID
使用nagios监控HP服务器的RAID:前提本地服务器已经安装好
nagios-plugin
和nrpe模块,如果没有安装可以搜索
linux_xunil
·
2016-01-13 14:34
raid
nagios
HP服务器
使用nagios监控HP服务器RAID
使用nagios监控HP服务器的RAID:前提本地服务器已经安装好
nagios-plugin
和nrpe模块,如果没有安装可以搜索
linux_xunil
·
2016-01-13 14:34
raid
nagios
HP服务器
nagios无法安装check_mysql插件的问题
但是在此服务器上安装nagios时,发现安装的
nagios-plugin
插件中check_mysql没有安装,因此无法监控mysql服务。
linux_xunil
·
2015-11-11 11:20
nagios-plugin
check_mysql
mysql-devel
nagios无法安装check_mysql插件的问题
但是在此服务器上安装nagios时,发现安装的
nagios-plugin
插件中check_mysql没有安装,因此无法监控mysql服务。
linux_xunil
·
2015-11-11 11:20
check_mysql
nagios-plugin
mysql-devel
nagios无法安装check_mysql插件的问题
但是在此服务器上安装nagios时,发现安装的
nagios-plugin
插件中check_mysql没有安装,因此无法监控mysql服务。
linux_xunil
·
2015-11-11 11:20
nagios-plugin
check_mysql
mysql-devel
远程检测Linux服务器中内存占用情况的方法
Debain/Ubuntu中:复制代码代码如下:#cd/usr/lib/nagios/plugins/#wgethttps://raw.githubusercontent.com/justintime/
nagios-plugin
Sarmed Rahman
·
2015-06-18 17:03
nagios自定义监控
在被监控段安装好
nagios-plugin
,nrpe,开始在被监控端编写脚本vim/usr/local/nagios/libexec/jc.sh #!/bin/bash # for nrpe c
whf191
·
2015-05-16 15:55
nagios自定义监控
nagios监控远端linux主机和windows主机
被监控LInux端需要安装
nagios-plugin
和NRPE 被监控window段需要安装NSClient++一:监控远端Linux主机被监控端安装的软件方式前面有介绍这里省略需要修改[root@xen
1989丶
·
2015-04-23 15:00
nagios-plugin
(mem)
#!/usr/bin/env python import sys from optparse import OptionParser import string OK=0 WARNING=1 CRITICAL=2 UNKNOWN=3 unit = {'t':2**40,'g':2**30,'m':2**20,'k':2**10,'b':1} def opt(): parser =
muzinan110
·
2014-09-27 16:02
python
nagios
nagios-plugin
(log)
#!/usr/bin/env python import datetime import re import sys REG_SYSLOG = re.compile(r'(?P\w+ \d+ [\d:]+) (?P[\d\w.]+) (?P\w+)(\[\d*\])?: (?P.*)') DELTA = datetime.timedelta(minutes=3) MONTH_MAPPIN
muzinan110
·
2014-09-27 16:44
python
nagios
CentOS源码安装nagios与
nagios-plugin
CentOSx64源码安装nagios与
nagios-plugin
官方网址:http://www.nagios.org一、安装指导:http://nagios.sourceforge.net/docs/
chenshengang
·
2014-09-17 21:51
nagios
centos
nagios
CentOS源码安装nagios与
nagios-plugin
CentOSx64源码安装nagios与
nagios-plugin
官方网址:http://www.nagios.org一、安装指导:http://nagios.sourceforge.net/docs/
chenshengang
·
2014-09-17 21:51
centos
nagios
nagios的搭建及配置----(中)
至于为什么要这么配置,大家可以自行去百度下看看使用NRPE插件实现对remoteserver进行监控,远程服务器配置1,编译安装
nagios-plugin
,提供检查服务器状态时使用的命令。
皖教育厅长
·
2014-08-05 21:57
nagios
搭建及配置
被监控端配置
安装 nagios +
nagios-plugin
+ nrpe(二)
第九部分:外部命令文件这是Nagios用来检查外部命令请求的文件。这个文件同样也是用户操作提交与CGI命令写入的地方,所以这个文件必须对于相关服务可写,一般是针对Apache的宿主用户可写。并且注意,这个文件所在的目录的权限必须被Apache可写,而不单指这文件,因为这个文件在工作当中是频繁被删除的。(之前我们将Apahe归入Nagios组的时候就已经完成了)command_file=/var/l
feilong0663
·
2014-03-02 11:06
用户
记录
信息
缓冲区
守护
安装 nagios +
nagios-plugin
+ nrpe(一)
安装nagios+nagios-plugin+nrpe一、创建nagios组和用户1、创建用户nagios,并创建/usr/local/nagios作为其目录GroupaddnagiosUseradd�Cgnagios�Cmd/usr/local/nagios2、找出运行Apache的用户CentOS一般为apache,但有时候可能也会人为更改。grep ‘User(空格)’ /etc/httpd
feilong0663
·
2014-03-02 11:16
nagios
nrpe
nagios-plugin
特推荐-部署nagios插件及DELL工具(nrpe)
有如下四个源码包:(当然版本可以自行选择)将下载的源码包上传到/home/nagios目录下,如图所示:1、/home/nagios/
nagios-plugin
chenshengang
·
2014-01-16 14:08
nagios
特推荐-部署nagios插件及DELL工具(nrpe)
有如下四个源码包:(当然版本可以自行选择)将下载的源码包上传到/home/nagios目录下,如图所示:1、/home/nagios/
nagios-plugin
chenshengang
·
2014-01-16 14:08
nagios
nagios
Nagios安装部署
nagios-core:监控引擎及基本的监控页面
nagios-plugin
:通过plugin可以监控服务,
zhan8610189
·
2013-08-07 13:00
nagios
nagios-plugins Ubuntu13.04编译报错./stdio.h:456:1: ...
今天买了一台vps安装nagios做监控.但在编译
nagios-plugin
时竟然发生了如下错误:Infileincludedfromlocalcharset.c:28:0:.
MJiao
·
2013-04-29 22:00
nagios
nagios-plugin
nagios-plugin
编译
又忘记保存最原始文档了。。 随便来个参数备忘注意需要安装fping,openssh, netsnmp,mysql库等软件nagios-plugin-1.4.16.tar.gz./configure--enable-libtap--enable-extra-opts--enable-redhat-pthread-workaround--enable-perl-modules--with-nagios
signmem
·
2013-04-09 21:00
Nagios 监控 Linux 主机 (2009-11-10 09:31)
useraddnagiospasswdnagios2.下载安装nagios-plugins链接:http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/
nagios-plugin
liu_jia_guo
·
2012-12-13 17:00
puppet nagios
:params{ file{"/usr/local/src/nagios-plugins-1.4.15.tar.gz": source=>"puppet://$puppetserver/nagios/
nagios-plugin
qingchn
·
2012-07-10 16:00
nagios 3.2安装详解(二)
后续会补充上我这边以添加一台server ip 192.168.20.250为例我这边联系人不变,监控的服务也不变,1.添加用户名useradd -M nagios -s /sbin/nologin 2.安装
nagios-plugin
天真花语
·
2012-06-07 18:12
nagios
安装详解
nagios监控http(nrpe插件)
nagios监控http(nrpe插件)安装
nagios-plugin
插件和nrpe插件(步骤略)#vi/usr/local/nagios/etc/nrpe.cfgcommand[check_http
yangzhimingg
·
2012-04-24 11:50
nagios
监控http
nagios监控http(nrpe插件)
nagios监控http(nrpe插件)安装
nagios-plugin
插件和nrpe插件(步骤略)#vi/usr/local/nagios/etc/nrpe.cfgcommand[check_http]
yangzhimingg
·
2012-04-24 11:50
nagios
监控http
系统监控
nagios安装配置(一):nagios
1.在服务器上下载nagios、
nagios-plugin
、nrpe wget http://nchc.dl.sourceforge.net/project/nagios/nagios-3.x
linuxjcq
·
2011-11-18 14:29
职场
nagios
休闲
check_http: Invalid option - SSL is not available解决办法
如果没有安装openssl,就先安装sudoapt-getinstallopenssl重新编译
nagios-plugin
.
zhangrenfang
·
2011-04-21 10:26
ssl
it
基于FreeBSD+nagios下的系统告警系统
------------------------主要软件应用-------------------------FreeBSD apache22 php5 php5-extension Ngios
Nagios-plugin
gnnjw
·
2010-04-23 14:58
职场
FreeBSD
nagios
nrpe
休闲
基于FreeBSD+nagios下的系统告警系统
------------------------主要软件应用-------------------------FreeBSD apache22 php5 php5-extension Ngios
Nagios-plugin
gnnjw
·
2010-04-23 14:58
职场
FreeBSD
nagios
nrpe
休闲
nagios &&
nagios-plugin
安装
--------------1.installthepackagesforsupportnagios----------------------------------#yuminsatllhttpdphp#touch/var/www/html/index.php&&echo''>/var/www/html/index.php&&elinks http://localip/index.php\\d
rilee
·
2010-03-20 23:15
职场
nagios
休闲
nagios &&
nagios-plugin
安装
--------------1.installthepackagesforsupportnagios----------------------------------#yuminsatllhttpdphp#touch/var/www/html/index.php&&echo''>/var/www/html/index.php&&elinks http://localip/index.php\\d
rilee
·
2010-03-20 23:15
职场
nagios
休闲
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他