@extends('layouts.admin') @section('title', 'アラート管理') @section('styles') @endsection @section('content')

アラート管理

自動更新
0
総アラート数
0
警告レベル
0
重要レベル
0
緊急レベル
0
エスカレーション済み

アラート管理

アラートチェック: 最新のパフォーマンスメトリクスをチェックしてアラートを検出
アラートクリア: すべてのアクティブなアラートを解決済みにマーク

アクティブなアラート

最終更新: -
読み込み中...
アラートを読み込み中...

タイプ別統計

テストアラート

テストアラートを送信して通知設定が正しく動作することを確認できます。

アラート設定

閾値設定
  • レスポンス時間: {{ config('monitoring.thresholds.response_time', 3000) }}ms
  • メモリ使用量: {{ number_format(config('monitoring.thresholds.memory_usage', 128 * 1024 * 1024) / 1024 / 1024, 0) }}MB
  • クエリ時間: {{ config('monitoring.thresholds.query_time', 500) }}ms
  • CPU使用率: {{ config('monitoring.thresholds.cpu_usage', 80) }}%
通知設定
  • メール通知: {{ config('monitoring.notifications.email.enabled') ? '有効' : '無効' }}
  • Slack通知: {{ config('monitoring.notifications.slack.enabled') ? '有効' : '無効' }}
  • エスカレーション: {{ config('monitoring.escalation.enabled') ? '有効' : '無効' }}
  • チェック間隔: {{ config('monitoring.monitoring.check_interval', 60) }}秒
@endsection @section('scripts') @endsection