Dashify icon not appearing to Available dashlets

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
kumara54
Posts: 10
Joined: Mon Jun 18, 2018 1:11 am

Re: Dashify icon not appearing to Available dashlets

Post by kumara54 »

thanks scott,
Please find /etc/httpd/conf.d/* and httpd.conf files
You do not have the required permissions to view the files attached to this post.
kumara54
Posts: 10
Joined: Mon Jun 18, 2018 1:11 am

Re: Dashify icon not appearing to Available dashlets

Post 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
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

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
kumara54
Posts: 10
Joined: Mon Jun 18, 2018 1:11 am

Re: Dashify icon not appearing to Available dashlets

Post 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
You do not have the required permissions to view the files attached to this post.
kumara54
Posts: 10
Joined: Mon Jun 18, 2018 1:11 am

Re: Dashify icon not appearing to Available dashlets

Post 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.
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

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
kumara54
Posts: 10
Joined: Mon Jun 18, 2018 1:11 am

Re: Dashify icon not appearing to Available dashlets

Post 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.
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

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked