Merge pull request #1 from ivuk/fix-typo
authorDobrica Pavlinušić <dpavlin@rot13.org>
Mon, 12 Dec 2016 06:12:07 +0000 (07:12 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2016 06:12:07 +0000 (07:12 +0100)
Fix a typo in ifstat.pl

ifstat.pl

index 3f322b7..a43b626 100755 (executable)
--- a/ifstat.pl
+++ b/ifstat.pl
@@ -3,7 +3,7 @@ use warnings;
 use strict;
 use autodie;
 
-my $host = shift @ARGV || die "usage: INFLUX=http://127.0.0.1:8086/write?db=snmp COMMUNITY=snmp-comminity $0 host";
+my $host = shift @ARGV || die "usage: INFLUX=http://127.0.0.1:8086/write?db=snmp COMMUNITY=snmp-community $0 host";
 my $community = $ENV{COMMUNITY} || 'public';
 my $influx    = $ENV{INFLUX} || 'http://127.0.0.1:8086/write?db=snmp';