Page 2 of 2

Re: Dashify icon not appearing to Available dashlets

Posted: Tue Jun 26, 2018 4:32 am
by kumara54
thanks scott,
Please find /etc/httpd/conf.d/* and httpd.conf files

Re: Dashify icon not appearing to Available dashlets

Posted: Tue Jun 26, 2018 6:40 am
by kumara54
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

Re: Dashify icon not appearing to Available dashlets

Posted: Tue Jun 26, 2018 6:53 am
by scottwilkerson
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

Re: Dashify icon not appearing to Available dashlets

Posted: Wed Jun 27, 2018 12:13 am
by kumara54
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

Re: Dashify icon not appearing to Available dashlets

Posted: Wed Jun 27, 2018 12:34 am
by kumara54
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.

Re: Dashify icon not appearing to Available dashlets

Posted: Wed Jun 27, 2018 7:01 am
by scottwilkerson
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
This is not configured by Nagios XI but I do have a variant on my server.

They are near identical.

I don't believe there is any harm leaving it commented out.

Re: Dashify icon not appearing to Available dashlets

Posted: Thu Jun 28, 2018 2:32 am
by kumara54
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.

Re: Dashify icon not appearing to Available dashlets

Posted: Thu Jun 28, 2018 7:17 am
by scottwilkerson
kumara54 wrote:But my concern is why it is with me? is it the permanent solution?
Yes. As we are unable to reproduce this and have never seen this on another system.
kumara54 wrote:because in future if we will apply any update of product then again it will replaced by default configuration.
We never change httpd.conf on updates
kumara54 wrote:And how you can say This is not configured by Nagios XI? this is minimal installation and i have not configured apache separately.
Our installer ran yum install httpd which adds some defaults. The only httpd files we change are in /etc/httpd/conf.d
kumara54 wrote:My understanding is Nagios XI working on Apache server and it is default installation and configuration of dependency by Nagios XI only.
This is correct, but the configs we modify are in the directory mentioned above