Results 1 to 2 of 2

Thread: How do i stop the mdadm --monitor function?

  1. #1
    Join Date
    Jul 2018
    Beans
    1

    Question How do i stop the mdadm --monitor function?

    I set up mdadm to send an email in case of an error, but now I want to disable it. How could I do it?
    I used this command:
    Code:
    mdadm --monitor --daemonise --mail=<e-mail adderss> /dev/md0

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How do i stop the mdadm --monitor function?

    You can control startup behavior on Ubuntu with:
    Code:
    dpkg-reconfigure mdadm
    ^^^^I think the above would be the easiest.
    Else something like:
    Code:
    # /etc/mdadm/mdadm.conf
    ARRAY <ignore> UUID=xxxxxxxx:xxxxxxxx:xxxxxxxx:xxxxxxxx
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •