Your request was not processed in a timely manner...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Your request was not processed in a timely manner...

Post by GldRush98 »

Since updating to 2012R2.0 I have been getting this error any time I click schedule immediate check, or delete a comment, or anything that pops up the "Submitting command..." window.
I'm not sure what is causing this as our backup XI box does not do this... but our production does. Production forces SSL so I wonder if that has something to do with it?
Pre-2.0 release everything worked perfectly when clicking schedule immediate check or other commands.
It seems that the command is still ran (a check is forced, or a comment is deleted, etc...), but it always kicks this error (and no, the server is not busy):
Image2.png
You do not have the required permissions to view the files attached to this post.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Your request was not processed in a timely manner...

Post by lmiltchev »

Go to: Admin->System Information->Monitoring Engine Status, and send us a screenshot of this page.

Also, run the following commands, and post the output:

Code: Select all

df -h
grep check_external /usr/local/nagios/etc/nagios.cfg
ll /usr/local/nagios/var/rw/nagios.cmd
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Re: Your request was not processed in a timely manner...

Post by GldRush98 »

Ah, this is no good. More issues on the monitoring engine status page:
Image3.png
"error: No output from backend!"

Result of the commands:

Code: Select all

[root@nagios ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       74G  3.6G   67G   6% /
/dev/xvda1             99M   22M   72M  24% /boot
tmpfs                 1.0G     0  1.0G   0% /dev/shm
tmpfs                  50M  1.9M   49M   4% /var/nagiosramdisk

Code: Select all

[root@nagios ~]# grep check_external /usr/local/nagios/etc/nagios.cfg
check_external_commands=1

Code: Select all

[root@nagios ~]# ll /usr/local/nagios/var/rw/nagios.cmd
prw-rw---- 1 nagios nagcmd 0 May 28 10:37 /usr/local/nagios/var/rw/nagios.cmd
You do not have the required permissions to view the files attached to this post.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Your request was not processed in a timely manner...

Post by slansing »

Can you run the following from the command line and return the output here?:

Code: Select all

service crond status

Code: Select all

ps -aux | grep cron
And please send us your profile.zip, it is downloadable from:

Admin > System Profile > Download

Please verify that you do not have any sensitive information within the zipped file and attach it here, we recommend that you remove the config snapshot as it will house your configuration information.
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Re: Your request was not processed in a timely manner...

Post by GldRush98 »

Code: Select all

[root@nagios ~]# service crond status
crond (pid  2000) is running...
[root@nagios ~]# ps aux | grep crond
root      2000  0.0  0.0  74828  1168 ?        Ss   Jan25   5:35 crond
nagios    7982  0.0  0.0 102032  1572 ?        S    13:58   0:00 crond
nagios    7983  0.0  0.0 102032  1572 ?        S    13:58   0:00 crond
nagios    7984  0.0  0.0 102032  1572 ?        S    13:58   0:00 crond
nagios    7985  0.0  0.0 102032  1572 ?        S    13:58   0:00 crond
nagios    7986  0.0  0.0 102032  1572 ?        S    13:58   0:00 crond
root      8193  0.0  0.0  61188   768 pts/0    S+   13:58   0:00 grep crond
[root@nagios ~]#
I've attached the profile minus the snapshot.
Can I ask that once you have downloaded it that you delete the attachment?
Thank you for your help so far.
Last edited by slansing on Tue May 28, 2013 2:15 pm, edited 1 time in total.
Reason: Attachment removed, thank you.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Your request was not processed in a timely manner...

Post by abrist »

Lets try stopping/killing/restarting nagios, ndo2db, and mysqld:

Code: Select all

service nagios stop
service ndo2db stop
service mysqld stop

killall nagios
killall ndo2db
killall mysqld

service mysqld start
service ndo2db start
service nagios start
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Re: Your request was not processed in a timely manner...

Post by GldRush98 »

Didn't help. Something else that's related, I've only got 3 green checks in the top right corner instead of 6 green checks. I'm guessing that's because something isn't quite right with the backend monitoring.
Would it be worth it to try a reboot, or not?
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Your request was not processed in a timely manner...

Post by abrist »

If a reboot is an option, do it.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Re: Your request was not processed in a timely manner...

Post by GldRush98 »

Rebooted, no change.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Your request was not processed in a timely manner...

Post by lmiltchev »

Run the following command and show the output:

Code: Select all

tail -n 50 /var/log/cron
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked