We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffbccf commit 12261b9Copy full SHA for 12261b9
app/Console/Commands/CleanupUnreachableServers.php
@@ -18,7 +18,7 @@ public function handle()
18
if ($servers->count() > 0) {
19
foreach ($servers as $server) {
20
echo "Cleanup unreachable server ($server->id) with name $server->name";
21
- send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
+ // send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
22
$server->update([
23
'ip' => '1.2.3.4',
24
]);
0 commit comments