2.x - firewall/metrics/services/cronjobs

This commit is contained in:
Saeed Vaziry
2024-10-01 19:09:38 +02:00
parent 2e9620409b
commit 906ddc38de
58 changed files with 1625 additions and 631 deletions

View File

@ -211,4 +211,5 @@
// 'ExampleClass' => App\Example\ExampleClass::class,
])->toArray(),
'version' => '2.0.0',
];

View File

@ -172,6 +172,56 @@
'vito-agent' => \App\SSH\Services\Monitoring\VitoAgent\VitoAgent::class,
'remote-monitor' => \App\SSH\Services\Monitoring\RemoteMonitor\RemoteMonitor::class,
],
'service_versions' => [
'nginx' => [
'latest',
],
'mysql' => [
'5.7',
'8.0',
],
'mariadb' => [
'10.3',
'10.4',
'10.6',
'10.11',
'11.4',
],
'postgresql' => [
'12',
'13',
'14',
'15',
'16',
],
'redis' => [
'latest',
],
'php' => [
'5.6',
'7.0',
'7.1',
'7.2',
'7.3',
'7.4',
'8.0',
'8.1',
'8.2',
'8.3',
],
'ufw' => [
'latest',
],
'supervisor' => [
'latest',
],
'vito-agent' => [
'latest',
],
'remote-monitor' => [
'latest',
],
],
'service_units' => [
'nginx' => [
\App\Enums\OperatingSystem::UBUNTU20 => [