Defining URLs for the Actions portlet Connections menu
The default template for defining the URL's that are used for the Connection menu in the Status application Actions portlet of the host and services view are defined in the file:
/usr/local/groundwork/config/status-viewer.properties
The default URLs are as follows:
portal.statusviewer.action.url.ssh=ssh://$HOST portal.statusviewer.action.url.http="http://$HOST" portal.statusviewer.action.url.https="https://$HOST" portal.statusviewer.action.url.vnc=vnc://$HOST portal.statusviewer.action.url.rdp=rdp://$HOST
The $HOST variable will be substituted with the host name of the selected page in Status. If a user applies any changes to the default URL's the portal needs to be stopped and started before any changes will show up.
/usr/local/groundwork/ctlscript.sh stop gwservices /usr/local/groundwork/ctlscript.sh start gwservices