bundles/zfs: increase timeout for ZFS OLD SNAPSHOTS check
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8446e8eda2
commit
1d58955ced
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ def monitoring(metadata):
|
||||||
if metadata.get('zfs/enable_old_snapshots_check', True):
|
if metadata.get('zfs/enable_old_snapshots_check', True):
|
||||||
services['ZFS OLD SNAPSHOTS'] = {
|
services['ZFS OLD SNAPSHOTS'] = {
|
||||||
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_zfs_old_snapshots',
|
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_zfs_old_snapshots',
|
||||||
|
'vars.sshmon_timeout': 30,
|
||||||
}
|
}
|
||||||
|
|
||||||
for poolname, _ in metadata.get('zfs/pools').items():
|
for poolname, _ in metadata.get('zfs/pools').items():
|
||||||
|
|
Loading…
Reference in a new issue