Typos
authorAlan T. DeKok <aland@freeradius.org>
Thu, 18 Sep 2008 12:59:46 +0000 (14:59 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 18 Sep 2008 12:59:46 +0000 (14:59 +0200)
scripts/freeradius_acct
scripts/freeradius_auth

index c200fc8..fd49191 100755 (executable)
@@ -29,12 +29,12 @@ if [ "$1" = "config" ]; then
     echo 'graph_category Other'
 
     echo 'requests.label Accounting-Requests'
-    echo 'requests.info total incoming request packets'
+    echo 'requests.info total received request packets'
     echo 'requests.type DERIVE'
     echo 'requests.min 0'
 
     echo 'responses.label Accounting-Responses'
-    echo 'responses.info total outgoing response packets'
+    echo 'responses.info total sent response packets'
     echo 'responses.type DERIVE'
     echo 'responses.min 0'
 
index 3a7b230..c2a41ec 100755 (executable)
@@ -29,12 +29,12 @@ if [ "$1" = "config" ]; then
     echo 'graph_category Other'
 
     echo 'requests.label Access-Requests'
-    echo 'requests.info total incoming request packets'
+    echo 'requests.info total received request packets'
     echo 'requests.type DERIVE'
     echo 'requests.min 0'
 
     echo 'responses.label responses (all types)'
-    echo 'responses.info total outgoing response packets'
+    echo 'responses.info total sent response packets'
     echo 'responses.type DERIVE'
     echo 'responses.min 0'