<html> <head> <title>{{ $alert->title }}</title> <style type="text/css"> body { margin: 15px; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background-color: #fff; font-weight: 400; } .box { position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: #ffffff; margin-bottom: 10px; width: 100%; box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); } .no-padding { padding: 0 !important; } .table { max-width: 600px; background-color: #fff; border-collapse: collapse; border-spacing: 0; color: #333; } .table th, .table td { padding: 5px 10px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #f4f4f4; } .table tbody > tr:nth-child(even) > td, .table tbody > tr:nth-child(even) > th { background-color: #f9f9f9; } .table .state-marker, .state-marker { padding: 0px; margin: none; width: 7px; } .table tbody > tr > td.state-marker { background-color: #004774; } .table .ALERT .state-marker { background-color: #bd1e1e; } .table tbody > tr.ALERT > td { background-color: #ffebee; } .ALERT { color: red; } .table .ACKNOWLEDGED .state-marker { background-color: rgb(187, 135, 4); } .table tbody > tr.ACKNOWLEDGED > td { background-color: #fff8eb; } .ACKNOWLEDGED { color: goldenrod; } .table .RECOVERED .state-marker { background-color: rgb(0, 92, 0); } .table tbody > tr.RECOVERED > td { background-color: #ebffec; } .RECOVERED { color: green; } .header { font-size: 20px; font-weight: bold; padding: 10px;} </style> </head> <body>

Merhaba bu alert Arya-IT NOC Ekibi tarafından oluşturulmuştur. Ilgili sunucunun memory durumunu kontrol ederek lütfen bilgi sağlayınız.


@if ($alert->state == 1) @elseif ($alert->state == 2) @elseif ($alert->state == 0) @elseif ($alert->state == 3) @else @endif @foreach ($alert->faults as $key => $value) @endforeach
@if ($alert->state == 1) {{ $alert->severity }} @endif @if ($alert->state == 2) acknowledged @endif @if ($alert->state == 3) recovering @endif @if ($alert->state == 0) recovered @endif
Alert Title: {{ $alert->name }}
System Name: device_id }}/" class="entity-popup red" data-eid="{{ $alert->device_id }}" data-etype="device">{{ $alert->sysName }}
Device IP: device_id }}/" class="entity-popup red" data-eid="{{ $alert->device_id }}" data-etype="device">{{ $alert->hostname }}
Error DIMM: {{$value['state_name']}}
</body> </html>