Changeset 9 for check_munin

Show
Ignore:
Timestamp:
04/16/09 00:38:29 (16 years ago)
Author:
ixs
Message:

typofix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • check_munin

    r8 r9  
    2929import re 
    3030 
    31 parser = optparse.OptionParser("usage: %prog -H <Host> -M <Module> [-P <Port>] -D [<warn>] [<crit>]" 
     31parser = optparse.OptionParser("usage: %prog -H <Host> -M <Module> [-P <Port>] -D [<warn>] [<crit>]") 
    3232parser.add_option("-H", "--host", dest="host", type="string", 
    3333                        help="specify host to poll")