Date: 15 มี.ค. 2026, 15:40-18:00 ICT Reported by: User report Resolved by: AI Operations Team + Guardian (DustBoy PhD Oracle) Severity: HIGH — server ล่ม ต้องไม่เกิดขึ้น
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mqtt.laris.co Pipeline Guardian Report | |
| ## 15 Mar 2026, 17:20 ICT — DustBoy PhD Oracle | |
| ### Situation | |
| Pulse flagged disk at **89%** (51G/58G) — approaching 90% CRITICAL threshold. | |
| ### Investigation | |
| | Source | Size | Notes | | |
| |--------|------|-------| | |
| | Docker overlay2 | 29G | Layer storage | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = wezterm.config_builder() | |
| -- Font: Nerd Font for starship icons | |
| config.font_size = 13.0 | |
| -- Catppuccin Mocha (matches starship palette) | |
| config.color_scheme = 'Catppuccin Mocha' | |
| config.colors = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = wezterm.config_builder() | |
| -- Font: Nerd Font for starship icons | |
| config.font_size = 13.0 | |
| -- Catppuccin Mocha (matches starship palette) | |
| config.color_scheme = 'Catppuccin Mocha' | |
| config.colors = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = wezterm.config_builder() | |
| -- Font: Nerd Font for starship icons | |
| config.font_size = 13.0 | |
| -- Catppuccin Mocha (matches starship palette) | |
| config.color_scheme = 'Catppuccin Mocha' | |
| config.colors = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = wezterm.config_builder() | |
| config.hyperlink_rules = wezterm.default_hyperlink_rules() | |
| -- Remote white.local paths → local sshfs mount | |
| table.insert(config.hyperlink_rules, { | |
| regex = [[/home/nat/Code/([^ \t:),'"']+)]], | |
| format = 'file:///opt/white/$1', |
NewerOlder