Page 1 of 1

Nagios Core 4.X Dashboard cutomize

Posted: Fri Mar 10, 2017 12:02 am
by GrL
Hi All,

I have Nagios Core 4.X installed and I created a read only user with only been able to access the Services tab in order to see the machines I have added there.

Although I noticed that the machine IPs of the machines are shown in that tab. After search I found that all the fields in that tab are generated from a cgi file dynamically.

My questions are: Can I customize the dashboard (or specifically the Services tab) in order to hide the IPs?
Is there any addon for doing this?

Thanks in advance!!

Re: Nagios Core 4.X Dashboard cutomize

Posted: Fri Mar 10, 2017 12:21 pm
by mcapra
You'd probably have to recompile the cgi for whichever page you want to hide the IP addresses on. You could also probably write a Greasemonkey script to do that if Javascript is more comfortable.