Search found 9 matches

by gadikota
Fri Apr 26, 2013 10:18 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

bash-3.2# ls -l /usr/local/nagios/var/status.dat ls: /usr/local/nagios/var/status.dat: No such file or directory bash-3.2# the user "nagios" doesnt exist on the system. But still when we run useradd, it complains that the user exists. Please see below. bash-3.2# bash-3.2# cat /etc/passwd ...
by gadikota
Fri Apr 26, 2013 12:33 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Results :

Code: Select all

bash-3.2# su dpnagios
bash-3.2$ cd /usr/local/nagios/libexec
bash-3.2$ ./check_ping  -H localhost -w 25,20% -c 50,40%
PING OK - Packet loss = 0%, RTA = 0.03 ms|rta=0.034000ms;25.000000;50.000000;0.000000 pl=0%;20;40;0
bash-3.2$
by gadikota
Thu Apr 25, 2013 5:21 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Here you go

Code: Select all

bash-3.2# cat /etc/group | grep nag
dpnagios:x:36135:dpnagios,apache
dpnagcmd:x:36136:dpnagios,apache
bash-3.2#
by gadikota
Wed Apr 24, 2013 5:43 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Code: Select all

bash-3.2# ls -la /usr/local/nagios/var/nagios.lock
-rw-r--r-- 1 dpnagios dpnagios 0 Apr 23 20:08 /usr/local/nagios/var/nagios.lock
bash-3.2#
dpnagios for sure has permissions set to be able to write to it.
by gadikota
Tue Apr 23, 2013 7:14 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Please see the requested data. bash-3.2# ls -ld /usr/local/nagios/var drwxrwxr-x 5 dpnagios dpnagios 4096 Apr 18 01:41 /usr/local/nagios/var bash-3.2# ls -ld /usr/local/nagios drwxrwxr-x 9 dpnagios dpnagios 4096 Apr 18 01:27 /usr/local/nagios bash-3.2# ls -ld /usr/local drwxr-xr-x 15 root root 4096 ...
by gadikota
Mon Apr 22, 2013 5:11 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

I have restarted the process again and seems like /var/log/messages points that objects.cache permissions are wrong. Please see the log attached. bash-3.2# /etc/init.d/nagios start Starting nagios: done. bash-3.2# ps -ef | grep nagios root 29370 29326 0 18:04 pts/1 00:00:00 grep nagios bash-3.2# tai...
by gadikota
Mon Apr 22, 2013 2:25 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Its still not working. I get the same error message when i go to the site. see below where the service still doesn't show that its running after changing the home directory and trying to start the service. I was wondering if anyone has tried to install nagiso before with different username and group...
by gadikota
Fri Apr 19, 2013 3:30 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Re: Pre/Post Install problems with nagios Core on RHEL 5.8

Scott, Thank you for your reply. Home directory in my environment is all NAS .. so i created a local home dir and tried to start nagios again and below are the results. bash-3.2# cat /etc/passwd | grep nag dpnagios:x:36135:36135::/dpstore/localhome/dpnagios:/bin/bash bash-3.2# ls -l /dpstore/localho...
by gadikota
Thu Apr 18, 2013 3:19 pm
Forum: Open Source Nagios Projects
Topic: Pre/Post Install problems with nagios Core on RHEL 5.8
Replies: 17
Views: 8238

Pre/Post Install problems with nagios Core on RHEL 5.8

Team, I have installed nagios before in 4 different occasions and every one of it was successful with no issues. But the current install is bothering me a lot. I am using RHEL 5.8 for use with Nagios Core 3.5 and Plugins at 1.4.16 which are current stable versions. bash-3.2# uname -a Linux nagiosl85...