%# $Id: add.mc,v 1.1 2006-09-20 16:49:46 mike Exp $ <%perl> if ($r->param("_add")) { my $host = $r->param("net.host"); my $port = $r->param("net.port"); my $db = $r->param("net.path"); my $id = "$host:$port/$db"; $r->param(id => $id); $m->comp("check.mc"); } else {

Enter the connection details of the target you wish to add, then press the Add button.

Host
Port
Database
 
% }