-w $ARG1$ -c $ARG2$ -M -b% -c % -f% -c % -f% -c % -f #  define command{         command_name    check_snmp_win_mem         command_line    $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C jd -m Memory -w $ARG1$ -c $ARG2$ -f }  #   #        command_n…
接上文:nginx环境下配置nagios-关于nginx.conf 配置如下: ;          location ~ .*\.(php|php5)?$          {                  # root /usr/local/nagios/share;                  # fastcgi_pass  unix:/export/servers/nginx/logs/php-cgi.sock;                  fastcgi_pass  ;…
接上文:nginx环境下配置nagios-关于nginx.conf nagiosql文件应该处于conf/domain/目录下 nagiosql配置如下: ;                  gzip off;                  alias /usr/local/nagios/nagiosql/;          }          location ~ .*\.(php|php5)?$          {                  fastcgi_pass  ;…
最近一段时间发现好多网站都从http协议变成了加密的https协议,比如说百度.吾志等等.https看起来比http高端了好多,而且在不同的浏览器向上还会显示出不同于http的URL展示效果(比如说chrome 和QQ浏览器 使用https协议的网址就会变色). 于是自己就想着把自己的网站加一个ssl证书,使之变成https://iwenku.net 最开始我使用的是腾讯云的服务器,服务器系统是Windows,使用Windows虽然坏处挺多,但是也有好处,那就是Windows是图形化界面的,这样…
本文基于<LNMP最新源码安装脚本>,Nagios依赖PHP环境和perl环境,由于Nginx不支持Perl的CGI,需先来搭建Perl环境,Nagios原理介绍略.一.下载最新稳定源码包和Perl脚本wget http://www.cpan.org/modules/by-module/FCGI/FCGI-0.74.tar.gzwget http://www.cpan.org/authors/id/B/BO/BOBTFISH/FCGI-ProcManager-0.24.tar.gzwget h…
为 NRPE 配置自定义命令 远程服务器上安装 下面列出了一些可以用于 NRPE 的自定义命令.这些命令在远程服务器的 /etc/nagios/nrpe.cfg 文件中定义. ## 当 1.5.15 分钟的平均负载分别超过 1.2.1 时进入警告状态 ## 当 1.5.15 分钟的平均负载分别超过 3.5.3 时进入严重警告状态 command[check_load]=/usr/lib/nagios/plugins/check_load -w 1,2,1 -c 3,5,3 ## 对于 /home…
[root@redhat7 ~]# wget http://am1.php.net/get/php-7.1.2.tar.gz/from/this/mirror [root@redhat7 ~]# tar xzvf php-7.1.2.tar.gz [root@redhat7 ~]# cd php-7.1.2/ [root@redhat7 ~]# ./configure--prefix=/usr/local/php --enable-fpm [root@redhat7 php-7.1.2]# ma…
>/dev/ rm $dir/logs/perl-fcgi.sock >/dev/ echo  }    start ()  {  rm $dir/now_start_perl_fcgi.sh >/dev/   chown nagios.nagios $dir/logs  echo    chown nagios.nagios $dir/now_start_perl_fcgi.sh  chmod u+x $dir/now_start_perl_fcgi.sh    sudo -u nag…
配置文件如下: 请注意,网上提供的官方文档在运行时可能会出现问题,此文中保证无问题. ; ; ; ;  ); ;  ); ; ;          my $pidnumber = $$;          $pidnumber > io($filepid);          print          addlog($logfile,    }    sub addzero {          my ($date) = shift;          ) {                …
location ~ \.css {           add_header  Content-Type    text/css;        } location ~ \.js {            add_header  Content-Type    application/x-javascript;        } 不能配置以上两项,否则不到phpmyadmin.css.php这个文件以上*.js.php等文件…