1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Fix spelling mistakes in comments and descriptions

Thanks, codespell!
This commit is contained in:
Lars Kruse 2020-03-26 02:12:57 +01:00
parent 561da1a3f1
commit 8713eb3722
162 changed files with 248 additions and 248 deletions

View file

@ -3,7 +3,7 @@
=head1 NAME
snmp__thecus_fans - Munin plugin to retrive fanspeed readings from a Thecus
snmp__thecus_fans - Munin plugin to retrieve fanspeed readings from a Thecus
NAS device running SNMP.
=head1 APPLICABLE SYSTEMS
@ -98,7 +98,7 @@ my $session = Munin::Plugin::SNMP->session(-translate =>
my $fan1 = $session->get_single ("1.3.6.1.4.1.14822.101.21.5200.1.1.0") || 'U';
my $fan2 = $session->get_single ("1.3.6.1.4.1.14822.101.21.5200.1.2.0") || 'U';
#print "Retrived uptime is '$uptime'\n" if $DEBUG;
#print "Retrieved uptime is '$uptime'\n" if $DEBUG;
print "fan1.value ", $fan1, "\n";
print "fan2.value ", $fan2, "\n";