Report no longer appears

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bizreach
Posts: 20
Joined: Tue May 08, 2018 8:26 pm

Report no longer appears

Post 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.
You do not have the required permissions to view the files attached to this post.
kyang

Re: Report no longer appears

Post 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
You do not have the required permissions to view the files attached to this post.
bizreach
Posts: 20
Joined: Tue May 08, 2018 8:26 pm

Re: Report no longer appears

Post 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?
You do not have the required permissions to view the files attached to this post.
kyang

Re: Report no longer appears

Post 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?
bizreach
Posts: 20
Joined: Tue May 08, 2018 8:26 pm

Re: Report no longer appears

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Report no longer appears

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
bizreach
Posts: 20
Joined: Tue May 08, 2018 8:26 pm

Re: Report no longer appears

Post by bizreach »

php.ini is Attach.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Report no longer appears

Post by scottwilkerson »

Per your request, locking here and moving discussion here
https://support.nagios.com/forum/viewto ... 34#p253634
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Report no longer appears

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked