Page 2 of 2

Re: Error while applying Configuration

Posted: Fri May 10, 2013 1:10 am
by sarfarosh
Hello Scott,

Below are the output of the Command:

Code: Select all

[root@nagios155 ~]# service postgresql status
postmaster (pid 29807 23748 20412 20411 19848 19789 19779 19778 19319 19318 19317 19316 18659 11457 10504 6166 5939 5938 5937 5935 5933 5147 5140 5128 3943 3901 3900 3855) is running...

Code: Select all

[root@nagios155 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       72G   16G   53G  24% /
/dev/sda1              99M   13M   81M  14% /boot
tmpfs                 2.0G     0  2.0G   0% /dev/shm
[root@nagios155 ~]# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/mapper/VolGroup00-LogVol00
                     19431424  254463 19176961    2% /
/dev/sda1              26104      35   26069    1% /boot
tmpfs                 505450       1  505449    1% /dev/shm

Code: Select all

[root@nagios155 ~]# ls -l /usr/local/nagiosxi/scripts/nagiosql.*
-rw-r--r-- 1 root root    153 May  9 15:35 /usr/local/nagiosxi/scripts/nagiosql.cookies
-rw-r--r-- 1 root root   7400 May  9 15:38 /usr/local/nagiosxi/scripts/nagiosql.export.additional
-rw-r--r-- 1 root root   7096 May  9 15:38 /usr/local/nagiosxi/scripts/nagiosql.export.monitoring
-rw-r--r-- 1 root root 383461 May  9 15:35 /usr/local/nagiosxi/scripts/nagiosql.import.monitoring
-rw-r--r-- 1 root root   5286 May  9 15:35 /usr/local/nagiosxi/scripts/nagiosql.login

Re: Error while applying Configuration

Posted: Fri May 10, 2013 10:40 am
by lmiltchev
Run the following commands and see if this is going to fix your issue:

Code: Select all

cd /usr/local/nagiosxi/scripts
chown nagios.nagios nagiosql.cookies nagiosql.export.additional nagiosql.export.monitoring nagiosql.import.monitoring nagiosql.login

Re: Error while applying Configuration

Posted: Fri May 10, 2013 1:31 pm
by sarfarosh
Thanks Guys,
This solved mine issue, a great thanks to you guys for support.