thanks scott,
Please find /etc/httpd/conf.d/* and httpd.conf files
Dashify icon not appearing to Available dashlets
Re: Dashify icon not appearing to Available dashlets
You do not have the required permissions to view the files attached to this post.
Re: Dashify icon not appearing to Available dashlets
Team,
i found some clue, in httpd.conf file i found mime_magic_module
<IfModule mime_magic_module>
MIMEMagicFile conf/magic
</IfModule>
i just commented the "MIMEMagicFile conf/magic" and restarted the httpd and now interface is pretty good, also dashify and other icons are appearing on all other parts of the interface
.
But i am not sure exact purpose of this mime_magic_module and is disabling the mime magic will affect the functionality of the application.
Please let me know the root cause and is there any other permanent solution
thanks
i found some clue, in httpd.conf file i found mime_magic_module
<IfModule mime_magic_module>
MIMEMagicFile conf/magic
</IfModule>
i just commented the "MIMEMagicFile conf/magic" and restarted the httpd and now interface is pretty good, also dashify and other icons are appearing on all other parts of the interface
But i am not sure exact purpose of this mime_magic_module and is disabling the mime magic will affect the functionality of the application.
Please let me know the root cause and is there any other permanent solution
thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashify icon not appearing to Available dashlets
I'm not 100% sure of how that works but I have it on my base install, but I think it has more to do with the contents of /etc/httpd/conf/magic
Or just the restart of httpd fixed the glitch
Or just the restart of httpd fixed the glitch
Re: Dashify icon not appearing to Available dashlets
just restart of httpd never fixed the issue, there is something in magic file, but i am not sure exactly which line effecting it.
is it default configuration during installation of nagiosxi?
here i attached magic file for you
is it default configuration during installation of nagiosxi?
here i attached magic file for you
You do not have the required permissions to view the files attached to this post.
Re: Dashify icon not appearing to Available dashlets
I am 100% sure it is due to magic module because i checked with reverse once i enable ""MIMEMagicFile conf/magic" in conf again a lot of interface not working.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashify icon not appearing to Available dashlets
This is not configured by Nagios XI but I do have a variant on my server.kumara54 wrote:just restart of httpd never fixed the issue, there is something in magic file, but i am not sure exactly which line effecting it.
is it default configuration during installation of nagiosxi?
here i attached magic file for you
They are near identical.
I don't believe there is any harm leaving it commented out.
Re: Dashify icon not appearing to Available dashlets
Thanks Scott,
But my concern is why it is with me? is it the permanent solution? because in future if we will apply any update of product then again it will replaced by default configuration.
And how you can say This is not configured by Nagios XI? this is minimal installation and i have not configured apache separately.
My understanding is Nagios XI working on Apache server and it is default installation and configuration of dependency by Nagios XI only.
Please correct me if i am wrong.
But my concern is why it is with me? is it the permanent solution? because in future if we will apply any update of product then again it will replaced by default configuration.
And how you can say This is not configured by Nagios XI? this is minimal installation and i have not configured apache separately.
My understanding is Nagios XI working on Apache server and it is default installation and configuration of dependency by Nagios XI only.
Please correct me if i am wrong.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashify icon not appearing to Available dashlets
Yes. As we are unable to reproduce this and have never seen this on another system.kumara54 wrote:But my concern is why it is with me? is it the permanent solution?
We never change httpd.conf on updateskumara54 wrote:because in future if we will apply any update of product then again it will replaced by default configuration.
Our installer ran yum install httpd which adds some defaults. The only httpd files we change are in /etc/httpd/conf.dkumara54 wrote:And how you can say This is not configured by Nagios XI? this is minimal installation and i have not configured apache separately.
This is correct, but the configs we modify are in the directory mentioned abovekumara54 wrote:My understanding is Nagios XI working on Apache server and it is default installation and configuration of dependency by Nagios XI only.