Error code: 9.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
habuhejleh
Posts: 32
Joined: Thu Feb 08, 2018 3:24 am

Re: Error code: 9.

Post by habuhejleh »

Dear ,

I want to block all IP's toward our Nagios XI server except Nagios Organization. Please provide me with list of IP's of Nagios company so I allow them only.
habuhejleh
Posts: 32
Joined: Thu Feb 08, 2018 3:24 am

Re: Error code: 9.

Post by habuhejleh »

Also I uninstalled then installed the Nagios XI and now version 5.5.1 is running but it is slow in GUI considerably.
I tried freeing up the root partition but no luck problem still the same.
Please also find in the attached the error I encounter in the GUI
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error code: 9.

Post by scottwilkerson »

habuhejleh wrote:Dear ,

I want to block all IP's toward our Nagios XI server except Nagios Organization. Please provide me with list of IP's of Nagios company so I allow them only.
Your server will only connect to api.nagios.com and assets.nagios.com from the nagios server.
habuhejleh wrote:Also I uninstalled then installed the Nagios XI and now version 5.5.1 is running but it is slow in GUI considerably.
I tried freeing up the root partition but no luck problem still the same.
Please also find in the attached the error I encounter in the GUI
Please send in a profile.zip from Admin -> System Profile for a tech to take a look at this screen certainly doesn't look healthy.

If you ran out of disk space you may have several errors to clean up even after to get back to normal
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
habuhejleh
Posts: 32
Joined: Thu Feb 08, 2018 3:24 am

Re: Error code: 9.

Post by habuhejleh »

Here is the profile.zip file

Please specify how to clean up the disk from errors and advise your feedback about the profile.zip.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error code: 9.

Post by scottwilkerson »

your system is executing ./mnprocd 224 times which is eating all of your CPU

What is this?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
habuhejleh
Posts: 32
Joined: Thu Feb 08, 2018 3:24 am

Re: Error code: 9.

Post by habuhejleh »

I have no any idea about it.
What do you advise to do?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error code: 9.

Post by scottwilkerson »

I would search the filesystem and find it

Code: Select all

locate mnprocd
Also, it appears your nagios user is executing it, you can try funding it here

Code: Select all

grep mnprocd -R /usr/local/nagios/etc/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
habuhejleh
Posts: 32
Joined: Thu Feb 08, 2018 3:24 am

Re: Error code: 9.

Post by habuhejleh »

The commands returns empty results:
[root@um-isp-nagios-redline ~]# locate mnprocd
[root@um-isp-nagios-redline ~]# grep mnprocd -R /usr/local/nagios/etc/
[root@um-isp-nagios-redline ~]# su nagios
[nagios@um-isp-nagios-redline root]$ locate mnprocd
[nagios@um-isp-nagios-redline root]$ grep mnprocd -R /usr/local/nagios/etc/
[nagios@um-isp-nagios-redline root]$

Please advise.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error code: 9.

Post by scottwilkerson »

run

Code: Select all

killall -9 mnprocd
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error code: 9.

Post by scottwilkerson »

Actually I also see this which makes me think there is something you probably do not want running on this server

Code: Select all

toranon  11716     1  0 Jul22 ?        00:02:33 /usr/bin/tor --defaults-torrc /usr/share/tor/defaults-torrc -f /etc/tor/torrc
root     11732     1 53 Jul22 ?        15:40:07 ./mnprocd
nagios   11746     1  0 Jul22 ?        00:00:01 socat TCP4-LISTEN:19149,bind=127.0.0.1,fork SOCKS4A:localhost:4kl6x77wi6bgl2vd.onion:27359,socksport=9050
nagios   11910     1  0 Jul22 ?        00:00:01 socat TCP4-LISTEN:19149,bind=127.0.0.1,fork SOCKS4A:localhost:4kl6x77wi6bgl2vd.onion:27359,socksport=9050
nagios   11911     1  0 Jul22 ?        00:00:01 socat TCP4-LISTEN:19149,bind=127.0.0.1,fork SOCKS4A:localhost:4kl6x77wi6bgl2vd.onion:27359,socksport=9050
I would highly recommend rebooting the server and investigating the tor processes
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked