This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo yum install nagios | |
sudo install -o nagios -g nagios -d /usr/local/nagios/plack | |
cd /usr/local/nagios/plack | |
curl -kL http://cpanmin.us/ | /usr/bin/perl - -n -lextlib Plack \ | |
Plack::App::PHPCGI Plack::Builder::Conditionals \ | |
Plack::Middleware::ReverseProxy CGI::Compile Starlet |