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
Nagios Session Still open
Nagios Session Still open
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
HI @rpatricio
It looks like you have multiple instances of nagios running.
Try to stop all the processes and restart:
Let me know if that takes care of the problem.
It looks like you have multiple instances of nagios running.
Code: Select all
ps -ef | grep bin/nagios
Code: Select all
service nagios stop
service ndo2db stop
killall -9 nagios
killall -9 ndo2db
service ndo2db start
service nagios start
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Session Still open
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
Hi @rpatricio,
Let's try to stop and restart the entire Nagios stack:
Check the status by running the commands below or go to Admin and review the System Components Status dashelt. Is everything showing green?
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.
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
Code: Select all
service ndo2db status
service nagios status
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Session Still open
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.
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
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:
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Session Still open
It worked, thank you.
Admin please close the post.
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
Great! Locking threadrpatricio wrote:It worked, thank you.
Admin please close the post.