Search found 11 matches

by bfortman
Thu May 07, 2015 8:23 am
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

It looks like this may be a platform issue after all. Over a period of time (with no changes to the configuration), the problem resurfaced. While the functions were working, I noticed the apache error_log had some more detailed error messages. I attached those for your review. We have plenty of x86 ...
by bfortman
Wed May 06, 2015 4:45 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

- You did not want those hosts in the hostgroup I did want them in the hostgroup, but forgot to add them. - You did not want those hosts to have those 2 services I did want them to have the 2 services. But the service definitions are based on host_group, and therefore since they were not in the hos...
by bfortman
Wed May 06, 2015 4:04 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

Based on what I just discoverd, the up hill battle may be on the Nagios Developers: The fix to this issue appeared to be a simple "mis-step" in my *.host.cfg file. I have two hosts defined as such: define host{ use aix-nonprod-server ; Name of host template to use host_name tssbox1 alias t...
by bfortman
Tue May 05, 2015 8:24 am
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

Ok thanks for the assistance. All of the packages used for the build were downloaded from Red Hat repositories (except nagio source of course). The scheduled downtime links at one point were actually working. They only failed intermitantly. Suddenly they don't work at all. I think the next course of...
by bfortman
Mon May 04, 2015 5:03 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

The account and settings do look like they work. Lets check a few more things. Run these commands. grep nagiosadmin /usr/local/nagios/etc/cgi.cfg cat /etc/httpd/conf.d/nagios.conf # grep nagiosadmin /usr/local/nagios/etc/cgi.cfg authorized_for_system_information=nagiosadmin authorized_for_configura...
by bfortman
Mon May 04, 2015 4:59 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

I assume based upon the error that this happens when you are trying to get to the schedule downtime page? What are the results of http://myserver/nagios/cgi-bin/extinfo.cgi How about http://myserver/nagios/cgi-bin/cmd.cgi I expect both of those to work fine based upon what you've shared so far. Wou...
by bfortman
Mon May 04, 2015 4:56 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

I'm not seeing anything in your make log either. Please post the output of these commands: ls -l /usr/local/nagios/var ls -l /usr/local/nagios # ls -l /usr/local/nagios/var total 1356 drwxrwxr-x. 2 nagios nagios 4096 May 3 23:59 archives -rw-r--r--. 1 nagios nagios 34 May 4 15:50 nagios.configtest ...
by bfortman
Mon May 04, 2015 3:14 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

The Apache access_log throws this single line: nagiosadmin [04/May/2015:14:57:58 -0500] "GET /nagios/cgi-bin/cmd.cgi?cmd_typ=159&host=myhost HTTP/1.1" 500 608 "http://myserver/nagios/cgi-bin/extinfo.cgi?type=1&host=myhost" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0...
by bfortman
Mon May 04, 2015 1:53 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

# grep nag /etc/passwd
nagios:x:505:506::/home/nagios:/bin/bash
nagiosadmin:x:506:508::/home/nagiosadmin:/bin/bash

# grep nag /etc/group
nagios:x:506:apache,nagiosadmin
nagcmd:x:507:nagios,nagiosadmin,apache
nagiosadmin:x:508:
by bfortman
Mon May 04, 2015 1:18 pm
Forum: Open Source Nagios Projects
Topic: Internal Server Error When Attempting to Schedule Downtime
Replies: 22
Views: 8219

Re: Internal Server Error When Attempting to Schedule Downti

# ll /usr/local/nagios/var/rw/ total 0 prw-rw---- 1 nagios nagcmd 0 May 4 13:15 nagios.cmd srw-rw---- 1 nagios nagcmd 0 May 4 13:15 nagios.qh # ll /usr/local/nagios/sbin total 4920 -rwxrwxr-x. 1 nagios nagios 367240 Apr 13 13:56 archivejson.cgi -rwxrwxr-x. 1 nagios nagios 352816 Apr 13 13:56 avail.c...