KB Article #186302
Remove Web monitoring from Sentinel UI
Problem
Web Monitoring has been deprecated and should no longer be used but it is still available in the UI when I access the Sentinel homepage
Resolution
In the following file <Sentinel Home>/conf/trkserver.xml edit and remove the WebMonitoring line from below
</RSA>
<WebMonitoring webServerHost="sentinel-11.dev.cba.mc.axway.cloud" webServerPort="" webServerPortSSL="1309" webServerPortSSO="8099"/> <REMOVE THIS LINE>
<WebDashboard webServerHost="sentinel-11.dev.cba.mc.axway.cloud" webServerPort="" webServerPortSSL="1309" webServerPortSSO="8099"/>
<WebAlerts webServerHost="sentinel-11.dev.cba.mc.axway.cloud" webServerPort="" webServerPortSSL="1309" webServerPortSSO="8099"/>
and save.
in the following file <Sentinel Home>/extras/templates/index.html remove the WEBMONITORING link
@ADMINISTRATION_LINK@
<div class="portal-item">
<a class="btn btn-secondary" href="SentinelCorrelation.jnlp"><i class="correlation"><!-- icon --></i></a>
<a class="label" href="SentinelCorrelation.jnlp">Correlation</a>
</div>
@WEBMONITORING_LINK@ <REMOVE THIS LINE>
@MONITORING_LINK@
@WEBDASHBOARD_LINK@
@WEBALERTS_LINK@
Save the file and restart Sentinel and you will no longer have Web Monitoring displayed in the UI