Page 1 of 1

Report no longer appears

Posted: Wed Jun 06, 2018 12:57 am
by bizreach
The graph of the report no longer appears.

Until now, it has been removed every month although it has been taken every month.

The work done is here.
https://support.nagios.com/forum/viewto ... 16&t=48654

Why is not it displayed?
Can you display it?

I think that monitoring is working normally.

Re: Report no longer appears

Posted: Wed Jun 06, 2018 11:47 am
by kyang
Do you have any hosts inside this host group?

I'm getting the same exact report when I use the Availability reports against a host group with "no hosts".
hg.PNG
Could you show us what it looks like when clicking on the Hostgroup Summary located on the left side when you are on the XI Home Page.

Specifically for the hostgroup 01.NWALL
hg1.PNG

Re: Report no longer appears

Posted: Sun Jun 10, 2018 11:25 pm
by bizreach
is this.

There are multiple hosts besides this.

viewtopic.php?f=16&t=48654

>Configure -> CCM -> Tools -> Config File Management
>click Delete Files

>Then Apply Configuration again.

The trouble that the performance graph which disappeared when this operation is executed is not displayed has been solved.
However, I can not update again.
Is there something wrong?

Re: Report no longer appears

Posted: Mon Jun 11, 2018 10:14 am
by kyang
The trouble that the performance graph which disappeared when this operation is executed is not displayed has been solved.
However, I can not update again.
Is there something wrong?
I'm not exactly sure if I understand, but are you saying after doing "Delete Files" and then apply configuration?

That's when this report stopped showing hosts within this hostgroup?

Could you tell me what you are trying to update, when you say you can not update again?

Re: Report no longer appears

Posted: Mon Jun 11, 2018 10:22 pm
by bizreach
sorry.
Please be unified here because it is confusing because there are too many tickets.

https://support.nagios.com/forum/viewto ... 34#p253634

Re: Report no longer appears

Posted: Tue Jun 12, 2018 2:05 pm
by tgriep
The Graphics not being displayed could be a timeout issue get it is generated.
Can you run the following as root on the Nagios server

Code: Select all

tail -f /var/log/httpd/*_log
Then in the XI GUI, run the Availability Report for that host, if the graphic is not displayed, post the output of the tail command.

Also, post this file from the Nagios server.

Code: Select all

/etc/php.ini
Thanks

Re: Report no longer appears

Posted: Wed Jun 13, 2018 6:15 am
by bizreach
php.ini is Attach.

Re: Report no longer appears

Posted: Wed Jun 13, 2018 9:16 am
by scottwilkerson
Per your request, locking here and moving discussion here
https://support.nagios.com/forum/viewto ... 34#p253634

Re: Report no longer appears

Posted: Tue Jun 19, 2018 10:36 am
by tgriep
There are some settings in the /etc/php.ini file that needs to be increased.
So edit the /etc/php.ini file and change the following from

Code: Select all

max_execution_time = 30     
max_input_time = 60
memory_limit = 128M
to

Code: Select all

max_execution_time = 240    
max_input_time = 480
memory_limit = 1024M
Save the file and restart the Apache process by running the following as root.

Code: Select all

service httpd restart
Then login to the XI GUI to see if the Availability reports starts to display the Pie Chart graphs.