Ok nun endlich mein erster Versuch

ich würde unter
OTRS/Kernel/config.pm folgende zeile einfügen um meine Variable zu erstellen und zu füllen:
package Kernel::Config;
sub Load {
my $Self = shift;
# ---------------------------------------------------- #
# ---------------------------------------------------- #
# #
# Start of your own config options!!! #
# #
# ---------------------------------------------------- #
# ---------------------------------------------------- #
$Self ->{PORT} = :8080 ;
# ---------------------------------------------------- #
# database settings #
# ---------------------------------------------------- #
# DatabaseHost
# (The database host.)
$Self->{'DatabaseHost'} = 'localhost';
die frage die noch offen is ..wie bekomme ich diese Variable nun in der Benachrichtigung untergebracht?
Meine erste idee:
<OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>
<OTRS_CONFIG_PORT>/<OTRS_CONFIG_ScriptAlias>index.pl?Action=AgentZoom;TicketID=<OTRS_TICKET_TicketID>
Gruß
Alex