mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - monitoring
This commit is contained in:
@ -122,4 +122,13 @@ protected function addUfw(): void
|
||||
'version' => 'latest',
|
||||
]);
|
||||
}
|
||||
|
||||
protected function addMonitoring(): void
|
||||
{
|
||||
$this->server->services()->create([
|
||||
'type' => 'monitoring',
|
||||
'name' => 'remote-monitor',
|
||||
'version' => 'latest',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user