Report no longer appears
Report no longer appears
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.
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
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".
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
I'm getting the same exact report when I use the Availability reports against a host group with "no hosts".
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
You do not have the required permissions to view the files attached to this post.
Re: Report no longer appears
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?
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
I'm not exactly sure if I understand, but are you saying after doing "Delete Files" and then apply configuration?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?
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
sorry.
Please be unified here because it is confusing because there are too many tickets.
https://support.nagios.com/forum/viewto ... 34#p253634
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
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
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.
Thanks
Can you run the following as root on the Nagios server
Code: Select all
tail -f /var/log/httpd/*_logAlso, post this file from the Nagios server.
Code: Select all
/etc/php.iniBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Report no longer appears
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
Per your request, locking here and moving discussion here
https://support.nagios.com/forum/viewto ... 34#p253634
https://support.nagios.com/forum/viewto ... 34#p253634
Re: Report no longer appears
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
to
Save the file and restart the Apache process by running the following as root.
Then login to the XI GUI to see if the Availability reports starts to display the Pie Chart graphs.
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
Code: Select all
max_execution_time = 240
max_input_time = 480
memory_limit = 1024MCode: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!