Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.36 KB

File metadata and controls

51 lines (41 loc) · 1.36 KB

HyberHost Scripts

Scripts for managing and monitoring Linux and Windows servers. Each script is self-contained, copy-paste friendly, and easy to deploy.

Table of Contents

Overview

This repository contains scripts for:

  • Monitoring RAID, disks, and VMs
  • Automated notifications (Slack, Email)
  • Routine server maintenance

Usage

Clone the repo or copy individual scripts. See each script's readme.md for usage, dependencies, and cron examples.

Folder Structure

Scripts are organized by OS and technology:

repo-root/
├── linux/
│   └── raid/
│       └── mdstat/
│           ├── mdstat.sh
│           └── readme.md
├── windows/
│   └── hyperv/
│       └── check-vms/
│           ├── check-vms.ps1
│           └── readme.md
├── planning.md
├── contributing.md
└── README.md

Supported OSes

  • Linux (Debian 12+, Ubuntu 22.04+, RHEL/CentOS 8+)
  • Windows Server 2022+

Contributing

See contributing.md for how to add or improve scripts.

Planning & Standards

See planning.md for required structure, config, and documentation standards.