# a Worker object, specifying a unique worker name and password. The same
# worker name and password must be configured on the worker.
c['workers'] = [worker.Worker("carbon-worker",
- util.Secret("worker-carbon.pass"))]
+ util.Secret("worker-carbon.pass"),
+ notify_on_missing=["erik@humopery.space","erikmack@gmail.com"],
+ missing_timeout=300
+ )]
# 'protocols' contains information about protocols which master will use for
# communicating with workers. You must define at least 'port' option that workers