Hi all, In our setup monitoring is being done on (among others) the wicket web interface of our hosts.
I am now trying to include a logout step as well, because otherwise the sessions stay alive until a timeout is reached, resulting in a log file pile-up on the server. In order to do this, I am looking for a viable logout link. To illustrate, this is the link used for the login part: http://{HOST.NAME}:8080/{$APP_STATUS}/wicket/signin?-1.IFormSubmitListener-signInPanel-signInForm. When I inspect the menu for logout, the resulting link is: http://{HOST.NAME}:8080/{$APP_STATUS}/wicket/entity?3-1.ILinkListener-theme-header-tertiaryMenuBar-logoutLink, which doesn't produce a logout when called by the monitoring system. I would like to be able to have the monitoring solution (which is Zabbix) logout. Can anyone point me in the right direction? Thanks in advance. Kind regards, Hessel Bakker
