diff --git a/plugins/snmp/snmp__screenos b/plugins/snmp/snmp__screenos index 643d18ff..75a4d7c6 100755 --- a/plugins/snmp/snmp__screenos +++ b/plugins/snmp/snmp__screenos @@ -69,6 +69,7 @@ my $oidSessFailed = "$oidBase.3.4"; if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") { print "require $oidBase.[23].[13].0"; + exit 0; } my $session = Munin::Plugin::SNMP->session();