export host selection per service, RT#17914
[freeside.git] / FS / FS / part_export / broadband_snmp.pm
index dbfcdeb..44b4dba 100644 (file)
@@ -11,8 +11,8 @@ $DEBUG = 0;
 my $me = '['.__PACKAGE__.']';
 
 tie my %snmp_version, 'Tie::IxHash',
-  v1  => SNMP_VERSION_1,
-  v2c => SNMP_VERSION_2C,
+  v1  => 'snmpv1',
+  v2c => 'snmpv2c',
   # 3 => 'v3' not implemented
 ;
 
@@ -52,6 +52,7 @@ tie my %options, 'Tie::IxHash',
   'svc'     => 'svc_broadband',
   'desc'    => 'Send SNMP requests to the service IP address',
   'options' => \%options,
+  'no_machine' => 1,
   'weight'  => 10,
   'notes'   => <<'END'
 Send one or more SNMP SET requests to the IP address registered to the service.