summaryrefslogtreecommitdiffstats
path: root/plugins/sadf.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sadf.py')
-rwxr-xr-xplugins/sadf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sadf.py b/plugins/sadf.py
index 5ac1ed0..c7caee8 100755
--- a/plugins/sadf.py
+++ b/plugins/sadf.py
@@ -98,5 +98,6 @@ def getLatestStat(root, interval=1):
def add_common_args(parser):
parser.add_argument("-t", "--interval", action="store",
type=int,
+ default=1,
help="Interval of time(min) older than"
" which sadf output in considered stale")