# Vps Health Auditor

> VPS Health Auditor v1.0.0

- Skill: `javimosch/vps-health-auditor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/vps-health-auditor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/vps-health-auditor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/vps-health-auditor

---


# VPS Health Auditor v1.0.0

## 🎯 Purpose
Detect issues on Linux VPS/servers early. Checks:
- System resources (CPU, mem, disk usage)
- Network latency/bandwidth
- Key services (SSH, web server, DB)
- Uptime & logs
Generates PDF/HTML report via Ollama.

## 🚀 Quick Start
```
!vps-health-auditor --host example.com --user root --key ~/.ssh/id_rsa
```

## Files
- `scripts/healthcheck.sh`: Multi-platform audit script (Ubuntu/CentOS/Debian)
- `reports/template.md`: Ollama prompt for report gen

## Customization
Edit `scripts/healthcheck.sh` for custom checks. Add Ollama model in triggers.

