calxibe / StorjMonitor

Node.js script for publishing data from local Storj nodes to Storjstat.com
15 stars 14 forks source link

StorjMonitor for MacOSX #23

Closed crystal-way closed 6 years ago

crystal-way commented 6 years ago

Hello. Is it possible some how to monitor StorjShare using StorjMonitor, running on mac os x ?\

Thank you.

MrTechGadget commented 6 years ago

I don’t run it on my Mac, have you tried it? I would think if you have Nodejs installed it should run there just like Linux.

On Sat, Apr 7, 2018 at 6:10 PM LoveCoins notifications@github.com wrote:

Hello. Is it possible some how to monitor StorjShare using StorjMonitor, running on mac os x ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/calxibe/StorjMonitor/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AQVLdS4QuAd3TUQBJOssbUaOPl8tMEV_ks5tmTlFgaJpZM4TLRic .

crystal-way commented 6 years ago

--- > SOLVED < ---

Line 6. Script should be executed on Mac OS X by command: sh storjMonitor.sh

================ Installation Sample ================

  1. Clone/Copy this Repo to your local storage. Eg. git clone https://github.com/calxibe/StorjMonitor.git
  2. Change into the directory. cd StorjMonitor/
  3. Modify the install Script to executable. chmod +x storjMonitor-install.sh
  4. Run the Script! ./storjMonitor-install.sh
  5. Enter your API Key from the website into the line 10 in storjMonitor.js (var token = "YOUR-TOKEN-HERE").
  6. Execute the Monitor Script. ./storjMonitor.sh or via seperate screen screen -dmS StorjMonitor ./storjMonitor.sh