Page 2 of 3

Re: Host details is not working for particular host

Posted: Wed May 27, 2015 10:22 pm
by phyo
tgriep wrote:Try going in to Core Config Manager and editing the host you cannot see in XI. Change the description, save it and apply the configuration to see if that updates the view.
Still the same. I can't see the host details for that host.

Re: Host details is not working for particular host

Posted: Wed May 27, 2015 10:46 pm
by Box293
It might be best to send an email to [email protected] referencing this post and we'll handle it through the support ticket.

Can you also please send us your system profile with the email:

Click the Admin menu
System Config > System Profile
Click the Download Profile button and send us that file

Also include the name of the host and service causing the problem.

Re: Host details is not working for particular host

Posted: Thu May 28, 2015 2:13 am
by phyo
Box293 wrote:It might be best to send an email to [email protected] referencing this post and we'll handle it through the support ticket.
Can you also please send us your system profile with the email:
Click the Admin menu
System Config > System Profile
Click the Download Profile button and send us that file
Also include the name of the host and service causing the problem.
I can't send mail directly to [email protected] because our maintenance license already expire. So we can't upgrade to the latest version as well. I have attached the profile. The host name is ASR9K_VIP. I can't open and see the host status detail for ASR9K_VIP host.

Re: Host details is not working for particular host

Posted: Thu May 28, 2015 2:22 am
by Box293
I suspect the problem may be related to some of your services having a forward slash in the service_description directive.

As a test, disable these four services and then apply configuration:

0/RSP0 Memory Usage
0/RSP1 Memory Usage
1/RSP0 Memory Usage
1/RSP1 Memory Usage

Does your problem occur after doing this?

Re: Host details is not working for particular host

Posted: Thu May 28, 2015 2:34 am
by phyo
Box293 wrote:I suspect the problem may be related to some of your services having a forward slash in the service_description directive.
As a test, disable these four services and then apply configuration:
0/RSP0 Memory Usage
0/RSP1 Memory Usage
1/RSP0 Memory Usage
1/RSP1 Memory Usage

Does your problem occur after doing this?
Yes the problem still happening after disabling 0/RSP0 Memory Usage, 0/RSP1 Memory Usage, 1/RSP0 Memory Usage and 1/RSP1 Memory Usage services.

Re: Host details is not working for particular host

Posted: Thu May 28, 2015 10:33 am
by tgriep
Could you post the following file?

Code: Select all

/etc/my.cnf
In the mysql log file, it looks like the mysql database replication is still enabled and is having errors.

Re: Host details is not working for particular host

Posted: Tue Jun 02, 2015 11:57 pm
by phyo
I have said that replication has stop on both servers. But when I check /etc/my.cnf, I saw that replication is still running according the configuration. But we has stop from mysql command (stop slave). This morning, i have comment in the /etc/my.cnf file. Here is the configuration file.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
#symbolic-links=0
#server_id=1
#master-host=10.110.40.29
#master-user=replicator
#master-password=abc123
#master-port=3306
expire_logs_days = 7
#log-bin
#binlog-do-db=nagios
#binlog-do-db=nagiosql
#binlog-ignore-db=mysql
#binlog-ignore-db=test

#slave-skip-errors=1062

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Re: Host details is not working for particular host

Posted: Wed Jun 03, 2015 10:01 am
by lmiltchev
The last entry in the mysqld.log was @ 150527 15:45:14. Restart mysqld and show us the log again:

Code: Select all

service mysqld restart
tail -20 /var/log/mysqld.log
Also, stop/start services:

Code: Select all

service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios start
and try to view the "ASR9K_VIP" host under "Host Detail". If get a blank page again, run the following commands and show us the output in code wraps:

Code: Select all

grep "display_errors =" /etc/php.ini
tail -100 /var/log/httpd/error_log

Re: Host details is not working for particular host

Posted: Wed Jun 03, 2015 10:07 pm
by phyo
[quote]The last entry in the mysqld.log was @ 150527 15:45:14. Restart mysqld and show us the log again:

Code: Select all

service mysqld restart
tail -20 /var/log/mysqld.log

Code: Select all

150603 11:57:06 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=mysqld-relay-bin' to avoid this problem.
150603 11:57:06 [Note] Event Scheduler: Loaded 0 events
150603 11:57:06 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
150604  9:48:34 [Note] /usr/libexec/mysqld: Normal shutdown

150604  9:48:34 [Note] Event Scheduler: Purging the queue. 0 events
150604  9:48:36  InnoDB: Starting shutdown...
150604  9:48:40  InnoDB: Shutdown completed; log sequence number 0 161389
150604  9:48:40 [Note] /usr/libexec/mysqld: Shutdown complete

150604 09:48:40 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
150604 09:48:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
150604  9:48:41  InnoDB: Initializing buffer pool, size = 8.0M
150604  9:48:41  InnoDB: Completed initialization of buffer pool
150604  9:48:41  InnoDB: Started; log sequence number 0 161389
150604  9:48:41 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=mysqld-relay-bin' to avoid this problem.
150604  9:48:41 [Note] Event Scheduler: Loaded 0 events
150604  9:48:41 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
Also, stop/start services:

Code: Select all

service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios start
and try to view the "ASR9K_VIP" host under "Host Detail". If get a blank page again, run the following commands and show us the output in code wraps:

Code: Select all

grep "display_errors =" /etc/php.ini

Code: Select all

[root@nagios01 ~]$ grep "display_errors =" /etc/php.ini
display_errors = Off
[root@nagios01 ~]$

Code: Select all

tail -100 /var/log/httpd/error_log

Code: Select all

[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:51 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:53 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 10.110.45.108] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi/index.php?
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:55 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:56 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:48:58 2015] [error] [client 10.110.58.26] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi//includes/page-home-main.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 105, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 115, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 116, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 117, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 118, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 119, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:49:00 2015] [error] [client 192.168.10.251] PHP Notice:  Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 120, referer: http://10.110.40.30/nagiosxi/dashboards/dashboard.php?&=
[Thu Jun 04 09:50:13 2015] [error] [client 10.110.58.26] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "/usr/local/nagios/share/perfdata/ASR9K_VIP/Bundle-Ether3.10922804_-_NC1-EST_VOD_Status.xml" in /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.inc.php on line 209, referer: http://10.110.40.30/nagiosxi/includes/components/xicore/status.php?show=hosts
[Thu Jun 04 09:50:13 2015] [error] [client 10.110.58.26] PHP Fatal error:  Call to a member function xpath() on a non-object in /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.inc.php on line 210, referer: http://10.110.40.30/nagiosxi/includes/components/xicore/status.php?show=hosts
[Thu Jun 04 09:50:46 2015] [error] [client 10.110.58.26] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "/usr/local/nagios/share/perfdata/ASR9K_VIP/Bundle-Ether3.10922804_-_NC1-EST_VOD_Status.xml" in /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.inc.php on line 209, referer: http://10.110.40.30/nagiosxi/includes/components/xicore/status.php?show=services&host=ASR9K_VIP
[Thu Jun 04 09:50:46 2015] [error] [client 10.110.58.26] PHP Fatal error:  Call to a member function xpath() on a non-object in /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.inc.php on line 210, referer: http://10.110.40.30/nagiosxi/includes/components/xicore/status.php?show=services&host=ASR9K_VIP

Re: Host details is not working for particular host

Posted: Thu Jun 04, 2015 9:58 am
by tgriep
Could you post this file from the Nagios system here so we can review it?

Code: Select all

/usr/local/nagios/share/perfdata/ASR9K_VIP/Bundle-Ether3.10922804_-_NC1-EST_VOD_Status.xml