We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6144ff0 commit bcbfaebCopy full SHA for bcbfaeb
alertaclient/commands/cmd_heartbeats.py
@@ -10,7 +10,7 @@
10
@click.command('heartbeats', short_help='List heartbeats')
11
@click.option('--alert', is_flag=True, help='Alert on stale or slow heartbeats')
12
@click.option('--severity', '-s', metavar='SEVERITY', default='major', help='Severity for stale heartbeat alerts')
13
-@click.option('--timeout', metavar='SECONDS', default=86000, type=int, help='Seconds before stale heartbeat alerts will be expired')
+@click.option('--timeout', metavar='SECONDS', type=int, help='Seconds before stale heartbeat alerts will be expired')
14
@click.option('--purge', is_flag=True, help='Delete all stale heartbeats')
15
@click.pass_obj
16
def cli(obj, alert, severity, timeout, purge):
0 commit comments