parser.add_option("--state-backup-destination",metavar="URL",help="Location to back state up to, e.g. gstlalcbc@ldas-pcdev1.ligo.caltech.edu.")
parser.add_option("--web-dir",help="set the output path to write the ''offline'' style web page to")
parser.add_option("--time-slide-file",metavar="filename",help="Set the time slide table xml file")
parser.add_option("--zookeeper-port",type="int",metavar="number",help="Set the zookeeper port. default 2181",default=2181)
parser.add_option("--output-kafka-server",metavar="addr",help="Set the kafka server hostname to send output data to - note, for now this must be the cluster facing ip address of the submit node. example = 10.14.0.112:9092")