X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fnms-add_iface.html;h=04d6095d065869f5b40d5977d56d78e779126605;hp=ffc70d9cc53e5b8c0af42f2ce3d257de3e9ab51c;hb=3a4bf42c4385863ea83423b279b39ff6e650f79d;hpb=95bea5564bc06ae02aa351bc1da43308e0f777d9 diff --git a/httemplate/misc/process/nms-add_iface.html b/httemplate/misc/process/nms-add_iface.html index ffc70d9cc..04d6095d0 100644 --- a/httemplate/misc/process/nms-add_iface.html +++ b/httemplate/misc/process/nms-add_iface.html @@ -13,9 +13,6 @@ die 'invalid iface' unless $iface =~ /^[0-9A-Za-z_\-.\\\/ ]+$/; my $serviceid = $cgi->param('serviceid'); die 'invalid serviceid' unless $serviceid =~ /^[0-9A-Za-z_\-.\\\/ ]+$/; -my $conf = new FS::Conf; -my $system = $conf->config('network_monitoring_system'); - my $nms = new FS::NetworkMonitoringSystem; $nms->add_interface($host,$iface,$serviceid);