{"id":187,"date":"2026-09-01T16:51:16","date_gmt":"2026-09-01T09:51:16","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=187"},"modified":"2026-09-02T11:46:17","modified_gmt":"2026-09-02T04:46:17","slug":"real-time-monitoring-alerts","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/real-time-monitoring-alerts\/","title":{"rendered":"Real-Time Monitoring &amp; Alerts"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 REAL-TIME MONITORING & ALERTS\n     Platform Capability Page\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.rtma-page {\n    --rt-yellow:#f7b900;\n    --rt-yellow-dark:#d99f00;\n    --rt-navy:#111c34;\n    --rt-navy2:#172541;\n    --rt-blue:#214c88;\n    --rt-cyan:#31a9e1;\n    --rt-cyan-soft:#dff5ff;\n    --rt-green:#19a974;\n    --rt-red:#e05b5b;\n    --rt-orange:#f59e0b;\n    --rt-text:#202b3d;\n    --rt-muted:#667085;\n    --rt-border:#e4e9f0;\n    --rt-light:#f7f9fc;\n\n    font-family:inherit;\n    color:var(--rt-text);\n    line-height:1.6;\n    overflow:hidden;\n}\n\n.rtma-page *,\n.rtma-page *::before,\n.rtma-page *::after {\n    box-sizing:border-box;\n}\n\n.rtma-page a {\n    text-decoration:none;\n}\n\n.rtma-container {\n    width:min(1180px,calc(100% - 40px));\n    margin:0 auto;\n}\n\n.rtma-section {\n    padding:88px 0;\n}\n\n.rtma-light {\n    background:var(--rt-light);\n}\n\n.rtma-dark {\n    color:white;\n    background:\n        radial-gradient(circle at 85% 15%,rgba(49,169,225,.18),transparent 29%),\n        radial-gradient(circle at 8% 88%,rgba(247,185,0,.07),transparent 24%),\n        linear-gradient(135deg,#111c34,#1a2948);\n}\n\n.rtma-eyebrow {\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    margin-bottom:14px;\n    color:var(--rt-blue);\n    font-size:13px;\n    font-weight:800;\n    letter-spacing:1.6px;\n    text-transform:uppercase;\n}\n\n.rtma-eyebrow::before {\n    content:\"\";\n    width:28px;\n    height:3px;\n    border-radius:3px;\n    background:var(--rt-yellow);\n}\n\n.rtma-dark .rtma-eyebrow {\n    color:#8bd5f7;\n}\n\n.rtma-title {\n    margin:0;\n    color:var(--rt-navy);\n    font-size:clamp(32px,4vw,48px);\n    line-height:1.12;\n    letter-spacing:-1px;\n}\n\n.rtma-dark .rtma-title {\n    color:white;\n}\n\n.rtma-lead {\n    max-width:880px;\n    margin:22px 0 0;\n    color:var(--rt-muted);\n    font-size:18px;\n    line-height:1.75;\n}\n\n.rtma-dark .rtma-lead {\n    color:#c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.rtma-actions {\n    display:flex;\n    flex-wrap:wrap;\n    gap:14px;\n    margin-top:32px;\n}\n\n.rtma-btn {\n    min-height:50px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:9px;\n    padding:12px 23px;\n    border-radius:7px;\n    font-size:15px;\n    font-weight:800;\n    transition:.2s ease;\n}\n\n.rtma-btn-primary {\n    color:var(--rt-navy);\n    background:var(--rt-yellow);\n}\n\n.rtma-btn-primary:hover {\n    color:var(--rt-navy);\n    background:#ffc72a;\n    transform:translateY(-2px);\n}\n\n.rtma-btn-secondary {\n    color:white;\n    border:1px solid rgba(255,255,255,.30);\n    background:rgba(255,255,255,.045);\n}\n\n.rtma-btn-secondary:hover {\n    color:white;\n    background:rgba(255,255,255,.10);\n}\n\n.rtma-btn-dark {\n    color:white;\n    background:var(--rt-navy);\n}\n\n.rtma-btn-dark:hover {\n    color:white;\n    background:#223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.rtma-hero {\n    position:relative;\n    min-height:750px;\n    display:flex;\n    align-items:center;\n    color:white;\n\n    background:\n        radial-gradient(circle at 80% 22%,rgba(49,169,225,.28),transparent 30%),\n        radial-gradient(circle at 93% 80%,rgba(247,185,0,.12),transparent 23%),\n        linear-gradient(135deg,#101a30 0%,#193158 58%,#174b70 100%);\n}\n\n.rtma-hero::before {\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),\n        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);\n    background-size:42px 42px;\n}\n\n.rtma-hero-inner {\n    position:relative;\n    z-index:2;\n    display:grid;\n    grid-template-columns:1.02fr .98fr;\n    gap:65px;\n    align-items:center;\n    padding:90px 0;\n}\n\n.rtma-badge {\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:8px 14px;\n    margin-bottom:22px;\n    border-radius:999px;\n    border:1px solid rgba(255,255,255,.20);\n    background:rgba(255,255,255,.07);\n    color:#d8e7f7;\n    font-size:13px;\n    font-weight:800;\n}\n\n.rtma-badge-dot {\n    width:8px;\n    height:8px;\n    border-radius:50%;\n    background:var(--rt-green);\n    box-shadow:0 0 0 5px rgba(25,169,116,.13);\n}\n\n.rtma-hero h1 {\n    margin:0;\n    color:white;\n    font-size:clamp(44px,5.8vw,70px);\n    line-height:1.02;\n    letter-spacing:-2.2px;\n}\n\n.rtma-hero h1 span {\n    color:var(--rt-yellow);\n}\n\n.rtma-hero-copy {\n    max-width:720px;\n    margin:26px 0 0;\n    color:#d4e0ee;\n    font-size:19px;\n    line-height:1.75;\n}\n\n.rtma-hero-note {\n    display:flex;\n    align-items:flex-start;\n    gap:11px;\n    max-width:700px;\n    margin-top:24px;\n    color:#aebed0;\n    font-size:12px;\n}\n\n.rtma-note-icon {\n    width:28px;\n    height:28px;\n    flex:0 0 28px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    color:#6de0b7;\n    background:rgba(25,169,116,.11);\n    font-weight:900;\n}\n\n\n\/* =========================================================\n   HERO STATUS PANEL\n   ========================================================= *\/\n\n.rtma-status-panel {\n    padding:27px;\n    border-radius:18px;\n    border:1px solid rgba(255,255,255,.14);\n    background:rgba(12,27,50,.82);\n    box-shadow:0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter:blur(12px);\n}\n\n.rtma-panel-label {\n    margin-bottom:18px;\n    color:#8bd5f7;\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n}\n\n.rtma-status-summary {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:8px;\n    margin-bottom:12px;\n}\n\n.rtma-status-kpi {\n    padding:12px 9px;\n    border-radius:8px;\n    border:1px solid rgba(255,255,255,.08);\n    background:rgba(255,255,255,.04);\n    text-align:center;\n}\n\n.rtma-status-kpi small {\n    display:block;\n    color:#72879f;\n    font-size:8px;\n    text-transform:uppercase;\n    letter-spacing:.8px;\n}\n\n.rtma-status-kpi strong {\n    display:block;\n    margin-top:4px;\n    color:white;\n    font-size:19px;\n}\n\n.rtma-status-kpi .warn {\n    color:#ffd052;\n}\n\n.rtma-alert-list {\n    display:grid;\n    gap:8px;\n}\n\n.rtma-alert-item {\n    display:grid;\n    grid-template-columns:12px 1fr auto;\n    gap:11px;\n    align-items:center;\n    padding:13px;\n    border-radius:9px;\n    border:1px solid rgba(255,255,255,.08);\n    background:rgba(255,255,255,.045);\n}\n\n.rtma-alert-dot {\n    width:9px;\n    height:9px;\n    border-radius:50%;\n}\n\n.rtma-normal {\n    background:var(--rt-green);\n}\n\n.rtma-warning {\n    background:var(--rt-yellow);\n}\n\n.rtma-critical {\n    background:var(--rt-red);\n}\n\n.rtma-alert-item strong {\n    display:block;\n    color:white;\n    font-size:12px;\n}\n\n.rtma-alert-item span {\n    display:block;\n    margin-top:2px;\n    color:#8da1b8;\n    font-size:9px;\n}\n\n.rtma-alert-state {\n    color:#b8c9da;\n    font-size:8px;\n    font-weight:900;\n    text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   PROBLEM\n   ========================================================= *\/\n\n.rtma-problem-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.rtma-card {\n    padding:28px;\n    border:1px solid var(--rt-border);\n    border-radius:13px;\n    background:white;\n}\n\n.rtma-card-icon {\n    width:46px;\n    height:46px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    margin-bottom:18px;\n    border-radius:10px;\n    color:#b57e00;\n    background:#fff5d5;\n    font-weight:900;\n}\n\n.rtma-card h3 {\n    margin:0 0 10px;\n    color:var(--rt-navy);\n    font-size:19px;\n}\n\n.rtma-card p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:14px;\n}\n\n\n\/* =========================================================\n   REAL TIME MODEL\n   ========================================================= *\/\n\n.rtma-time-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-time-card {\n    padding:28px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.rtma-time-type {\n    color:var(--rt-yellow);\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:1px;\n    text-transform:uppercase;\n}\n\n.rtma-time-card h3 {\n    margin:10px 0 8px;\n    color:white;\n    font-size:19px;\n}\n\n.rtma-time-card p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   EVENT FLOW\n   ========================================================= *\/\n\n.rtma-architecture {\n    margin-top:52px;\n}\n\n.rtma-arch-row {\n    display:grid;\n    grid-template-columns:\n        1fr 28px\n        1fr 28px\n        1fr 28px\n        1fr 28px\n        1fr;\n}\n\n.rtma-arch-box {\n    padding:21px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.rtma-arch-no {\n    color:var(--rt-yellow);\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:1.1px;\n}\n\n.rtma-arch-box h3 {\n    margin:10px 0 8px;\n    color:white;\n    font-size:16px;\n}\n\n.rtma-arch-box p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:12px;\n}\n\n.rtma-arch-arrow {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:var(--rt-yellow);\n    font-size:18px;\n}\n\n\n\/* =========================================================\n   ALERT TYPES\n   ========================================================= *\/\n\n.rtma-alert-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-alert-type-card {\n    padding:27px;\n    border:1px solid var(--rt-border);\n    border-radius:13px;\n    background:white;\n}\n\n.rtma-alert-type-card small {\n    display:block;\n    color:var(--rt-blue);\n    font-size:10px;\n    font-weight:900;\n    text-transform:uppercase;\n    letter-spacing:1px;\n}\n\n.rtma-alert-type-card h3 {\n    margin:9px 0 8px;\n    color:var(--rt-navy);\n    font-size:19px;\n}\n\n.rtma-alert-type-card p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   DESIGN PRINCIPLES\n   ========================================================= *\/\n\n.rtma-principle-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-principle {\n    padding:27px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.rtma-principle-no {\n    color:var(--rt-yellow);\n    font-size:11px;\n    font-weight:900;\n}\n\n.rtma-principle h3 {\n    margin:10px 0 8px;\n    color:white;\n    font-size:18px;\n}\n\n.rtma-principle p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   GRAFANA CAPABILITIES\n   ========================================================= *\/\n\n.rtma-cap-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-cap {\n    padding:27px;\n    border:1px solid var(--rt-border);\n    border-radius:13px;\n    background:white;\n}\n\n.rtma-cap-type {\n    color:var(--rt-blue);\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:1px;\n    text-transform:uppercase;\n}\n\n.rtma-cap h3 {\n    margin:9px 0 8px;\n    color:var(--rt-navy);\n    font-size:18px;\n}\n\n.rtma-cap p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   INVESTIGATION\n   ========================================================= *\/\n\n.rtma-invest-grid {\n    display:grid;\n    grid-template-columns:.9fr 1.1fr;\n    gap:55px;\n    align-items:center;\n}\n\n.rtma-invest-panel {\n    padding:30px;\n    border-radius:16px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.rtma-invest-item {\n    padding:16px 0;\n    border-bottom:1px solid rgba(255,255,255,.08);\n}\n\n.rtma-invest-item:last-child {\n    border-bottom:0;\n}\n\n.rtma-invest-item strong {\n    display:block;\n    color:white;\n    font-size:15px;\n}\n\n.rtma-invest-item span {\n    display:block;\n    margin-top:4px;\n    color:#b9c5d5;\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   PRODUCTS\n   ========================================================= *\/\n\n.rtma-product-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.rtma-product {\n    padding:29px;\n    border-radius:14px;\n    border:1px solid var(--rt-border);\n    background:white;\n}\n\n.rtma-product-type {\n    color:var(--rt-blue);\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1.1px;\n    text-transform:uppercase;\n}\n\n.rtma-product h3 {\n    margin:8px 0;\n    color:var(--rt-navy);\n    font-size:25px;\n}\n\n.rtma-product p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n.rtma-product-link {\n    display:inline-block;\n    margin-top:18px;\n    color:var(--rt-blue);\n    font-size:13px;\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.rtma-use-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-use {\n    overflow:hidden;\n    border:1px solid var(--rt-border);\n    border-radius:14px;\n    background:white;\n}\n\n.rtma-use-head {\n    padding:23px;\n    color:white;\n    background:linear-gradient(135deg,#172541,#214c70);\n}\n\n.rtma-use-head small {\n    display:block;\n    color:#8bd5f7;\n    font-size:10px;\n    font-weight:900;\n    text-transform:uppercase;\n    letter-spacing:1px;\n}\n\n.rtma-use-head h3 {\n    margin:7px 0 0;\n    color:white;\n    font-size:19px;\n}\n\n.rtma-use-body {\n    padding:23px;\n}\n\n.rtma-use-body p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n.rtma-use-chain {\n    margin-top:17px;\n    color:var(--rt-blue);\n    font-size:11px;\n    font-weight:800;\n    line-height:1.8;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.rtma-deliver-grid {\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:48px;\n}\n\n.rtma-deliver {\n    display:grid;\n    grid-template-columns:42px 1fr;\n    gap:15px;\n    padding:24px;\n    border:1px solid var(--rt-border);\n    border-radius:12px;\n    background:white;\n}\n\n.rtma-deliver-icon {\n    width:38px;\n    height:38px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    color:var(--rt-green);\n    background:#eaf8f3;\n    font-weight:900;\n}\n\n.rtma-deliver h3 {\n    margin:0 0 6px;\n    color:var(--rt-navy);\n    font-size:16px;\n}\n\n.rtma-deliver p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n\n\/* =========================================================\n   ALERT MATURITY\n   ========================================================= *\/\n\n.rtma-maturity-grid {\n    display:grid;\n    grid-template-columns:repeat(5,1fr);\n    gap:16px;\n    margin-top:48px;\n}\n\n.rtma-maturity {\n    padding:24px;\n    border-radius:13px;\n    border:1px solid rgba(255,255,255,.11);\n    background:rgba(255,255,255,.055);\n}\n\n.rtma-maturity-no {\n    color:var(--rt-yellow);\n    font-size:28px;\n    line-height:1;\n    font-weight:900;\n}\n\n.rtma-maturity h3 {\n    margin:14px 0 7px;\n    color:white;\n    font-size:16px;\n}\n\n.rtma-maturity p {\n    margin:0;\n    color:#bdc9d9;\n    font-size:12px;\n}\n\n\n\/* =========================================================\n   BOUNDARY\n   ========================================================= *\/\n\n.rtma-boundary {\n    margin-top:48px;\n    overflow-x:auto;\n    border:1px solid var(--rt-border);\n    border-radius:14px;\n}\n\n.rtma-boundary table {\n    width:100%;\n    min-width:830px;\n    border-collapse:collapse;\n    background:white;\n}\n\n.rtma-boundary th,\n.rtma-boundary td {\n    padding:17px 20px;\n    text-align:left;\n    border-bottom:1px solid var(--rt-border);\n}\n\n.rtma-boundary th {\n    background:#f0f4f8;\n    color:var(--rt-navy);\n    font-size:13px;\n}\n\n.rtma-boundary td {\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n.rtma-boundary tr:last-child td {\n    border-bottom:0;\n}\n\n.rtma-yes {\n    color:var(--rt-green) !important;\n    font-weight:800;\n}\n\n.rtma-caution {\n    color:#b47d00 !important;\n    font-weight:800;\n}\n\n\n\/* =========================================================\n   OPTIONS\n   ========================================================= *\/\n\n.rtma-option-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-top:48px;\n}\n\n.rtma-option {\n    position:relative;\n    padding:30px;\n    border:1px solid var(--rt-border);\n    border-radius:15px;\n    background:white;\n}\n\n.rtma-option-featured {\n    border:2px solid var(--rt-yellow);\n    transform:translateY(-6px);\n    box-shadow:0 17px 42px rgba(20,35,60,.09);\n}\n\n.rtma-option-badge {\n    position:absolute;\n    right:18px;\n    top:18px;\n    padding:5px 9px;\n    border-radius:999px;\n    color:#966c00;\n    background:#fff4cc;\n    font-size:9px;\n    font-weight:900;\n    text-transform:uppercase;\n}\n\n.rtma-option-type {\n    color:var(--rt-blue);\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:1.1px;\n    text-transform:uppercase;\n}\n\n.rtma-option h3 {\n    margin:8px 0;\n    color:var(--rt-navy);\n    font-size:24px;\n}\n\n.rtma-option p {\n    margin:0;\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n.rtma-option ul {\n    margin:20px 0 0;\n    padding:18px 0 0 18px;\n    border-top:1px solid var(--rt-border);\n    color:var(--rt-muted);\n    font-size:13px;\n}\n\n.rtma-option li {\n    margin:7px 0;\n}\n\n.rtma-option .rtma-btn {\n    width:100%;\n    margin-top:21px;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.rtma-faq {\n    max-width:920px;\n    margin-top:44px;\n}\n\n.rtma-faq details {\n    padding:18px 0;\n    border-bottom:1px solid var(--rt-border);\n}\n\n.rtma-faq summary {\n    cursor:pointer;\n    list-style:none;\n    position:relative;\n    padding-right:30px;\n    color:var(--rt-navy);\n    font-size:16px;\n    font-weight:800;\n}\n\n.rtma-faq summary::-webkit-details-marker {\n    display:none;\n}\n\n.rtma-faq summary::after {\n    content:\"+\";\n    position:absolute;\n    right:0;\n    top:0;\n    color:var(--rt-blue);\n    font-size:22px;\n}\n\n.rtma-faq details[open] summary::after {\n    content:\"\u2013\";\n}\n\n.rtma-faq p {\n    max-width:840px;\n    margin:12px 0 3px;\n    color:var(--rt-muted);\n    font-size:14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.rtma-cta {\n    padding:88px 0;\n    background:\n        radial-gradient(circle at 15% 50%,rgba(49,169,225,.17),transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.rtma-cta-inner {\n    display:grid;\n    grid-template-columns:1fr auto;\n    gap:45px;\n    align-items:center;\n}\n\n.rtma-cta h2 {\n    max-width:820px;\n    margin:0;\n    color:white;\n    font-size:clamp(30px,4vw,45px);\n    line-height:1.14;\n}\n\n.rtma-cta h2 span {\n    color:var(--rt-yellow);\n}\n\n.rtma-cta p {\n    max-width:750px;\n    margin:16px 0 0;\n    color:#c8d4e4;\n    font-size:16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media(max-width:980px) {\n\n    .rtma-hero-inner,\n    .rtma-invest-grid,\n    .rtma-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .rtma-problem-grid,\n    .rtma-time-grid,\n    .rtma-alert-grid,\n    .rtma-principle-grid,\n    .rtma-cap-grid,\n    .rtma-product-grid,\n    .rtma-use-grid,\n    .rtma-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .rtma-maturity-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .rtma-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .rtma-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n}\n\n@media(max-width:700px) {\n\n    .rtma-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .rtma-section {\n        padding:65px 0;\n    }\n\n    .rtma-hero-inner {\n        padding:70px 0;\n    }\n\n    .rtma-problem-grid,\n    .rtma-time-grid,\n    .rtma-alert-grid,\n    .rtma-principle-grid,\n    .rtma-cap-grid,\n    .rtma-product-grid,\n    .rtma-use-grid,\n    .rtma-deliver-grid,\n    .rtma-maturity-grid,\n    .rtma-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .rtma-status-summary {\n        grid-template-columns:1fr;\n    }\n\n    .rtma-option-featured {\n        transform:none;\n    }\n\n    .rtma-actions {\n        flex-direction:column;\n    }\n\n    .rtma-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"rtma-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"rtma-hero\">\n\n    <div class=\"rtma-container rtma-hero-inner\">\n\n        <div>\n\n            <div class=\"rtma-badge\">\n                <span class=\"rtma-badge-dot\"><\/span>\n                Siteplore Platform \u2014 Real-Time Monitoring &amp; Alerts\n            <\/div>\n\n            <h1>\n                See What Is Changing.\n                <span>Know What Needs Attention.<\/span>\n            <\/h1>\n\n            <p class=\"rtma-hero-copy\">\n                Siteplore turns connected operational data into\n                current-state visibility, historical context\n                and configurable alerts \u2014 helping teams recognize\n                meaningful changes earlier and investigate them\n                with the information available around the event.\n            <\/p>\n\n            <div class=\"rtma-actions\">\n\n                <a class=\"rtma-btn rtma-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Real-Time%20Monitoring%20and%20Alerts.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Monitoring &amp; Alerts \u2192\n                <\/a>\n\n                <a class=\"rtma-btn rtma-btn-secondary\" href=\"\/index.php\/customer-monitoring\">\n                    View Customer Monitoring\n                <\/a>\n\n            <\/div>\n\n            <div class=\"rtma-hero-note\">\n\n                <div class=\"rtma-note-icon\">\u2713<\/div>\n\n                <div>\n                    \u201cReal-time\u201d on this page means operational monitoring\n                    with update latency determined by sensor sampling,\n                    edge transmission, network availability,\n                    cloud ingestion, query and dashboard or alert evaluation intervals.\n                    It does not imply deterministic hard real-time control.\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"rtma-status-panel\">\n\n            <div class=\"rtma-panel-label\">\n                Operational Monitoring View\n            <\/div>\n\n            <div class=\"rtma-status-summary\">\n\n                <div class=\"rtma-status-kpi\">\n                    <small>Monitored Assets<\/small>\n                    <strong>48<\/strong>\n                <\/div>\n\n                <div class=\"rtma-status-kpi\">\n                    <small>Active Events<\/small>\n                    <strong class=\"warn\">3<\/strong>\n                <\/div>\n\n                <div class=\"rtma-status-kpi\">\n                    <small>Data Status<\/small>\n                    <strong>Live<\/strong>\n                <\/div>\n\n            <\/div>\n\n            <div class=\"rtma-alert-list\">\n\n                <div class=\"rtma-alert-item\">\n\n                    <div class=\"rtma-alert-dot rtma-normal\"><\/div>\n\n                    <div>\n                        <strong>P-101A Cooling Water Pump<\/strong>\n                        <span>Condition within configured monitoring range<\/span>\n                    <\/div>\n\n                    <div class=\"rtma-alert-state\">\n                        Normal\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"rtma-alert-item\">\n\n                    <div class=\"rtma-alert-dot rtma-warning\"><\/div>\n\n                    <div>\n                        <strong>P-101B Condition Trend<\/strong>\n                        <span>Configured monitoring condition requires review<\/span>\n                    <\/div>\n\n                    <div class=\"rtma-alert-state\">\n                        Review\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"rtma-alert-item\">\n\n                    <div class=\"rtma-alert-dot rtma-warning\"><\/div>\n\n                    <div>\n                        <strong>Utility Power Demand<\/strong>\n                        <span>Demand above selected operational reference<\/span>\n                    <\/div>\n\n                    <div class=\"rtma-alert-state\">\n                        Review\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"rtma-alert-item\">\n\n                    <div class=\"rtma-alert-dot rtma-critical\"><\/div>\n\n                    <div>\n                        <strong>Remote Sensor Station<\/strong>\n                        <span>Data availability requires investigation<\/span>\n                    <\/div>\n\n                    <div class=\"rtma-alert-state\">\n                        Event\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEM\n     ======================================================== -->\n\n<section class=\"rtma-section\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            The Awareness Gap\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            The problem is not always missing data.\n            Sometimes the problem is knowing which change matters.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            Connected systems can produce thousands of measurements.\n            Without context, thresholds and prioritization,\n            operators and engineers may still discover important\n            changes too late \u2014 or receive so many alerts\n            that meaningful events are lost in the noise.\n        <\/p>\n\n\n        <div class=\"rtma-problem-grid\">\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">01<\/div>\n\n                <h3>\n                    Conditions Change Between Rounds\n                <\/h3>\n\n                <p>\n                    Equipment or process conditions\n                    may change before the next manual inspection.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">02<\/div>\n\n                <h3>\n                    Too Much Raw Data\n                <\/h3>\n\n                <p>\n                    Continuous measurements are useful\n                    only when teams can identify\n                    which changes deserve attention.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">03<\/div>\n\n                <h3>\n                    Static Thresholds Without Context\n                <\/h3>\n\n                <p>\n                    A threshold can create noise\n                    if load, operating state\n                    or process context is ignored.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">04<\/div>\n\n                <h3>\n                    Alarm Flood\n                <\/h3>\n\n                <p>\n                    Too many similar notifications\n                    can make prioritization difficult\n                    and reduce user attention.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">05<\/div>\n\n                <h3>\n                    No Historical Evidence\n                <\/h3>\n\n                <p>\n                    When an event occurs,\n                    teams need the trend before\n                    and during the event to investigate it.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-card\">\n\n                <div class=\"rtma-card-icon\">06<\/div>\n\n                <h3>\n                    Alert Without Workflow\n                <\/h3>\n\n                <p>\n                    Notifications create limited value\n                    if no one knows who should review them\n                    or what evidence to check next.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     WHAT REAL TIME MEANS\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-dark\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            What \u201cReal-Time\u201d Means in Siteplore\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Operational awareness at the speed\n            appropriate to the monitoring use case.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            Siteplore monitoring is intended for operational awareness,\n            engineering visibility and event detection.\n            Required update intervals should be engineered\n            around the physical process, sensor capability,\n            network and operational decision.\n        <\/p>\n\n\n        <div class=\"rtma-time-grid\">\n\n            <div class=\"rtma-time-card\">\n\n                <div class=\"rtma-time-type\">\n                    Current State\n                <\/div>\n\n                <h3>\n                    Live Monitoring View\n                <\/h3>\n\n                <p>\n                    Present the latest available\n                    measurements and asset status\n                    according to the configured update path.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-time-card\">\n\n                <div class=\"rtma-time-type\">\n                    Event Evaluation\n                <\/div>\n\n                <h3>\n                    Configurable Alert Logic\n                <\/h3>\n\n                <p>\n                    Evaluate selected measurements\n                    against defined monitoring conditions\n                    at configured intervals.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-time-card\">\n\n                <div class=\"rtma-time-type\">\n                    Context\n                <\/div>\n\n                <h3>\n                    Historical Before &amp; After\n                <\/h3>\n\n                <p>\n                    Combine the event with surrounding\n                    time-series history for investigation.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ALERT FLOW\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-dark\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            From Measurement to Attention\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            A useful alert is a monitoring workflow,\n            not simply a threshold.\n        <\/h2>\n\n\n        <div class=\"rtma-architecture\">\n\n            <div class=\"rtma-arch-row\">\n\n                <div class=\"rtma-arch-box\">\n\n                    <div class=\"rtma-arch-no\">\n                        01 \u2014 MEASURE\n                    <\/div>\n\n                    <h3>\n                        Field Condition\n                    <\/h3>\n\n                    <p>\n                        Sensor, meter or equipment\n                        produces operational data.\n                    <\/p>\n\n                <\/div>\n\n                <div class=\"rtma-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rtma-arch-box\">\n\n                    <div class=\"rtma-arch-no\">\n                        02 \u2014 EVALUATE\n                    <\/div>\n\n                    <h3>\n                        Monitoring Logic\n                    <\/h3>\n\n                    <p>\n                        Evaluate selected conditions,\n                        thresholds or state logic.\n                    <\/p>\n\n                <\/div>\n\n                <div class=\"rtma-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rtma-arch-box\">\n\n                    <div class=\"rtma-arch-no\">\n                        03 \u2014 NOTIFY\n                    <\/div>\n\n                    <h3>\n                        Alert \/ Event\n                    <\/h3>\n\n                    <p>\n                        Surface the condition\n                        through the configured alert workflow.\n                    <\/p>\n\n                <\/div>\n\n                <div class=\"rtma-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rtma-arch-box\">\n\n                    <div class=\"rtma-arch-no\">\n                        04 \u2014 INVESTIGATE\n                    <\/div>\n\n                    <h3>\n                        Trend &amp; Context\n                    <\/h3>\n\n                    <p>\n                        Review related measurements,\n                        history and operational context.\n                    <\/p>\n\n                <\/div>\n\n                <div class=\"rtma-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rtma-arch-box\">\n\n                    <div class=\"rtma-arch-no\">\n                        05 \u2014 RESPOND\n                    <\/div>\n\n                    <h3>\n                        Operational Action\n                    <\/h3>\n\n                    <p>\n                        Inspect, verify,\n                        prioritize or escalate appropriately.\n                    <\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ALERT TYPES\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-light\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Monitoring Logic\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Alert design can move beyond\n            one value crossing one threshold.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            The appropriate logic depends on the measurement,\n            process behavior and consequences of missing\n            or over-triggering an event.\n        <\/p>\n\n\n        <div class=\"rtma-alert-grid\">\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>Basic<\/small>\n\n                <h3>\n                    High \/ Low Threshold\n                <\/h3>\n\n                <p>\n                    Trigger an event when\n                    a selected metric crosses\n                    an agreed monitoring limit.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>Time-Based<\/small>\n\n                <h3>\n                    Persistence\n                <\/h3>\n\n                <p>\n                    Require the condition\n                    to persist for a defined period\n                    before creating an alert.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>State-Aware<\/small>\n\n                <h3>\n                    Operating Condition\n                <\/h3>\n\n                <p>\n                    Interpret a measurement\n                    differently depending on\n                    running or process state where available.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>Change Detection<\/small>\n\n                <h3>\n                    Rate or Trend Change\n                <\/h3>\n\n                <p>\n                    Monitor selected changes\n                    over time where a developing trend\n                    is more important than one absolute value.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>Availability<\/small>\n\n                <h3>\n                    Missing Data \/ Device Health\n                <\/h3>\n\n                <p>\n                    Detect when an expected\n                    data stream stops reporting\n                    or becomes unavailable.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-alert-type-card\">\n\n                <small>Analytical<\/small>\n\n                <h3>\n                    Outlier \/ Forecast Context\n                <\/h3>\n\n                <p>\n                    Where supported,\n                    analytics can help evaluate\n                    unusual behavior beyond fixed thresholds.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ALERT DESIGN PRINCIPLES\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-dark\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Alert Quality\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            More alerts do not automatically\n            create better monitoring.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            A useful alert should represent\n            a meaningful condition, reach the right audience\n            and provide enough context for the next decision.\n        <\/p>\n\n\n        <div class=\"rtma-principle-grid\">\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">01<\/div>\n\n                <h3>\n                    Actionable\n                <\/h3>\n\n                <p>\n                    An alert should correspond\n                    to a condition that deserves\n                    a defined review or response.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">02<\/div>\n\n                <h3>\n                    Prioritized\n                <\/h3>\n\n                <p>\n                    Different monitoring events\n                    should not automatically\n                    be treated as equally important.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">03<\/div>\n\n                <h3>\n                    Contextual\n                <\/h3>\n\n                <p>\n                    Asset identity,\n                    operating state and related trends\n                    can make an event easier to interpret.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">04<\/div>\n\n                <h3>\n                    Stable\n                <\/h3>\n\n                <p>\n                    Persistence, hysteresis\n                    or suitable logic can reduce\n                    unnecessary alert chatter.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">05<\/div>\n\n                <h3>\n                    Owned\n                <\/h3>\n\n                <p>\n                    Someone should know\n                    who reviews the event\n                    and what should happen next.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-principle\">\n\n                <div class=\"rtma-principle-no\">06<\/div>\n\n                <h3>\n                    Reviewable\n                <\/h3>\n\n                <p>\n                    Alert performance should\n                    be reviewed and adjusted\n                    as operational experience grows.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     GRAFANA CLOUD CAPABILITIES\n     ======================================================== -->\n\n<section class=\"rtma-section\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Grafana Cloud Monitoring Layer\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Move from visualization\n            toward investigation and response.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            Siteplore can use capabilities available\n            within the deployed Grafana Cloud environment\n            to support monitoring, alerting and analytical workflows.\n            Exact availability depends on the customer stack,\n            plan, datasource and configuration.\n        <\/p>\n\n\n        <div class=\"rtma-cap-grid\">\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Alerting\n                <\/div>\n\n                <h3>\n                    Grafana Alerting\n                <\/h3>\n\n                <p>\n                    Evaluate configured conditions\n                    and surface monitoring events\n                    from supported data sources.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Investigation\n                <\/div>\n\n                <h3>\n                    Investigations\n                <\/h3>\n\n                <p>\n                    Support structured investigation\n                    of relevant monitoring changes\n                    where the capability is available.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Operational Workflow\n                <\/div>\n\n                <h3>\n                    IRM\n                <\/h3>\n\n                <p>\n                    Incident-response capabilities\n                    can support broader event handling\n                    where appropriate to the deployment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Automation\n                <\/div>\n\n                <h3>\n                    Automations &amp; Watchers\n                <\/h3>\n\n                <p>\n                    Available workflow capabilities\n                    can support selected monitoring\n                    and follow-up processes where configured.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Machine Learning\n                <\/div>\n\n                <h3>\n                    Outlier Detection\n                <\/h3>\n\n                <p>\n                    Outlier-detection capabilities\n                    can help highlight unusual behavior\n                    in suitable monitored metrics.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Forecasting\n                <\/div>\n\n                <h3>\n                    Metric Forecasts\n                <\/h3>\n\n                <p>\n                    Forecasts can provide additional\n                    context for suitable time-series metrics,\n                    anomaly-detection support\n                    or capacity-planning use cases.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    AI\n                <\/div>\n\n                <h3>\n                    AI Assistant\n                <\/h3>\n\n                <p>\n                    Available AI-assisted capabilities\n                    can help users search,\n                    explore and investigate\n                    operational information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Navigation\n                <\/div>\n\n                <h3>\n                    Search\n                <\/h3>\n\n                <p>\n                    Search capabilities can help\n                    users navigate monitoring resources\n                    and relevant operational information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-cap\">\n\n                <div class=\"rtma-cap-type\">\n                    Reliability Context\n                <\/div>\n\n                <h3>\n                    SLO Capabilities\n                <\/h3>\n\n                <p>\n                    Where applicable,\n                    service-level concepts can support\n                    monitoring of selected availability objectives.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n\n        <p style=\"\n            max-width:920px;\n            margin:25px 0 0;\n            color:#667085;\n            font-size:11px;\n        \">\n            These are platform capabilities that may be used\n            where supported by the relevant Grafana Cloud subscription\n            and project configuration. They are not automatically\n            included in every Siteplore package.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     INVESTIGATION\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-dark\">\n\n    <div class=\"rtma-container rtma-invest-grid\">\n\n        <div>\n\n            <div class=\"rtma-eyebrow\">\n                From Alert to Investigation\n            <\/div>\n\n            <h2 class=\"rtma-title\">\n                The alert should be the beginning\n                of the investigation \u2014 not the conclusion.\n            <\/h2>\n\n            <p class=\"rtma-lead\">\n                When Siteplore highlights a condition,\n                users should still evaluate the quality\n                of the measurement, asset operating state,\n                surrounding trends and relevant engineering context.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"rtma-invest-panel\">\n\n            <div class=\"rtma-invest-item\">\n\n                <strong>\n                    1. Confirm the Data\n                <\/strong>\n\n                <span>\n                    Is the measurement plausible,\n                    current and coming from the expected source?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rtma-invest-item\">\n\n                <strong>\n                    2. Review Operating Context\n                <\/strong>\n\n                <span>\n                    Has load, process state,\n                    weather or equipment operation changed?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rtma-invest-item\">\n\n                <strong>\n                    3. Review Historical Trend\n                <\/strong>\n\n                <span>\n                    Is this a sudden event,\n                    recurring pattern or gradual development?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rtma-invest-item\">\n\n                <strong>\n                    4. Compare Related Measurements\n                <\/strong>\n\n                <span>\n                    Do other signals support\n                    the same interpretation?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rtma-invest-item\">\n\n                <strong>\n                    5. Decide the Next Action\n                <\/strong>\n\n                <span>\n                    Continue monitoring,\n                    inspect locally, escalate,\n                    investigate further or plan maintenance.\n                <\/span>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PRODUCTS\n     ======================================================== -->\n\n<section class=\"rtma-section\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Monitoring Sources\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Real-time awareness starts\n            with the right field information.\n        <\/h2>\n\n\n        <div class=\"rtma-product-grid\">\n\n            <div class=\"rtma-product\">\n\n                <div class=\"rtma-product-type\">\n                    Multi-Sensor Monitoring\n                <\/div>\n\n                <h3>\n                    RekaSense\n                <\/h3>\n\n                <p>\n                    Bring compatible environmental,\n                    water, agriculture, process\n                    and remote sensor data into Siteplore.\n                <\/p>\n\n                <a class=\"rtma-product-link\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rtma-product\">\n\n                <div class=\"rtma-product-type\">\n                    Electrical &amp; Energy\n                <\/div>\n\n                <h3>\n                    PowerWatch\n                <\/h3>\n\n                <p>\n                    Monitor compatible electrical\n                    and energy data for\n                    operational awareness and trend context.\n                <\/p>\n\n                <a class=\"rtma-product-link\" href=\"\/index.php\/powerwatch\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rtma-product\">\n\n                <div class=\"rtma-product-type\">\n                    Equipment Condition\n                <\/div>\n\n                <h3>\n                    MachineGuard\n                <\/h3>\n\n                <p>\n                    Add condition-monitoring\n                    and early-warning visibility\n                    for selected rotating equipment.\n                <\/p>\n\n                <a class=\"rtma-product-link\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-light\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Example Applications\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Use alerts where earlier awareness\n            can improve the next decision.\n        <\/h2>\n\n\n        <div class=\"rtma-use-grid\">\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Machine Condition<\/small>\n                    <h3>Developing Equipment Change<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Highlight a configured\n                        change in selected condition measurements\n                        for engineering review.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Condition Data<br>\n                        \u2192 Alert Logic<br>\n                        \u2192 Trend Investigation\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Energy<\/small>\n                    <h3>Unexpected Demand<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Identify selected\n                        electrical-demand conditions\n                        requiring operational review.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Meter<br>\n                        \u2192 Demand Event<br>\n                        \u2192 Energy Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Environment<\/small>\n                    <h3>Environmental Threshold<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Surface selected environmental\n                        measurements outside\n                        an agreed monitoring range.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Sensor<br>\n                        \u2192 Monitoring Rule<br>\n                        \u2192 Review\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Water<\/small>\n                    <h3>Water-Quality Change<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Highlight changes\n                        in suitable online water-quality\n                        measurements for verification.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Water Instrument<br>\n                        \u2192 Event<br>\n                        \u2192 Verify &amp; Investigate\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Remote Asset<\/small>\n                    <h3>Data Loss<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Detect when a remote\n                        monitoring point stops reporting\n                        according to the expected pattern.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Device<br>\n                        \u2192 Missing Data<br>\n                        \u2192 Connectivity Review\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-use\">\n\n                <div class=\"rtma-use-head\">\n                    <small>Utilities<\/small>\n                    <h3>Abnormal Operating Context<\/h3>\n                <\/div>\n\n                <div class=\"rtma-use-body\">\n\n                    <p>\n                        Combine selected process,\n                        equipment or utility measurements\n                        to support investigation.\n                    <\/p>\n\n                    <div class=\"rtma-use-chain\">\n                        Multiple Metrics<br>\n                        \u2192 Event Context<br>\n                        \u2192 Engineering Decision\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"rtma-section\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            What a Monitoring &amp; Alert Scope Can Include\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Define what should trigger attention,\n            who should see it and what happens next.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            Exact deliverables depend on the data available,\n            monitoring objective, customer workflow\n            and selected Siteplore engagement.\n        <\/p>\n\n\n        <div class=\"rtma-deliver-grid\">\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Monitoring Requirement Definition<\/h3>\n                    <p>\n                        Define the condition\n                        that should become visible\n                        or trigger review.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Dashboard Status Views<\/h3>\n                    <p>\n                        Current-state and historical\n                        monitoring views appropriate\n                        to the project scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Alert Logic<\/h3>\n                    <p>\n                        Configured monitoring conditions\n                        where technically justified.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Severity \/ Priority Structure<\/h3>\n                    <p>\n                        Appropriate event classification\n                        where included in the design.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Notification Workflow<\/h3>\n                    <p>\n                        Defined notification path\n                        using supported channels\n                        where included in scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Historical Investigation Views<\/h3>\n                    <p>\n                        Relevant trends\n                        for reviewing the condition\n                        around an event.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Customer Access Configuration<\/h3>\n                    <p>\n                        Monitoring access aligned\n                        with the selected customer environment.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rtma-deliver\">\n\n                <div class=\"rtma-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Training &amp; Alert Review<\/h3>\n                    <p>\n                        Knowledge transfer\n                        on how to interpret and respond\n                        to configured monitoring events.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ALERT MATURITY\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-dark\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Alerting Maturity\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Start with reliable conditions.\n            Add sophistication only when it improves signal quality.\n        <\/h2>\n\n\n        <div class=\"rtma-maturity-grid\">\n\n            <div class=\"rtma-maturity\">\n\n                <div class=\"rtma-maturity-no\">01<\/div>\n\n                <h3>\n                    Monitor\n                <\/h3>\n\n                <p>\n                    Establish reliable\n                    current-state and historical data.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-maturity\">\n\n                <div class=\"rtma-maturity-no\">02<\/div>\n\n                <h3>\n                    Threshold\n                <\/h3>\n\n                <p>\n                    Add meaningful\n                    high \/ low monitoring conditions.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-maturity\">\n\n                <div class=\"rtma-maturity-no\">03<\/div>\n\n                <h3>\n                    Context\n                <\/h3>\n\n                <p>\n                    Add persistence,\n                    operating state and related signals.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-maturity\">\n\n                <div class=\"rtma-maturity-no\">04<\/div>\n\n                <h3>\n                    Analyze\n                <\/h3>\n\n                <p>\n                    Use investigations,\n                    trends and suitable analytics.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rtma-maturity\">\n\n                <div class=\"rtma-maturity-no\">05<\/div>\n\n                <h3>\n                    Improve\n                <\/h3>\n\n                <p>\n                    Review false positives,\n                    missed conditions and response quality.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     BOUNDARY\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-light\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Important Platform Boundary\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Monitoring alerts are not the same\n            as safety trips, interlocks or protection.\n        <\/h2>\n\n        <p class=\"rtma-lead\">\n            Siteplore alerts support awareness and investigation.\n            They should not be treated as a substitute\n            for deterministic control, protective relays,\n            machinery protection, SIS, ESD\n            or other safety-critical systems.\n        <\/p>\n\n\n        <div class=\"rtma-boundary\">\n\n            <table>\n\n                <thead>\n                    <tr>\n                        <th>Function<\/th>\n                        <th>Siteplore Monitoring<\/th>\n                        <th>Important Boundary<\/th>\n                    <\/tr>\n                <\/thead>\n\n                <tbody>\n\n                    <tr>\n                        <td>Current-state dashboard<\/td>\n                        <td class=\"rtma-yes\">Yes<\/td>\n                        <td>Update rate depends on configured architecture<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Historical trend<\/td>\n                        <td class=\"rtma-yes\">Yes<\/td>\n                        <td>Depends on data availability<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Threshold monitoring<\/td>\n                        <td class=\"rtma-yes\">Yes<\/td>\n                        <td>Condition must be engineered appropriately<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Missing-data event<\/td>\n                        <td class=\"rtma-yes\">Where configured<\/td>\n                        <td>Requires expected reporting behavior<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Outlier \/ forecast context<\/td>\n                        <td class=\"rtma-yes\">Potentially<\/td>\n                        <td>Depends on data and available Grafana capability<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>AI-assisted investigation<\/td>\n                        <td class=\"rtma-yes\">Where available<\/td>\n                        <td>Not an automatic engineering conclusion<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Hard real-time control<\/td>\n                        <td class=\"rtma-caution\">No<\/td>\n                        <td>Dedicated deterministic control system required<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Automatic safety shutdown<\/td>\n                        <td class=\"rtma-caution\">No<\/td>\n                        <td>Dedicated safety system required<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Electrical protection trip<\/td>\n                        <td class=\"rtma-caution\">No<\/td>\n                        <td>Protective relay \/ device remains responsible<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Machinery protection trip<\/td>\n                        <td class=\"rtma-caution\">No<\/td>\n                        <td>Dedicated machinery protection remains responsible<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Guaranteed anomaly detection<\/td>\n                        <td class=\"rtma-caution\">No<\/td>\n                        <td>Analytical performance requires validation<\/td>\n                    <\/tr>\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     START OPTIONS\n     ======================================================== -->\n\n<section class=\"rtma-section\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Start with the Right Alert\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Define the condition first.\n            Configure the notification second.\n        <\/h2>\n\n\n        <div class=\"rtma-option-grid\">\n\n            <div class=\"rtma-option\">\n\n                <div class=\"rtma-option-type\">\n                    Engineering Definition\n                <\/div>\n\n                <h3>\n                    Site Assessment\n                <\/h3>\n\n                <p>\n                    For organizations that need\n                    to determine which conditions\n                    deserve continuous monitoring.\n                <\/p>\n\n                <ul>\n                    <li>Operational-problem review<\/li>\n                    <li>Monitoring-point definition<\/li>\n                    <li>Existing instrumentation review<\/li>\n                    <li>Alert-condition discussion<\/li>\n                    <li>Recommended architecture<\/li>\n                <\/ul>\n\n                <a class=\"rtma-btn rtma-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20site%20assessment.\" target=\"_blank\" rel=\"noopener\">\n                    Request Site Assessment\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rtma-option rtma-option-featured\">\n\n                <div class=\"rtma-option-badge\">\n                    Recommended Start\n                <\/div>\n\n                <div class=\"rtma-option-type\">\n                    Validate the Workflow\n                <\/div>\n\n                <h3>\n                    90-Day Paid Pilot\n                <\/h3>\n\n                <p>\n                    Test a focused monitoring\n                    and alert use case before\n                    expanding across the site.\n                <\/p>\n\n                <ul>\n                    <li>Selected operational metrics<\/li>\n                    <li>Dashboard monitoring<\/li>\n                    <li>Configured alert logic<\/li>\n                    <li>Event review<\/li>\n                    <li>Pilot findings &amp; improvement recommendation<\/li>\n                <\/ul>\n\n                <a class=\"rtma-btn rtma-btn-primary\" href=\"\/index.php\/pricing\/#paid-pilot\">\n                    Explore Paid Pilot\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rtma-option\">\n\n                <div class=\"rtma-option-type\">\n                    Integrated Monitoring\n                <\/div>\n\n                <h3>\n                    Siteplore Deployment\n                <\/h3>\n\n                <p>\n                    For organizations requiring\n                    monitoring and event visibility\n                    across multiple assets or domains.\n                <\/p>\n\n                <ul>\n                    <li>Integrated monitoring architecture<\/li>\n                    <li>Multiple dashboards<\/li>\n                    <li>Alert structure<\/li>\n                    <li>Customer monitoring access<\/li>\n                    <li>Training &amp; support scope<\/li>\n                <\/ul>\n\n                <a class=\"rtma-btn rtma-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20an%20integrated%20Siteplore%20monitoring%20and%20alerting%20deployment.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Deployment\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"rtma-actions\">\n\n            <a class=\"rtma-btn rtma-btn-dark\" href=\"\/index.php\/iot-monitoring\">\n                Explore IoT Monitoring \u2192\n            <\/a>\n\n            <a class=\"rtma-btn rtma-btn-dark\" href=\"\/index.php\/pricing\">\n                View Siteplore Pricing \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"rtma-section rtma-light\">\n\n    <div class=\"rtma-container\">\n\n        <div class=\"rtma-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"rtma-title\">\n            Real-Time Monitoring &amp; Alerts FAQ\n        <\/h2>\n\n\n        <div class=\"rtma-faq\">\n\n            <details>\n\n                <summary>\n                    Is Siteplore monitoring truly real-time?\n                <\/summary>\n\n                <p>\n                    Siteplore provides operational current-state monitoring,\n                    but the actual latency depends on sensor sampling,\n                    edge acquisition, communication,\n                    cloud ingestion, query frequency\n                    and dashboard or alert evaluation intervals.\n                    It should not be interpreted as a deterministic\n                    hard real-time control system.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How often can dashboard data update?\n                <\/summary>\n\n                <p>\n                    The appropriate update interval depends\n                    on the use case, sensor, network,\n                    data volume and configured cloud architecture.\n                    Faster refresh is not automatically better\n                    if the physical process does not require it.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore send alarms?\n                <\/summary>\n\n                <p>\n                    Siteplore can use configured Grafana Cloud\n                    alerting capabilities to identify\n                    selected monitoring conditions\n                    where supported and included in project scope.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can alerts have different priorities?\n                <\/summary>\n\n                <p>\n                    Event classification and priority\n                    can be designed where appropriate,\n                    but the structure should reflect\n                    the operational consequence\n                    and intended response workflow.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore detect when a sensor stops reporting?\n                <\/summary>\n\n                <p>\n                    Missing-data monitoring can be configured\n                    where the system knows the expected\n                    reporting pattern for the data source.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can alerts depend on whether a machine is running?\n                <\/summary>\n\n                <p>\n                    Potentially yes where reliable\n                    operating-state information is available.\n                    State-aware logic can reduce\n                    inappropriate alerts when a machine\n                    is stopped or operating under a different condition.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore detect anomalies without fixed thresholds?\n                <\/summary>\n\n                <p>\n                    Grafana Cloud outlier-detection\n                    or other analytical capabilities\n                    can potentially provide additional context\n                    where suitable data and configuration exist.\n                    Their performance should be validated\n                    against the actual use case.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore forecast a metric before it becomes abnormal?\n                <\/summary>\n\n                <p>\n                    Metric Forecast capabilities\n                    can be evaluated for suitable time-series data\n                    where available within the deployed Grafana Cloud stack.\n                    Forecasting supports analysis;\n                    it does not guarantee future equipment\n                    or process behavior.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can AI investigate an alert automatically?\n                <\/summary>\n\n                <p>\n                    AI-assisted and investigation capabilities\n                    may support exploration and interpretation\n                    where available, but an AI result\n                    should not automatically be treated\n                    as a verified engineering diagnosis.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore automatically stop equipment after an alert?\n                <\/summary>\n\n                <p>\n                    Not as a standard Siteplore monitoring function.\n                    Automatic control or shutdown requires\n                    dedicated control, interlock\n                    and safety engineering appropriate\n                    to the application.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Is a Siteplore alert the same as a DCS alarm?\n                <\/summary>\n\n                <p>\n                    Not necessarily.\n                    Siteplore is primarily a cloud monitoring\n                    and analytics layer.\n                    DCS, PLC or SCADA systems remain appropriate\n                    for plant-control and operational alarm functions\n                    where required by the process.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Is a Siteplore alert a machinery-protection alarm?\n                <\/summary>\n\n                <p>\n                    No.\n                    MachineGuard and Siteplore can provide\n                    condition-monitoring and early-warning visibility,\n                    but dedicated machinery protection systems\n                    remain responsible for protection functions.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can the customer see alerts from a Grafana Cloud account?\n                <\/summary>\n\n                <p>\n                    Customer access can be configured\n                    within the Grafana Cloud monitoring environment\n                    assigned to the organization,\n                    according to user role and deployment scope.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can one monitoring environment cover multiple sites?\n                <\/summary>\n\n                <p>\n                    Multi-site monitoring can be designed\n                    where the customer architecture,\n                    data isolation, connectivity\n                    and access model support it.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we decide what deserves an alert?\n                <\/summary>\n\n                <p>\n                    Start with the operational consequence.\n                    Define what change matters,\n                    what evidence would confirm it,\n                    who needs to know,\n                    and what action should follow.\n                    Only then define the alert logic and notification path.\n                <\/p>\n\n            <\/details>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"rtma-cta\">\n\n    <div class=\"rtma-container rtma-cta-inner\">\n\n        <div>\n\n            <h2>\n                The goal is not to generate more alarms.\n                <span>It is to surface the changes worth investigating.<\/span>\n            <\/h2>\n\n            <p>\n                Rekacipta can help define meaningful monitoring conditions,\n                connect the required measurements,\n                configure Siteplore dashboards and alerts,\n                and build an investigation workflow\n                that gives operators and engineers\n                useful context when something changes.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"rtma-actions\">\n\n            <a class=\"rtma-btn rtma-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Real-Time%20Monitoring%20and%20Alerts.\" target=\"_blank\" rel=\"noopener\">\n                Discuss Monitoring &amp; Alerts \u2192\n            <\/a>\n\n            <a class=\"rtma-btn rtma-btn-secondary\" href=\"\/index.php\/customer-monitoring\">\n                Customer Monitoring\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Platform \u2014 Real-Time Monitoring &amp; Alerts See What Is Changing. Know What Needs Attention. Siteplore turns connected operational data into current-state visibility, historical context and configurable alerts \u2014 helping teams recognize meaningful changes earlier and investigate them with the information available around the event. Discuss Monitoring &amp; Alerts \u2192 View Customer Monitoring \u2713 \u201cReal-time\u201d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-187","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=187"}],"version-history":[{"count":2,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/187\/revisions"}],"predecessor-version":[{"id":222,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/187\/revisions\/222"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}