mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-26 10:58:12 +00:00
snmp__screenos: don't print anything after snmpconf.
This commit is contained in:
parent
8ca0283cc3
commit
f570516416
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ my $oidSessFailed = "$oidBase.3.4";
|
||||||
|
|
||||||
if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") {
|
if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") {
|
||||||
print "require $oidBase.[23].[13].0";
|
print "require $oidBase.[23].[13].0";
|
||||||
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $session = Munin::Plugin::SNMP->session();
|
my $session = Munin::Plugin::SNMP->session();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue