在Nginx下搭建Nagios监控系统 Nginx 是一个高性能Web和反向代理服务器, 它具有有很多非常优越的特性: 在高连接并发的情况下,Nginx是Apache服务器不错的替代品: Nginx在美国是做虚拟主机生意的老板们经常选择的软件平台之一. 能够支持高达 50,000 个并发连接数的响应, Nginx对静态文件的响应速度非常优秀,是apache不可比拟的. Nagios是一款开源的免费网络监视工具,能有效监控Windows、Linux和Unix的主机状态,交换机路由器等网络设置... 2012年11月20日 服务器 评论 2 条 阅读 3,035 次 阅读全文
Starting nagios:This account is currently not available nagios的解决方法 [root@netdak etc]# service nagios restart Running configuration check…done. Stopping nagios: done. Starting nagios:This account is currently not available. done. 解决方法: 修改/etc/passwd 将/sbin/nologin改成/bin/bash 2012年04月13日 Linux, 服务器 暂无评论 阅读 3,088 次 阅读全文