Search found 18 matches
- Thu Mar 19, 2015 3:15 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
Yep, no problem. Thanks again.
- Thu Mar 19, 2015 2:24 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
Cool, I'll work on that. Thanks for all your help!
- Thu Mar 19, 2015 1:19 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
OK, I think we're officially past the /tmp problem. Do see host checks going through as expected, service check I think are running in to this bug: http://sourceforge.net/p/nagios/nagioscore/ci/5b8ad80519405cdf004229b04327bfb1f1d5fd9c/ . This install is 4.0.2, I suppose I need to upgrade? [142678778...
- Thu Mar 19, 2015 1:00 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
OK, progress. Restarted apache and got files to no longer write to /tmp. The Host check is going through, the service check so far is not.
- Thu Mar 19, 2015 12:43 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
OK, I really don't understand the result from 'id' differing from /etc/group but doing a usermod does get group looking right
Still ending up in /tmp however. Looking at other files now
Code: Select all
grep apache /etc/group
apache:x:48:
nagios:x:58637:nagios,apache- Thu Mar 19, 2015 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
grep apache /etc/group apache:x:48: ls -ld /usr/local/nagios/var/spool/checkresults drwxrwxr-x 2 nagios nagios 4096 Mar 19 11:53 /usr/local/nagios/var/spool/checkresults ls -ld /usr/local/nagios/var/spool drwxrwxr-x 3 nagios nagios 4096 Nov 25 2013 /usr/local/nagios/var/spool ls -ld /usr/local/nagio...
- Thu Mar 19, 2015 11:03 am
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
I didn't set up either server but here is what I can tell you. Box 1 Red Hat Enterprise Linux Server release 5.11 (Tikanga) Nagios Core 4.0.2 NRDP 1.2 Apache/2.2.3 PHP 5.1.6 Box 2 Oracle Linux Server release 6.6 Nagios Core 3.5.1 NRDP 1.2 Apache/2.2.15 PHP 5.3.3 For comparison, the specs for the XI ...
- Thu Mar 19, 2015 9:05 am
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
So, I set up clean on a new Nagios core box and get the same behavior, files still written to /tmp/
- Wed Mar 18, 2015 3:33 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
<?xml version="1.0" encoding="utf-8"?> <result> <status>0</status> Array ( [authorized_tokens] => Array ( [0] => xxxxxxx ) [require_https] => [require_basic_auth] => [valid_basic_auth_users] => Array ( ) [nagios_command_group] => nagios [command_file] => /usr/local/nagios/var/rw...
- Wed Mar 18, 2015 12:14 pm
- Forum: Open Source Nagios Projects
- Topic: NRDP Config Problem
- Replies: 29
- Views: 11703
Re: NRDP Config Problem
Yes, in these tests I've only been using the /nrdp/ web interface. cat /etc/httpd/conf.d/nrdp.conf <Directory "/usr/local/nrdp"> # SSLRequireSSL Options None AllowOverride None Order allow,deny Allow from all # Order deny,allow # Deny from all # Allow from 127.0.0.1 # AuthName "NRDP&q...