Nagios Session Still open

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rpatricio
Posts: 22
Joined: Thu Nov 29, 2018 1:31 pm

Nagios Session Still open

Post by rpatricio »

Hi all

My Nagios session continue show open as I am was editing a service, that I already clicked on save or cancel for example. Even If I logout, he still show as I am editing a service. Follow error picture
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Session Still open

Post by benjaminsmith »

HI @rpatricio

It looks like you have multiple instances of nagios running.

Code: Select all

ps -ef | grep bin/nagios
Try to stop all the processes and restart:

Code: Select all

service nagios stop
service ndo2db stop
killall -9 nagios
killall -9 ndo2db
service ndo2db start
service nagios start
Let me know if that takes care of the problem.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
rpatricio
Posts: 22
Joined: Thu Nov 29, 2018 1:31 pm

Re: Nagios Session Still open

Post by rpatricio »

No, even doing this, session show still open.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Session Still open

Post by benjaminsmith »

Hi @rpatricio,

Let's try to stop and restart the entire Nagios stack:

Code: Select all

service nagios stop
service ndo2db stop
service mysqld stop
service crond stop
service httpd stop
killall -9 nagios
killall -9 ndo2db
service mysqld start
service ndo2db start
service nagios start
service httpd start
service crond start
Check the status by running the commands below or go to Admin and review the System Components Status dashelt. Is everything showing green?

Code: Select all

service ndo2db status
service nagios status
If you're still having the same issue, please PM me your system profile:

Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and upload it to a cloud storage of your choice. You can share a link with me in a personal message.
After you upload the profile please post something in this thread to bring it up in the support queue.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
rpatricio
Posts: 22
Joined: Thu Nov 29, 2018 1:31 pm

Re: Nagios Session Still open

Post by rpatricio »

Hi Benjamin,

after doing this, the apply is given, but the problem is that every time someone click on apply button, shows that someone is editing a service. But all the pages are closed.

Follow the profile of the system attached.
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Session Still open

Post by benjaminsmith »

Hi @rpatricio

It looks like the system profile is corrupt and I'm not able to open it. However, before sending a new one, this issue maybe the result of the "Enable page locking for multiple users editing same page" settings in the CCM. Please try to disable this and re-try.

Go to Configure > CCM Admin > Settings, and uncheck User-Based Editing Page Locking:
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
rpatricio
Posts: 22
Joined: Thu Nov 29, 2018 1:31 pm

Re: Nagios Session Still open

Post by rpatricio »

It worked, thank you.

Admin please close the post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Session Still open

Post by scottwilkerson »

rpatricio wrote:It worked, thank you.

Admin please close the post.
Great! Locking thread
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked