Add host_name value for the plugin config so the graphs are seperated out from the polling host

This commit is contained in:
2014-02-04 22:53:20 +00:00
parent 7287a0f1a9
commit 8324ef8d05
10 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Errors"
echo "graph_args --base 1000"
echo 'graph_vlabel errors down (-) / up (+) per ${graph_period}'