life-noc/checks/check_echeance_vie.sh

6 lines
230 B
Bash
Raw Normal View History

2026-03-06 13:35:44 -05:00
#!/bin/bash
2026-03-13 16:13:37 -04:00
# Compatibilité transitoire.
# Cette ancienne sonde d'échéance est conservée comme wrapper vers la sonde mock.
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec "$SCRIPT_DIR/check_life_noc_mock.sh" "$@"