基于nginx的nagios-3.1.2简要配置。此文主要关注于nginx的perl-cgi和php-cgi的安装及设置。 本文基于 http://www.lazysa.com/2009/05/392.html ,http://www.thismail.org/bbs/thread-3002-1-1.html 改进。 我的主机环境 操作系统:debian 5.0 web服务器:nginx 6.32 CGI-perl环境:nginx-fcgi CGI-php环境:FastCGI nagios版本:nagios 3.1.2 nagios 的安装在这里就不谈了,你可以看看这个: http://nagios-cn.sourceforge.net/n...
by 357202171 - 监控及自动化运维技术 - 2013-09-13 14:10:30 阅读(12036) 回复(2)
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.将软件放至某个目录,比如...
2008/09/03 08:10:28 [notice] 4197#0: using the "epoll" event method 2008/09/03 08:10:28 [notice] 4197#0: nginx/0.6.31 2008/09/03 08:10:28 [notice] 4197#0: built by gcc 3.4.6 20060404 (Red Hat 3.4.6-3) 2008/09/03 08:10:28 [notice] 4197#0: OS: Linux 2.6.9-42.EL 2008/09/03 08:10:28 [notice] 4197#0: sysctl(KERN_RTSIGMAX): 0 2008/09/03 08:10:28 [notice] 4197#0: getrlimit(RLIMIT_NOFILE): 65535:65535 200...
nginx的负载均衡有哪些功能呢? * 如果后面的服务器其中一台坏了,它能自动识别,更牛的是它好了之后nginx可以马上识别 那么大虾知道这ngnix的这个功能使用那部分配置或文件实现的,基本原理是什么?
使用心得:nginx处理大并发比较稳定,特别省 内存 ,配置简单. 1.安装pythoncd /usr/ports/lang/python make install clean 2.安装flup cd /usr/ports/www/py-flup make install clean 3.安装 django 1) cd /usr/ports/www/py-django make install clean 4.安装 nginx cd /usr/ports/www/nginx make install clean 5.启动和管理flup的脚本 参考 http://www.djangoproject.com/documentation/fastcgi/ #!/bin/sh # Replace these thr...
nginx总结 目录 一、安装 2 A)一般安装 2 B)高级安装 2 二、基本命令 3 三、配置文件 3 A)配置文件解释 3 B)带监控模块的配置 4 C)虚拟主机的配置 5 五、事件模型介绍--I/O复用方法 7 A)标准事件模型 7 B)高效事件模型 7 六、关于LEMP的结构 8 A)Linux+nginx+Mysql+Php 8 B)其他结构 8 七、软件的平滑升级 10 A)简单修改配置文件 10 B)平滑升级二进制代码 11 八、相关的处理信号 12 A)主进程可以处理的信号 12 B)工作进...
Django on nginx 建议:FreeBSD RELENG_6 使用心得:nginx处理大并发比较稳定,特别省内存,配置简单. 1.安装python cd /usr/ports/lang/python make install clean 2.安装flup cd /usr/ports/www/py-flup make install clean 3.安装django 1) cd /usr/ports/www/py-django make install clean 4.安装nginx cd /usr/ports/www/nginx make install clean 5.启动和管理flup的脚本 参考 http://www.djangoproject.co...