• # man mdadm

    Posté par . En réponse au message Alerte mdadm toutes les x heures. Évalué à 3.

    extrait de 'man mdadm':
    -1, --oneshot
    Check arrays only once. This will generate NewArray events and more significantly DegradedArray and SparesMissing events. Running
    mdadm --monitor --scan -1
    from a cron script will ensure regular notification of any degraded arrays.


    Tu n'as plus qu'à configurer cron:
    0 */6 * * * root mdadm --monitor --scan -1