%# $Id: add.mc,v 1.3 2006-09-25 15:33:38 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", id => $id); } else {

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

Host
Port
Database
 
% }