module_fn('pi_control', 'table', $name); $hostCount = (int)$pdo->query('SELECT COUNT(*) FROM ' . $table('hosts'))->fetchColumn(); $cmdCount = (int)$pdo->query('SELECT COUNT(*) FROM ' . $table('commands'))->fetchColumn(); $runCount = (int)$pdo->query('SELECT COUNT(*) FROM ' . $table('runs'))->fetchColumn(); ?>
SSH Hosts verwalten, Befehle definieren und Aktionen ausführen.