Page 1 of 1

Remove item from web UI

Posted: Sun May 20, 2012 12:48 pm
by slmason7
Hi All,

I'd like to remove the "Disable notifications for this service" link from the Services Commands box in the Web interface. I rummaged around a bit but couldn't locate the item in the php/html files. Can someone please give me a tip on where to look for this?

Thanks.

Sean Mason

Re: Remove item from web UI

Posted: Mon May 21, 2012 9:21 am
by agriffin
That link is in the file cgi/extinfo.c in the original source. Notice that it's a C file, and Nagios will need to be recompiled to remove it.

Re: Remove item from web UI

Posted: Mon May 21, 2012 4:04 pm
by slmason7
Thank you!

-Sean

Re: Remove item from web UI

Posted: Mon May 21, 2012 4:57 pm
by agriffin
You're welcome