koobluh

Members
  • Posts

    4
  • Joined

  • Last visited

koobluh's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey there, I have six Intel DC S3700 400GB Enterprise SSD (SATA) drives (Intel product link). They are used and came from my old homelab server running ESXi. According to Intel's SSD toolkit, all six drives have at least 85% life expectancy left (full range is between 85-95% depending on drive). These SSDs make really nice cache drives for Unraid! I'm looking to sell for $50 each (or $250 for all six) via Paypal. Free shipping via USPS to continental US (PM me if international).
  2. My Cyberpower UPS doesn't have a USB/network connection. I'm looking into the User Scripts plugin but didn't know if there was an integrated OS-specific way to do it without a plugin (not that I'm against plugins). Thanks for the reply!
  3. Unfortunately I do not have an APC UPS (mine is Cyberpower) that I can hook into Unraid's built-in functionality. However I do have a spare raspberry pi. My idea was to essentially write a script that runs every minute on the Unraid server to ping the raspberry pi (not plugged into a UPS) - if it replies, the power is working so do nothing. If no reply, shut down Unraid. The script itself is a quick and easy to do. However I don't know what the best "supported" way to run this script within Unraid would be. In a standard flavor Linux install, I'd just make a cronjob and be done with it - is that supported with Unraid? I don't know if crontabs get rebuilt every time UnraidOS gets updated. Is there another way I should do this?