Search found 6 matches

by rlaugen
Thu Dec 10, 2015 12:45 am
Forum: Open Source Nagios Projects
Topic: Nagios, nginx and external commands
Replies: 9
Views: 3831

Re: Nagios, nginx and external commands

Box293 wrote:Here's a guide I did a while back:

http://sites.box293.com/nagios/guides/i ... untu-14-04

I suspect you need to run these commands:

Code: Select all

a2enmod rewrite
a2enmod cgi
service apache2 restart
As mentioned in my subject field, I'm using Nginx, and not apache :)
by rlaugen
Thu Dec 10, 2015 12:01 am
Forum: Open Source Nagios Projects
Topic: Nagios, nginx and external commands
Replies: 9
Views: 3831

Re: Nagios, nginx and external commands

tmcdonald wrote:What exact version of Core are you running? Is it 4.0.7 as indicated in the article or did you grab a different/newer version?
Sorry, I forgot to mention that - I got the newest version (4.1.1).
by rlaugen
Wed Dec 09, 2015 3:43 am
Forum: Open Source Nagios Projects
Topic: Nagios, nginx and external commands
Replies: 9
Views: 3831

Re: Nagios, nginx and external commands

rkennedy wrote:What user are you logged in as when you receive that error?
nagiosadmin
by rlaugen
Tue Dec 08, 2015 11:18 am
Forum: Open Source Nagios Projects
Topic: Nagios, nginx and external commands
Replies: 9
Views: 3831

Re: Nagios, nginx and external commands

hsmith wrote:What method did you use to install Core 4? Where did you get it from?
I got the source from nagios.com, and followed the guide @ http://www.tokiwinter.com/installing-na ... 14-04-lts/
by rlaugen
Tue Dec 08, 2015 9:57 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Auto Discovery and Bandwidth Monitoring
Replies: 7
Views: 7049

Re: Nagios Core Auto Discovery and Bandwidth Monitoring

Nagios core can't do autodiscovery, but using e.g Lilac-reloaded will do that just fine. As for your second question, I doubt Nagios can do this.
by rlaugen
Tue Dec 08, 2015 2:52 am
Forum: Open Source Nagios Projects
Topic: Nagios, nginx and external commands
Replies: 9
Views: 3831

Nagios, nginx and external commands

Hello, We recently decided to start fresh with our monitoring, going from Nagios 3 to Nagios 4, and using Nginx to serve the site. Now, everything has been going smooth, except executing external commands. For some reason or another, I'm unable to execute external commands. I can restart / shut down...