Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Disable Automatic Parity Drive Missing Warning?

Featured Replies

I'm running unRAID Plus on a secondary server used purely for backups. In this situation, write speed is important and parity protection is not.

 

This works fine except that I'm constantly (once per hour) getting emailed warnings:

 

Status:

 

ERROR: The unRaid array needs attention. One or more disks are disabled or invalid.

 

 

Disk 0=DISK_DSBL_NP

Server Name: UNRAID-02

Server IP: 192.168.1.14

Date: Sun Oct  2 08:47:02 UTC 2011

 

Can I disable warnings for the absence of a valid parity drive while still receiving warnings for all other events?

 

Many thanks.

I'm running unRAID Plus on a secondary server used purely for backups. In this situation, write speed is important and parity protection is not.

 

This works fine except that I'm constantly (once per hour) getting emailed warnings:

 

Status:

 

ERROR: The unRaid array needs attention. One or more disks are disabled or invalid.

 

 

Disk 0=DISK_DSBL_NP

Server Name: UNRAID-02

Server IP: 192.168.1.14

Date: Sun Oct  2 08:47:02 UTC 2011

 

Can I disable warnings for the absence of a valid parity drive while still receiving warnings for all other events?

 

Many thanks.

Sure, just modify the script you installed.  (It is a customization you added)
  • Author

Yes, 'mail and ssmtp' installed by unMENU. I'll see if I can modify the script somehow.

 

Thanks.

Change this line:

/root/mdcmd status | strings >/tmp/array_status

to

/root/mdcmd status | strings | grep -v "Disk 0" >/tmp/array_status

 

Then, change the name of the .conf file from

add an additional line in it

#AUTO_UPDATE=NO

 

Use the conf file view/edit feature built into unMENU to perform the edit.

 

The added line will keep it from being replaced if you check for updates.  (It will think it is out-of-date since its checksum will no longer match that expected)

 

Joe L.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.