[Nagios-users] Problems starting nagios

2007-12-19 Thread Alan Cooper
Nagios 3.0rc1 on RHEL3 I've RPM'd up this release - I have it working fine on one RHEL3 box, and various other rhel4 boxes without issue, with the same configuration on all boxes. One (and only one) other RHEL3 box is causing me problems - nagios is quietly refusing to start, citing problems w

[Nagios-users] Problems Starting Nagios

2007-06-13 Thread Danilo Perdomo
Hi All!. Im having problems configuring Nagios 2.7, i have all the .cfg files ready to get started but when i try to initialize the nagios process i get this error message: "*Error: Could not create external command file '/usr/local/nagios/var/rw/nagios.cmd'. as named pipe: (13) -> Permission den

Re: [Nagios-users] Problems starting nagios

2007-12-19 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try with strace to get much logs; strace nagios -v /etc/nagios/nagios.cfg 2>&1 | egrep '(access|open)' > /tmp/strace.log strace nagios -v /etc/nagios/nagios.cfg 2>&1 | egrep '()' > /tmp/strace.log Alan Cooper wrote: > Nagios 3.0rc1 on RHEL3 > > I've

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Arno Lehmann
Hi, On 6/13/2007 8:57 PM, Danilo Perdomo wrote: > Hi All!. Im having problems configuring Nagios 2.7, i have all the > .cfg files ready to get started but when i try to > initialize the nagios process i get this error message: "*Error: Could > not create external command file '/usr/local/nagio

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Danilo Perdomo > Sent: Wednesday, June 13, 2007 1:58 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Problems Starting Nagios > > Hi

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Danilo Perdomo
nilo Perdomo Sent: Wednesday, June 13, 2007 1:58 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Problems Starting Nagios Hi All!. Im having problems configuring Nagios 2.7, i have all the .cfg files ready to get started but when i try to initialize the nagios process i get this erro

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Danilo Perdomo > Sent: Wednesday, June 13, 2007 3:59 PM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Problems Starting Nagios > > I&

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Luis Cerezo
3:59 PM >> To: nagios-users@lists.sourceforge.net >> Subject: Re: [Nagios-users] Problems Starting Nagios >> >> I'm still getting an error, even though i have the permissions: >> >> drwxrwxrwx 4 nagios nagios 4096 2007-06-13 16:17 . >> drwxr-xr-x

Re: [Nagios-users] Problems Starting Nagios

2007-06-13 Thread Morris, Patrick
> I'm still getting an error, even though i have the permissions: > > drwxrwxrwx 4 nagios nagios 4096 2007-06-13 16:17 . > drwxr-xr-x 11 nagios nagios 4096 2007-05-10 11:26 .. > drwxrwxr-x 2 nagios nagios 4096 2007-05-10 11:24 archives > -rw-rw-r-- 1 nagios nagios238 2007-06-12 17:40

Re: [Nagios-users] Problems Starting Nagios

2007-06-15 Thread Andy Shellam
The message "could not get passwd entry for 'nagiosadmin'" suggests the user nagiosadmin does not exist on the system. Check your config files for the directive that's telling Nagios to run as "nagiosadmin" instead of "nagios." Andy. Morris, Patrick wrote: >> I'm still getting an error, even th