Mercurial > ~darius > hgwebdir.cgi > adslstats
comparison adslstats.py @ 10:88cf0a88c826
Fix cut & paste error
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Thu, 08 Jan 2015 11:22:08 +1030 |
parents | 8b5958404f81 |
children | a6297e8a42a3 |
comparison
equal
deleted
inserted
replaced
9:8b5958404f81 | 10:88cf0a88c826 |
---|---|
297 graph_vlabel kbit/sec | 297 graph_vlabel kbit/sec |
298 up.label Up | 298 up.label Up |
299 up.type GAUGE | 299 up.type GAUGE |
300 up.max 24000 | 300 up.max 24000 |
301 up.min 0 | 301 up.min 0 |
302 up.label Down | 302 down.label Down |
303 up.type GAUGE | 303 down.type GAUGE |
304 up.max 24000 | 304 down.max 24000 |
305 up.min 0''' | 305 down.min 0''' |
306 sys.exit(0) | 306 sys.exit(0) |
307 if options.update or options.munin: | 307 if options.update or options.munin: |
308 stats = getdata() | 308 stats = getdata() |
309 if stats == None: | 309 if stats == None: |
310 if options.verbose: | 310 if options.verbose: |