bundles/zfs: increase timeout for ZFS OLD SNAPSHOTS check
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2022-06-05 09:30:44 +02:00
parent 8446e8eda2
commit 1d58955ced
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ def monitoring(metadata):
if metadata.get('zfs/enable_old_snapshots_check', True):
services['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():