Some users do not want to use some of the provided applications and would like to remove them from being visible in the UI
For this document we will use Cacti as the example application to disable from the UI.
crontab -l -u nagios | sed -e '/cacti/s/^/#/' | crontab -u nagios - touch /usr/local/groundwork/core/services/feeder-cacti/down /usr/local/groundwork/common/bin/svc -d /usr/local/groundwork/core/services/feeder-cacti/ mv /usr/local/groundwork/config/cacti.properties{,.disabled}
<Location */nms-cacti/*> Order deny,allow deny from all </Location>
This will require a restart of apache to take affect.
service groundwork restart apache