Skip to content

Status-Stack/sdk-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Stack SDK for Linux

Install

  # WGET
  $ wget https://github.com/Status-Stack/sdk-linux/archive/refs/tags/v1.0.0.zip
  $ unzip v1.0.0.zip

Usage

  # Example CRON task "1 * * * * /path/to/monitor.sh > /dev/null"
  # (script must by executable: "sudo chmod +x monitor.sh")
  
  $ sh ./monitor.sh [-l] [-s <filesystem>]

Options

-l send load average data

-s <filesystem> send space usage data

Copyright (c) 2022-2023 Status Stack