Remove item from web UI

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
slmason7
Posts: 4
Joined: Mon Mar 19, 2012 3:44 pm

Remove item from web UI

Post 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
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Remove item from web UI

Post 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.
slmason7
Posts: 4
Joined: Mon Mar 19, 2012 3:44 pm

Re: Remove item from web UI

Post by slmason7 »

Thank you!

-Sean
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Remove item from web UI

Post by agriffin »

You're welcome
Locked