Skip to content

Commit

Permalink
bug fix: Timestamp is in milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Feb 14, 2011
1 parent 41005a5 commit 8d6bcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo_repl_lag
Expand Up @@ -28,7 +28,7 @@ def do_config():
con = get_master()

print "graph_title Replication lag"
print "graph_vlabel Lag, seconds"
print "graph_vlabel ms"
print "graph_category MongoDB"
print "graph_args --lower-limit 0"
print "graph_scale no"
Expand Down

0 comments on commit 8d6bcd3

Please sign in to comment.