Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.3 KB

File metadata and controls

48 lines (39 loc) · 1.3 KB

WardenState


WardenState is a lightweight, cross‑platform Python utility designed to monitor and report key system information on both Windows and macOS. It provides a simple, script‑based way to gather machine state data for diagnostics, automation workflows, or system‑health reporting.


Features

  • Cross‑platform support WardenState_WindowsOS.py for Windows systems
  • WardenState_MacOS.py for macOS systems
  • System information collection
  • Hardware details
  • OS metadata
  • Runtime/system state values
  • Lightweight & dependency‑minimal
  • Easy to integrate into larger automation or monitoring pipelines

Prerequisites

  • Python 3.8+
  • Standard library only (no external dependencies unless you add them)

Running on Windows

sudo python WardenState_WindowsOS.py

Running on macOS

sudo python WardenState_MacOS.py

Customization

You can extend WardenState to collect additional metrics such as:

  • Network information
  • Disk usage
  • Running processes
  • Security/patch status
  • System logs The scripts are intentionally simple so you can modify them to fit your environment or automation stack.

License

WardenState © 2026 by The-R34per is licensed under CC BY-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/