Skip to content

Instantly share code, notes, and snippets.

View horadoqa's full-sized avatar

Hora do QA horadoqa

View GitHub Profile
@horadoqa
horadoqa / monitor.sh
Created February 14, 2026 12:45
Monitor - Monitoramento de saúde do servidor linux
#!/bin/bash
###################################
## MONITOR DASHBOARD MODE UBUNTU ##
###################################
if [ $# -ne 2 ]; then
echo "Uso: ./ubuntu.sh <tempo_total_segundos> <intervalo_segundos>"
exit 1
fi