Skip to content

Instantly share code, notes, and snippets.

@kvisle
Created June 21, 2012 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvisle/2964682 to your computer and use it in GitHub Desktop.
Save kvisle/2964682 to your computer and use it in GitHub Desktop.
diff --git a/plugins/node.d.linux/if_err_.in b/plugins/node.d.linux/if_err_.in
index 027a750..f8a34b8 100644
--- a/plugins/node.d.linux/if_err_.in
+++ b/plugins/node.d.linux/if_err_.in
@@ -65,7 +65,7 @@ fi
if [ "$1" = "config" ]; then
echo "graph_order rcvd trans"
- echo "graph_title $INTERFACE errors, drops, and collisions"
+ echo "graph_title Interface errors on $INTERFACE"
echo 'graph_args --base 1000'
echo 'graph_vlabel packets in (-) / out (+) per ${graph_period}'
echo 'graph_category network'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment