fix graph_args

This commit is contained in:
Christian Stade-Schuldt 2015-06-03 00:58:30 +02:00
parent 48599c38a9
commit b7299ba62e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def print_values():
def print_config():
print "graph_title AVM Fritz!Box Connection Uptime"
print "graph_args graph_args --base 1000 -l 0"
print "graph_args --base 1000 -l 0"
print 'graph_vlabel uptime in days'
print "graph_scale no'"
print "graph_category network"