Still the same. I can't see the host details for that host.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.
Host details is not working for particular host
Re: Host details is not working for particular host
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Host details is not working for particular host
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.
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Host details is not working for particular host
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.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.
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Host details is not working for particular host
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?
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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Host details is not working for particular host
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.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?
Re: Host details is not working for particular host
Could you post the following file?
In the mysql log file, it looks like the mysql database replication is still enabled and is having errors.
Code: Select all
/etc/my.cnfBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Host details is not working for particular host
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
The last entry in the mysqld.log was @ 150527 15:45:14. Restart mysqld and show us the log again:
Also, stop/start services:
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
service mysqld restart
tail -20 /var/log/mysqld.logCode: Select all
service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios startCode: Select all
grep "display_errors =" /etc/php.ini
tail -100 /var/log/httpd/error_logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Host details is not working for particular host
[quote]The last entry in the mysqld.log was @ 150527 15:45:14. Restart mysqld and show us the log again:
Also, stop/start services:
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
service mysqld restart
tail -20 /var/log/mysqld.logCode: 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
Code: Select all
service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios startCode: Select all
grep "display_errors =" /etc/php.iniCode: Select all
[root@nagios01 ~]$ grep "display_errors =" /etc/php.ini
display_errors = Off
[root@nagios01 ~]$Code: Select all
tail -100 /var/log/httpd/error_logCode: 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
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.xmlBe sure to check out our Knowledgebase for helpful articles and solutions!