Install on clean RHEL 7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Install on clean RHEL 7

Post by BanditBBS »

Trying to install on a clean RHEL 7 server and got this:

Code: Select all

2016-06-20 17:09:51 (34.9 KB/s) - ‘nagiosql.import.monitoring’ saved [14685]

root is not in the sudoers file.  This incident will be reported.
RESETTING CONFIG PERMS FAILED!\n
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.

The script that failed was: './E-importnagiosql'
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Install on clean RHEL 7

Post by Box293 »

I just tested 5.2.9 on a fresh build of RHEL 7.2 and it completed fine.

Can you please post your full instal log.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Install on clean RHEL 7

Post by BanditBBS »

Attached :)
install.log
You do not have the required permissions to view the files attached to this post.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Install on clean RHEL 7

Post by Box293 »

Can you please upload the file:
/etc/sudoers
Also, any files in /etc/sudoers.d/
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Install on clean RHEL 7

Post by BanditBBS »

Nothing in the folder and here is sudoers:

Code: Select all

[root@iss-365-nag11 nagiosxi]# cat /etc/sudoers
#ATTENTION: This server is managed by IPA, do not add any new rules here.
#Immutable attribute has been turned on to protect this file against changes

###############################NAGIOS###################################
Defaults:nagios !requiretty
nagios   ALL=(root) NOPASSWD: /usr/sbin/sanlun lun show
nagios   ALL=(root) NOPASSWD: /sbin/multipath -l
nagios  ALL=(ALL)   NOPASSWD:/usr/bin/systemctl stop nrpe
nagios  ALL=(ALL)   NOPASSWD:/usr/bin/systemctl start nrpe
nagios  ALL=(ALL)   NOPASSWD:/usr/local/nagios/libexec/check_logfiles *
nagios  ALL=(ALL)   NOPASSWD:/usr/local/nagios/libexec/check_log3.pl *
########################################################################
jclark  ALL=(ALL)   NOPASSWD: /bin/su -
User_Alias      NAGIOSXI=nagios
User_Alias              NAGIOSXIWEB=apache
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios status
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios checkconfig
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db status
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd status
NAGIOSXI ALL = NOPASSWD:/usr/bin/php /usr/local/nagiosxi/html/includes/components/autodiscovery/scripts/autodiscover_new.php *
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/html/includes/components/profile/getprofile.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/upgrade_to_latest.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/change_timezone.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/manage_services.sh *
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/reset_config_perms.sh
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/messages
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/httpd/error_log
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/mysqld.log
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/php /usr/local/nagiosxi/html/includes/components/autodiscovery/scripts/autodiscover_new.php *
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/html/includes/components/profile/getprofile.sh
NAGIOSXIWEB ALL = NOPASSWD:/etc/init.d/snmptt restart
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/scripts/repair_databases.sh
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/scripts/manage_services.sh *
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Install on clean RHEL 7

Post by Box293 »

That all looks OK.

Was there anything logged in /var/log/httpd/error_log ?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Install on clean RHEL 7

Post by BanditBBS »

I just tried going to the server/nagiosxi in a browser andit actually comes up to the install.php page to complete the stuff. This is in error_log though and I don't want to continue the install until the commandline install finishes properly.

Code: Select all

[root@iss-365-nag11 nagiosxi]# cat /var/log/httpd/error_log
[Mon Jun 20 16:51:41.150036 2016] [suexec:notice] [pid 3594] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 16:51:41.202265 2016] [auth_digest:notice] [pid 3594] AH01757: generating secret for digest authentication ...
[Mon Jun 20 16:51:41.203304 2016] [lbmethod_heartbeat:notice] [pid 3594] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 16:51:41.281283 2016] [mpm_prefork:notice] [pid 3594] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 16:51:41.281324 2016] [core:notice] [pid 3594] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 16:52:52.883455 2016] [mpm_prefork:notice] [pid 3594] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Jun 20 16:52:53.997714 2016] [suexec:notice] [pid 7522] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 16:52:54.054696 2016] [auth_digest:notice] [pid 7522] AH01757: generating secret for digest authentication ...
[Mon Jun 20 16:52:54.055746 2016] [lbmethod_heartbeat:notice] [pid 7522] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 16:52:54.136334 2016] [mpm_prefork:notice] [pid 7522] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 16:52:54.136380 2016] [core:notice] [pid 7522] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 16:55:12.901784 2016] [mpm_prefork:notice] [pid 7522] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Jun 20 16:55:14.010723 2016] [suexec:notice] [pid 4978] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 16:55:14.061058 2016] [auth_digest:notice] [pid 4978] AH01757: generating secret for digest authentication ...
[Mon Jun 20 16:55:14.062112 2016] [lbmethod_heartbeat:notice] [pid 4978] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 16:55:14.140414 2016] [mpm_prefork:notice] [pid 4978] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 16:55:14.140463 2016] [core:notice] [pid 4978] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 17:00:40.042908 2016] [mpm_prefork:notice] [pid 4978] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Jun 20 17:00:41.149204 2016] [suexec:notice] [pid 6429] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 17:00:41.202203 2016] [auth_digest:notice] [pid 6429] AH01757: generating secret for digest authentication ...
[Mon Jun 20 17:00:41.203351 2016] [lbmethod_heartbeat:notice] [pid 6429] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 17:00:41.286426 2016] [mpm_prefork:notice] [pid 6429] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 17:00:41.286471 2016] [core:notice] [pid 6429] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 17:01:56.908132 2016] [mpm_prefork:notice] [pid 6429] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Jun 20 17:01:58.069366 2016] [suexec:notice] [pid 7373] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 17:01:58.127469 2016] [auth_digest:notice] [pid 7373] AH01757: generating secret for digest authentication ...
[Mon Jun 20 17:01:58.128508 2016] [lbmethod_heartbeat:notice] [pid 7373] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 17:01:58.208237 2016] [mpm_prefork:notice] [pid 7373] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 17:01:58.208273 2016] [core:notice] [pid 7373] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 17:06:28.650381 2016] [mpm_prefork:notice] [pid 7373] AH00171: Graceful restart requested, doing restart
[Mon Jun 20 17:06:28.740748 2016] [auth_digest:notice] [pid 7373] AH01757: generating secret for digest authentication ...
[Mon Jun 20 17:06:28.741818 2016] [lbmethod_heartbeat:notice] [pid 7373] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 17:06:28.810838 2016] [mpm_prefork:notice] [pid 7373] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 17:06:28.810866 2016] [core:notice] [pid 7373] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 17:09:12.389999 2016] [mpm_prefork:notice] [pid 7373] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Jun 20 17:09:13.605432 2016] [suexec:notice] [pid 10418] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jun 20 17:09:13.658363 2016] [auth_digest:notice] [pid 10418] AH01757: generating secret for digest authentication ...
[Mon Jun 20 17:09:13.659401 2016] [lbmethod_heartbeat:notice] [pid 10418] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 20 17:09:13.739373 2016] [mpm_prefork:notice] [pid 10418] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 20 17:09:13.739422 2016] [core:notice] [pid 10418] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 20 17:09:16.127899 2016] [:error] [pid 10424] [client ::1:41700] PHP Warning:  filemtime(): stat failed for /usr/local/nagiosxi/etc/components/ccm_config.inc.php in /usr/local/nagiosxi/html/includes/components/ccm/ccm.inc.php on line 117
[Mon Jun 20 17:09:17.743458 2016] [:error] [pid 10423] [client ::1:41702] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:17.747019 2016] [:error] [pid 10423] [client ::1:41702] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:17.747077 2016] [:error] [pid 10423] [client ::1:41702] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:18.391925 2016] [:error] [pid 10421] [client ::1:41703] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:18.391980 2016] [:error] [pid 10421] [client ::1:41703] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:19.007027 2016] [:error] [pid 10422] [client ::1:41704] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:19.009157 2016] [:error] [pid 10422] [client ::1:41704] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:19.009196 2016] [:error] [pid 10422] [client ::1:41704] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:19.612294 2016] [:error] [pid 10424] [client ::1:41705] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:19.614755 2016] [:error] [pid 10424] [client ::1:41705] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:20.200079 2016] [:error] [pid 10420] [client ::1:41706] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:20.202290 2016] [:error] [pid 10420] [client ::1:41706] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:20.202332 2016] [:error] [pid 10420] [client ::1:41706] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:21.423334 2016] [:error] [pid 10423] [client ::1:41708] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:21.425544 2016] [:error] [pid 10423] [client ::1:41708] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:21.425622 2016] [:error] [pid 10423] [client ::1:41708] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:21.427839 2016] [:error] [pid 10423] [client ::1:41708] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:21.427878 2016] [:error] [pid 10423] [client ::1:41708] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:22.018262 2016] [:error] [pid 10421] [client ::1:41709] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:22.018318 2016] [:error] [pid 10421] [client ::1:41709] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:22.021305 2016] [:error] [pid 10421] [client ::1:41709] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:22.021345 2016] [:error] [pid 10421] [client ::1:41709] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:22.621753 2016] [:error] [pid 10422] [client ::1:41710] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:22.624210 2016] [:error] [pid 10422] [client ::1:41710] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:22.626355 2016] [:error] [pid 10422] [client ::1:41710] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:23.228573 2016] [:error] [pid 10424] [client ::1:41711] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:23.230779 2016] [:error] [pid 10424] [client ::1:41711] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:24.421138 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:24.423307 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:24.423349 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:24.425394 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:24.425435 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:24.427473 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:24.427527 2016] [:error] [pid 10486] [client ::1:41713] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:25.663023 2016] [:error] [pid 10421] [client ::1:41715] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:25.665197 2016] [:error] [pid 10421] [client ::1:41715] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:25.665237 2016] [:error] [pid 10421] [client ::1:41715] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:25.667259 2016] [:error] [pid 10421] [client ::1:41715] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:25.667307 2016] [:error] [pid 10421] [client ::1:41715] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:26.257033 2016] [:error] [pid 10422] [client ::1:41716] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:26.259335 2016] [:error] [pid 10422] [client ::1:41716] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:26.259384 2016] [:error] [pid 10422] [client ::1:41716] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:26.848453 2016] [:error] [pid 10424] [client ::1:41717] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:26.850727 2016] [:error] [pid 10424] [client ::1:41717] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:26.850769 2016] [:error] [pid 10424] [client ::1:41717] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:27.442637 2016] [:error] [pid 10420] [client ::1:41718] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:27.442693 2016] [:error] [pid 10420] [client ::1:41718] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:27.445045 2016] [:error] [pid 10420] [client ::1:41718] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:27.445083 2016] [:error] [pid 10420] [client ::1:41718] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:28.035850 2016] [:error] [pid 10486] [client ::1:41719] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:28.038081 2016] [:error] [pid 10486] [client ::1:41719] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:28.038121 2016] [:error] [pid 10486] [client ::1:41719] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:28.626208 2016] [:error] [pid 10423] [client ::1:41720] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:28.628419 2016] [:error] [pid 10423] [client ::1:41720] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:28.628476 2016] [:error] [pid 10423] [client ::1:41720] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:29.220575 2016] [:error] [pid 10421] [client ::1:41721] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:29.223023 2016] [:error] [pid 10421] [client ::1:41721] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:29.223064 2016] [:error] [pid 10421] [client ::1:41721] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:29.822249 2016] [:error] [pid 10422] [client ::1:41722] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:29.824625 2016] [:error] [pid 10422] [client ::1:41722] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:29.824667 2016] [:error] [pid 10422] [client ::1:41722] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:30.435918 2016] [:error] [pid 10424] [client ::1:41723] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:30.438102 2016] [:error] [pid 10424] [client ::1:41723] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:30.438142 2016] [:error] [pid 10424] [client ::1:41723] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:31.030639 2016] [:error] [pid 10420] [client ::1:41724] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:31.032823 2016] [:error] [pid 10420] [client ::1:41724] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:31.614205 2016] [:error] [pid 10486] [client ::1:41725] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:31.614262 2016] [:error] [pid 10486] [client ::1:41725] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:32.198663 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:32.201157 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:32.201197 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:32.203579 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:32.203648 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:32.205547 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:32.205617 2016] [:error] [pid 10423] [client ::1:41726] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:32.801194 2016] [:error] [pid 10421] [client ::1:41727] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:32.803303 2016] [:error] [pid 10421] [client ::1:41727] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:32.803343 2016] [:error] [pid 10421] [client ::1:41727] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:33.398994 2016] [:error] [pid 10422] [client ::1:41728] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:33.401298 2016] [:error] [pid 10422] [client ::1:41728] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:33.401337 2016] [:error] [pid 10422] [client ::1:41728] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:33.998260 2016] [:error] [pid 10424] [client ::1:41729] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:34.000671 2016] [:error] [pid 10424] [client ::1:41729] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:34.000715 2016] [:error] [pid 10424] [client ::1:41729] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:34.589234 2016] [:error] [pid 10420] [client ::1:41730] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:34.591498 2016] [:error] [pid 10420] [client ::1:41730] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:34.591539 2016] [:error] [pid 10420] [client ::1:41730] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:35.195633 2016] [:error] [pid 10486] [client ::1:41731] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:35.197931 2016] [:error] [pid 10486] [client ::1:41731] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:35.197972 2016] [:error] [pid 10486] [client ::1:41731] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:35.787515 2016] [:error] [pid 10423] [client ::1:41732] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:35.789863 2016] [:error] [pid 10423] [client ::1:41732] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:36.383959 2016] [:error] [pid 10421] [client ::1:41733] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:36.386959 2016] [:error] [pid 10421] [client ::1:41733] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:36.975559 2016] [:error] [pid 10422] [client ::1:41734] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:36.977838 2016] [:error] [pid 10422] [client ::1:41734] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:36.977877 2016] [:error] [pid 10422] [client ::1:41734] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:37.570695 2016] [:error] [pid 10424] [client ::1:41735] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:37.572995 2016] [:error] [pid 10424] [client ::1:41735] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:37.573037 2016] [:error] [pid 10424] [client ::1:41735] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:38.166114 2016] [:error] [pid 10420] [client ::1:41736] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:38.168254 2016] [:error] [pid 10420] [client ::1:41736] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:38.168294 2016] [:error] [pid 10420] [client ::1:41736] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:38.756067 2016] [:error] [pid 10486] [client ::1:41737] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:38.758340 2016] [:error] [pid 10486] [client ::1:41737] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:39.337406 2016] [:error] [pid 10423] [client ::1:41738] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:39.339740 2016] [:error] [pid 10423] [client ::1:41738] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:41.712998 2016] [:error] [pid 10420] [client ::1:41742] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:41.715345 2016] [:error] [pid 10420] [client ::1:41742] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:41.715383 2016] [:error] [pid 10420] [client ::1:41742] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:41.717616 2016] [:error] [pid 10420] [client ::1:41742] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:41.717672 2016] [:error] [pid 10420] [client ::1:41742] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:42.317568 2016] [:error] [pid 10486] [client ::1:41743] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:42.320078 2016] [:error] [pid 10486] [client ::1:41743] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:42.915969 2016] [:error] [pid 10423] [client ::1:41744] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:42.918181 2016] [:error] [pid 10423] [client ::1:41744] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:42.918223 2016] [:error] [pid 10423] [client ::1:41744] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:43.511107 2016] [:error] [pid 10421] [client ::1:41745] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:43.513302 2016] [:error] [pid 10421] [client ::1:41745] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:43.513343 2016] [:error] [pid 10421] [client ::1:41745] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:43.515413 2016] [:error] [pid 10421] [client ::1:41745] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:43.515453 2016] [:error] [pid 10421] [client ::1:41745] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:44.109640 2016] [:error] [pid 10422] [client ::1:41746] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:44.704067 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:44.706246 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:44.706289 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:44.708414 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:44.708455 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:44.710549 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:44.710623 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:44.712566 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:44.712635 2016] [:error] [pid 10424] [client ::1:41747] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:45.316282 2016] [:error] [pid 10420] [client ::1:41748] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:45.318484 2016] [:error] [pid 10420] [client ::1:41748] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:45.318525 2016] [:error] [pid 10420] [client ::1:41748] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:47.754047 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:47.755714 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:47.761135 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:47.767363 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:47.771793 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:47.776677 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:47.776718 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:47.780119 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:47.780158 2016] [:error] [pid 10422] [client ::1:41752] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.379054 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.382009 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.384354 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.386453 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.388409 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.390748 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.392801 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.394864 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.396948 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1530
[Mon Jun 20 17:09:51.399391 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.399433 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.402324 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.402365 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.404796 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.404837 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.407146 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.407203 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.409281 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.409324 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.411345 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.411387 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.414006 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.414046 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.416225 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.416277 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.418363 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.418404 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.420414 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.420474 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.422554 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.422626 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.424689 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.424730 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.426919 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.426959 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.429047 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.429086 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.431232 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.431270 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.433320 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.433360 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.435420 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.435460 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.437567 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.437650 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.439972 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.440010 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.442100 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.442139 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.444232 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.444276 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.446796 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.446851 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.448990 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.449028 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.451063 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.451102 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.453150 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.453189 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.455240 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.455279 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.457316 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.457357 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.459386 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.459426 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
[Mon Jun 20 17:09:51.461648 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: service_description in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1534
[Mon Jun 20 17:09:51.461690 2016] [:error] [pid 10422] [client ::1:41758] PHP Notice:  Undefined index: host_name in /usr/local/nagiosxi/html/includes/components/ccm/classes/import_class.php on line 1536
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Install on clean RHEL 7

Post by Box293 »

BanditBBS wrote: I just tried going to the server/nagiosxi in a browser andit actually comes up to the install.php page to complete the stuff. This is in error_log though and I don't want to continue the install until the commandline install finishes properly.
Agreed.

Do you use a proxy server? If yes have you followed these steps, specifically needing a no_proxy entry in /etc/wgetrc ? :

https://support.nagios.com/kb/article.php?id=147
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Install on clean RHEL 7

Post by BanditBBS »

Box293 wrote:
BanditBBS wrote: I just tried going to the server/nagiosxi in a browser andit actually comes up to the install.php page to complete the stuff. This is in error_log though and I don't want to continue the install until the commandline install finishes properly.
Agreed.

Do you use a proxy server? If yes have you followed these steps, specifically needing a no_proxy entry in /etc/wgetrc ? :

https://support.nagios.com/kb/article.php?id=147
Nope, sure don't use a proxy.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Install on clean RHEL 7

Post by Box293 »

What is the output when you execute this:

Code: Select all

cd /tmp/nagiosxi/nagiosxi/basedir/scripts
./reconfigure_nagios.sh
And the output of these commands:

Code: Select all

grep nag /etc/passwd
grep nag /etc/group
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked