#591 - monitoring

This commit is contained in:
Saeed Vaziry
2025-05-31 00:18:04 +02:00
parent 857319025f
commit c09c7a63fa
32 changed files with 1692 additions and 117 deletions

View File

@ -39,5 +39,6 @@ public function createServices(array $input): void
$this->addSupervisor();
$this->addRedis();
$this->addUfw();
$this->addMonitoring();
}
}