Adding necessary features to complete backfill (#958)
This commit is contained in:
parent
09b8f532a7
commit
9e2578be1e
|
@ -12,7 +12,7 @@ from lemur.notifications.messaging import send_expiration_notifications
|
||||||
manager = Manager(usage="Handles notification related tasks.")
|
manager = Manager(usage="Handles notification related tasks.")
|
||||||
|
|
||||||
|
|
||||||
@manager.option('-e', '--exclude', dest='exclude', nargs="*", help='Common name matching of certificates that should be excluded from notification')
|
@manager.option('-e', '--exclude', dest='exclude', action='append', default=[], help='Common name matching of certificates that should be excluded from notification')
|
||||||
def expirations(exclude):
|
def expirations(exclude):
|
||||||
"""
|
"""
|
||||||
Runs Lemur's notification engine, that looks for expired certificates and sends
|
Runs Lemur's notification engine, that looks for expired certificates and sends
|
||||||
|
|
Loading…
Reference in New Issue