Created
June 21, 2012 08:55
-
-
Save kvisle/2964682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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