Error while applying Configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: Error while applying Configuration

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Error while applying Configuration

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: Error while applying Configuration

Post by sarfarosh »

Thanks Guys,
This solved mine issue, a great thanks to you guys for support.
Locked