Nagios XI would not start after upgrade to 2012R2.2
Nagios XI would not start after upgrade to 2012R2.2
A few days ago I ran an upgrade from 2012R2.1 to 2012R2.2
Most of the running services did not start up after that. The server itself is RHEL rel 6.4 (Santiago).
The upgrade procedure itself ran smoothly with no errors. Previously, I had a similar issue when 2012R2.1 would not launch all of the processes after a fresh install. I was able to correct it by running the permission fix script. After that all was good. In this case I tried fixing permissions to no avail. The process list looks like this:
$ ps aux | grep nagios
nagios 2332 0.0 0.0 13840 1008 ? S 09:41 0:00 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg
nagios 2413 0.0 0.0 31992 1716 ? Ssl 09:41 0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 2436 0.0 0.0 51052 636 ? Ss 09:41 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 2542 0.0 0.0 51052 1392 ? S 09:42 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 2543 0.0 0.0 51188 1588 ? S 09:42 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
The GUI in the browser does not start - page times out. Please advise.
Thanks and best regards.
Most of the running services did not start up after that. The server itself is RHEL rel 6.4 (Santiago).
The upgrade procedure itself ran smoothly with no errors. Previously, I had a similar issue when 2012R2.1 would not launch all of the processes after a fresh install. I was able to correct it by running the permission fix script. After that all was good. In this case I tried fixing permissions to no avail. The process list looks like this:
$ ps aux | grep nagios
nagios 2332 0.0 0.0 13840 1008 ? S 09:41 0:00 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg
nagios 2413 0.0 0.0 31992 1716 ? Ssl 09:41 0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 2436 0.0 0.0 51052 636 ? Ss 09:41 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 2542 0.0 0.0 51052 1392 ? S 09:42 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 2543 0.0 0.0 51188 1588 ? S 09:42 0:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
The GUI in the browser does not start - page times out. Please advise.
Thanks and best regards.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI would not start after upgrade to 2012R2.2
Have you tried starting them by hand? Note: If the services are already started, restart them.
Also what is the output of:
Code: Select all
service nagios start
service ndo2db start
service mysql start
service httpd setart
service postgresql startCode: Select all
sestatusCode: Select all
iptables -LRe: Nagios XI would not start after upgrade to 2012R2.2
I did try manual starts for all these services with no luck. I did reboot the system as well.
Here are the outputs:
$ sestatus
SELinux status: disabled
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere /* 000 accept all icmp */
ACCEPT all -- anywhere anywhere /* 001 accept all to lo interface */
ACCEPT all -- anywhere anywhere /* 002 accept related established rules */ state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere multiport dports ssh /* 003 accept all ssh */ state NEW
ACCEPT tcp -- anywhere anywhere multiport dports http,https /* 100 accept http */ state NEW
DROP all -- anywhere anywhere /* 999 drop all */
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Here are the outputs:
$ sestatus
SELinux status: disabled
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere /* 000 accept all icmp */
ACCEPT all -- anywhere anywhere /* 001 accept all to lo interface */
ACCEPT all -- anywhere anywhere /* 002 accept related established rules */ state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere multiport dports ssh /* 003 accept all ssh */ state NEW
ACCEPT tcp -- anywhere anywhere multiport dports http,https /* 100 accept http */ state NEW
DROP all -- anywhere anywhere /* 999 drop all */
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI would not start after upgrade to 2012R2.2
With no luck do you mean you had output that they failed to start? All of them?? Or are they started but you cannot access the interface?
Re: Nagios XI would not start after upgrade to 2012R2.2
When the Nagios XI is fully functional, I usually see a lot more processes when I 'grep' for nagios. I do not get any indications or errors on service start errors.
One more observation - when I check the nagios logs in the var directory, I do see successfully completed service checks as I would see them normally with current date and time. However, something is not right. Unfortunately, I do not have a saved output from 'ps aux' when the Nagios is running properly. The interface does not work.
One more observation - when I check the nagios logs in the var directory, I do see successfully completed service checks as I would see them normally with current date and time. However, something is not right. Unfortunately, I do not have a saved output from 'ps aux' when the Nagios is running properly. The interface does not work.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI would not start after upgrade to 2012R2.2
Please try to access the interface from your browser, then run the following commands and share the output:
Also, what browser and version of that browser are you using? Can you try to access the interface through firefox if possible?
Code: Select all
tail -50 /var/log/httpd/error_logCode: Select all
tail -50 /var/log/httpd/access_log-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios XI would not start after upgrade to 2012R2.2
What is the output of:
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Nagios XI would not start after upgrade to 2012R2.2
Please find it attached below:
$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Processing object config directory '/usr/local/nagios/etc/static'...
Processing object config file '/usr/local/nagios/etc/static/xitest.cfg'...
Processing object config file '/usr/local/nagios/etc/static/xiobjects.cfg'...
Processing object config file '/usr/local/nagios/etc/static/xitemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/contacttemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/contactgroups.cfg'...
Processing object config file '/usr/local/nagios/etc/contacts.cfg'...
Processing object config file '/usr/local/nagios/etc/timeperiods.cfg'...
Processing object config file '/usr/local/nagios/etc/commands.cfg'...
Processing object config file '/usr/local/nagios/etc/hostgroups.cfg'...
Processing object config file '/usr/local/nagios/etc/servicegroups.cfg'...
Processing object config file '/usr/local/nagios/etc/hosttemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/servicetemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/servicedependencies.cfg'...
Processing object config file '/usr/local/nagios/etc/serviceescalations.cfg'...
Processing object config file '/usr/local/nagios/etc/hostdependencies.cfg'...
Processing object config file '/usr/local/nagios/etc/hostescalations.cfg'...
Processing object config file '/usr/local/nagios/etc/hostextinfo.cfg'...
Processing object config file '/usr/local/nagios/etc/serviceextinfo.cfg'...
Processing object config directory '/usr/local/nagios/etc/hosts'...
Processing object config file '/usr/local/nagios/etc/hosts/unxslet02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/wayf.incommonfederation.org.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucweb01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/kr03a-rr07-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucapp02q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/nslab01-mgmt.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/localhost.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appuctmp01d.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/hrbdwqa.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/p-irc-nms05.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/unxpupt01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/kr03a-rr06-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/p-its-boqa01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/sl11lab02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucapp01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucweb02q.ucop.edu.cfg'...
Processing object config directory '/usr/local/nagios/etc/services'...
Processing object config file '/usr/local/nagios/etc/services/unxslet02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/wayf.incommonfederation.org.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucweb01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/kr03a-rr07-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucapp02q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/nslab01-mgmt.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/localhost.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appuctmp01d.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/p-irc-nms05.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/unxpupt01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/kr03a-rr06-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/IBM_Cognos_Validate.cfg'...
Processing object config file '/usr/local/nagios/etc/services/p-its-boqa01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/sl11lab02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucapp01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucweb02q.ucop.edu.cfg'...
Read object config files okay...
Running pre-flight check on configuration data...
Checking services...
Checked 64 services.
Checking hosts...
Warning: Host 'hrbdwqa.ucop.edu' has no default contacts or contactgroups defined!
Checked 16 hosts.
Checking host groups...
Checked 3 host groups.
Checking service groups...
Checked 1 service groups.
Checking contacts...
Checked 10 contacts.
Checking contact groups...
Checked 2 contact groups.
Checking service escalations...
Checked 0 service escalations.
Checking service dependencies...
Checked 0 service dependencies.
Checking host escalations...
Checked 0 host escalations.
Checking host dependencies...
Checked 0 host dependencies.
Checking commands...
Checked 112 commands.
Checking time periods...
Checked 16 time periods.
Checking for circular paths between hosts...
Checking for circular host and service dependencies...
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 1
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios Core 3.5.0
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-15-2013
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Processing object config directory '/usr/local/nagios/etc/static'...
Processing object config file '/usr/local/nagios/etc/static/xitest.cfg'...
Processing object config file '/usr/local/nagios/etc/static/xiobjects.cfg'...
Processing object config file '/usr/local/nagios/etc/static/xitemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/contacttemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/contactgroups.cfg'...
Processing object config file '/usr/local/nagios/etc/contacts.cfg'...
Processing object config file '/usr/local/nagios/etc/timeperiods.cfg'...
Processing object config file '/usr/local/nagios/etc/commands.cfg'...
Processing object config file '/usr/local/nagios/etc/hostgroups.cfg'...
Processing object config file '/usr/local/nagios/etc/servicegroups.cfg'...
Processing object config file '/usr/local/nagios/etc/hosttemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/servicetemplates.cfg'...
Processing object config file '/usr/local/nagios/etc/servicedependencies.cfg'...
Processing object config file '/usr/local/nagios/etc/serviceescalations.cfg'...
Processing object config file '/usr/local/nagios/etc/hostdependencies.cfg'...
Processing object config file '/usr/local/nagios/etc/hostescalations.cfg'...
Processing object config file '/usr/local/nagios/etc/hostextinfo.cfg'...
Processing object config file '/usr/local/nagios/etc/serviceextinfo.cfg'...
Processing object config directory '/usr/local/nagios/etc/hosts'...
Processing object config file '/usr/local/nagios/etc/hosts/unxslet02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/wayf.incommonfederation.org.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucweb01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/kr03a-rr07-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucapp02q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/nslab01-mgmt.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/localhost.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appuctmp01d.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/hrbdwqa.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/p-irc-nms05.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/unxpupt01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/kr03a-rr06-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/p-its-boqa01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/sl11lab02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucapp01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/hosts/appucweb02q.ucop.edu.cfg'...
Processing object config directory '/usr/local/nagios/etc/services'...
Processing object config file '/usr/local/nagios/etc/services/unxslet02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/wayf.incommonfederation.org.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucweb01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/kr03a-rr07-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucapp02q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/nslab01-mgmt.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/localhost.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appuctmp01d.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/p-irc-nms05.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/unxpupt01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/kr03a-rr06-x01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/IBM_Cognos_Validate.cfg'...
Processing object config file '/usr/local/nagios/etc/services/p-its-boqa01.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/sl11lab02.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucapp01q.ucop.edu.cfg'...
Processing object config file '/usr/local/nagios/etc/services/appucweb02q.ucop.edu.cfg'...
Read object config files okay...
Running pre-flight check on configuration data...
Checking services...
Checked 64 services.
Checking hosts...
Warning: Host 'hrbdwqa.ucop.edu' has no default contacts or contactgroups defined!
Checked 16 hosts.
Checking host groups...
Checked 3 host groups.
Checking service groups...
Checked 1 service groups.
Checking contacts...
Checked 10 contacts.
Checking contact groups...
Checked 2 contact groups.
Checking service escalations...
Checked 0 service escalations.
Checking service dependencies...
Checked 0 service dependencies.
Checking host escalations...
Checked 0 host escalations.
Checking host dependencies...
Checked 0 host dependencies.
Checking commands...
Checked 112 commands.
Checking time periods...
Checked 16 time periods.
Checking for circular paths between hosts...
Checking for circular host and service dependencies...
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 1
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI would not start after upgrade to 2012R2.2
Please share this information.Please try to access the interface from your browser, then run the following commands and share the output:
Code: Select all
tail -50 /var/log/httpd/error_logAlso, what browser and version of that browser are you using? Can you try to access the interface through firefox if possible?Code: Select all
tail -50 /var/log/httpd/access_log
Re: Nagios XI would not start after upgrade to 2012R2.2
$ tail -50 /var/log/httpd/error_log
[Sun Jul 07 03:24:02 2013] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 07 03:24:02 2013] [notice] Digest: done
[Sun Jul 07 03:24:02 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] File does not exist: /var/www/html/favicon.ico
[Mon Jul 08 10:35:55 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 10:37:04 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 10:37:05 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 10:37:05 2013] [notice] Digest: done
[Mon Jul 08 10:37:08 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 12:12:02 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 12:13:03 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 12:13:03 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 12:13:03 2013] [notice] Digest: done
[Mon Jul 08 12:13:05 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 14:54:22 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 14:55:26 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 14:55:27 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 14:55:27 2013] [notice] Digest: done
[Mon Jul 08 14:55:29 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Wed Jul 10 08:59:22 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 08:59:22 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 09:40:34 2013] [notice] caught SIGTERM, shutting down
[Wed Jul 10 09:41:46 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jul 10 09:41:47 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 10 09:41:47 2013] [notice] Digest: done
[Wed Jul 10 09:41:49 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] File does not exist: /var/www/html/favicon.ico
[Wed Jul 10 11:36:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
$ tail -50 /var/log/httpd/access_log
127.0.0.1 - - [10/Jul/2013:08:55:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:08:59:22 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:09:00:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:05:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:10:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:15:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:20:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:25:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:31:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:36:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:10:40:39 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:37 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:40 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:41 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:40 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:36 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:10:41:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:31:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:36:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:11:36:44 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:11:36:44 -0700] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:11:36:45 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:11:41:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
Afterall, looks like there are a few permission issues. I will get to fixing them.
[Sun Jul 07 03:24:02 2013] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 07 03:24:02 2013] [notice] Digest: done
[Sun Jul 07 03:24:02 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Mon Jul 08 10:31:32 2013] [error] [client 128.48.203.208] File does not exist: /var/www/html/favicon.ico
[Mon Jul 08 10:35:55 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 10:37:04 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 10:37:05 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 10:37:05 2013] [notice] Digest: done
[Mon Jul 08 10:37:08 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 12:12:02 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 12:13:03 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 12:13:03 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 12:13:03 2013] [notice] Digest: done
[Mon Jul 08 12:13:05 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Jul 08 14:54:22 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 14:55:26 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jul 08 14:55:27 2013] [notice] Digest: generating secret for digest authentication ...
[Mon Jul 08 14:55:27 2013] [notice] Digest: done
[Mon Jul 08 14:55:29 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Wed Jul 10 08:59:22 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 08:59:22 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 09:40:34 2013] [notice] caught SIGTERM, shutting down
[Wed Jul 10 09:41:46 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jul 10 09:41:47 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Jul 10 09:41:47 2013] [notice] Digest: done
[Wed Jul 10 09:41:49 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 10:40:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:44 2013] [error] [client 128.48.203.208] File does not exist: /var/www/html/favicon.ico
[Wed Jul 10 11:36:45 2013] [error] [client 128.48.203.208] PHP Warning: require_once(/data/nagiosxi/html/includes/utils-auditlog.inc.php): failed to open stream: Permission denied in /data/nagiosxi/html/includes/utils.inc.php on line 15
[Wed Jul 10 11:36:45 2013] [error] [client 128.48.203.208] PHP Fatal error: require_once(): Failed opening required '/data/nagiosxi/html/includes/utils-auditlog.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/nagiosxi/html/includes/utils.inc.php on line 15
$ tail -50 /var/log/httpd/access_log
127.0.0.1 - - [10/Jul/2013:08:55:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:08:59:22 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:09:00:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:05:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:10:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:15:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:20:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:25:37 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:09:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:31:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:36:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:10:40:39 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:37 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:40 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:41 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:40 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:10:40:36 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:10:41:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:10:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:31:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:36:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
128.48.203.208 - - [10/Jul/2013:11:36:44 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:11:36:44 -0700] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
128.48.203.208 - - [10/Jul/2013:11:36:45 -0700] "GET /nagiosxi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0"
127.0.0.1 - - [10/Jul/2013:11:41:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:46:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:51:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:11:56:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:01:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:06:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:11:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:16:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:21:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
127.0.0.1 - - [10/Jul/2013:12:26:00 -0700] "GET / HTTP/1.0" 200 2538 "-" "check_http/v2053 (nagios-plugins 1.4.13)"
Afterall, looks like there are a few permission issues. I will get to fixing them.