diff --git a/munin/ping_ b/munin/ping_ index 46b77287..3711a338 100755 --- a/munin/ping_ +++ b/munin/ping_ @@ -32,12 +32,13 @@ # #%# family=manual +hostname=`hostname --fqdn` file_host=`basename $0 | sed 's/^ping_//g'` host=${host:-${file_host:-www.google.com}} if [ "$1" = "config" ]; then echo host_name $host - echo graph_title Ping times from sila + echo graph_title Ping times from $hostname echo 'graph_args --base 1000 -l 0' echo 'graph_vlabel seconds' echo 'graph_category network'