Skip to content

Commit

Permalink
Removed requirement
Browse files Browse the repository at this point in the history
Some routers doesn't have temperature sensors
  • Loading branch information
alejandroscf committed Apr 22, 2020
1 parent 796a08a commit cadab42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/router/snmp__mikrotik
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ if (defined $ARGV[0] and $ARGV[0] eq "snmpconf") {
print "require $sysFlashTotalOID\n";
print "require $sysRAMUsageOID\n";
print "require $sysRAMTotalOID\n";
print "require $sysTempOID\n";
exit 0;
}

Expand Down

0 comments on commit cadab42

Please sign in to comment.