server_guard
Manage a security monitoring daemon on a server: install it to run checks on disk, RAM, CPU, and audit every 5 minutes; remove it; or check status for last check time and threshold breaches.
Instructions
Manage autonomous security monitoring daemon on a server. Actions: 'start' installs guard as remote cron (checks disk/RAM/CPU/audit every 5 min), 'stop' removes guard cron entry, 'status' shows whether guard is active with last check time and any threshold breaches. Requires SSH access to target server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server name or IP. Auto-selected if only one server exists. | |
| action | Yes | Guard action: 'start' installs guard cron, 'stop' removes it, 'status' shows current state and recent breaches. |