Portfolio scope
5 WordPress properties
One site registry keeps every check pointed at the right property.
This five-property WordPress monitoring suite puts the facts needed for a decision in one place. The host API supplies detail in the dashboard, while Telegram provides an on-demand answer when you need it quickly.
It is deliberately a chat-driven checking tool today, not an invented alerting platform. That gives the team a reliable first layer before deciding what should truly interrupt someone.
At a glance
The job is simple: make the current operational picture easier to find and safer to trust.
Portfolio scope
5 WordPress properties
One site registry keeps every check pointed at the right property.
Two ways to check
Dashboard + Telegram
Use the web view for detail and chat for a quick answer away from your desk.
Hosting connection
Rocket.net API
Hosting facts are converted into consistent, readable site information.
Quick health check
5-second default
Each request returns a status, response time, or useful error message.
The problem
Hosting status, software updates, backups, and visitor activity do not naturally arrive in one place. When someone is away from a desk, even a quick question can mean too many tabs and logins.
The approach
The dashboard holds the deeper picture. Telegram handles the short, on-demand questions that matter in the middle of a busy day.
What you can check
You do not have to remember which provider screen owns which part of the answer.
Confirm which sites and domains are present, along with WordPress and PHP versions and storage information.
See plugins and themes, their versions, active state, and available updates without treating every technical detail as a separate login.
Review automatic and manual backup records plus complete, in-progress, or failed states alongside certificate information.
Bring recent requests, content delivery, bandwidth, and security-event context into the same site conversation.
Ask the bot whether a site responds, what is happening now, how traffic compares, and which pages lead.
The host API integration normalizes site, domain, plugin, theme, backup, SSL-state, storage, and reporting data into a consistent application model. Sensitive delivery fields are masked before a browser receives them.
Authentication is cached at module scope until shortly before it expires. After an authorization failure, the client clears the cached session, signs in again, and retries the original provider request once; a second failure is returned rather than retried indefinitely.
Plugin and theme calls retain active state, versions, and available updates. The plugin view intentionally filters drop-in plugins, and the backup view keeps manual and automatic records plus complete, in-progress, and failed states.
How it works
Each step makes it clear what starts the work, what you receive, and what happens when a dependency is not available.
What this means in practice
Instead of deciding whether a site is healthy from scattered clues, your team gets a focused answer with the surrounding context needed to act. A weak upstream service does not erase the information that did arrive.
The reporting route uses Promise.allSettled for total requests, CDN requests, bandwidth, and WAF events. Each result can complete or fail independently, so one failing metric stream does not break the view.
Failed streams resolve to safe zero-value fallbacks while successful streams remain chartable. When available, the WAF result also respects a larger total reported by the provider.
Telegram command surface
The bot keeps typed commands and button choices on one path, so the mobile experience does not become a second, fragile implementation.
/help/sites/upSee the command list, the registered sites, or whether the bot itself is available.
/realtime [site]/traffic [site]/top [site]Check active visitors and pages, compare sessions with a seven-day baseline, or see the leading pages for a selected site.
/status [site]Check one site or the whole registry and receive its response status, timing, and failure reason when available.
The implemented commands are /help, /sites, /up, /realtime, /status, /traffic, and /top. Typed commands and callback data are normalized into one command context before dispatch.
HTTP health probes follow redirects, use a five-second default timeout, and return structured latency, status, and error data instead of throwing. Analytics commands add active users, top pages, traffic against a rolling seven-day baseline, and top content across the same five-site registry.
How the pieces fit together
The technical choices exist to make the everyday experience more reliable, not to collect logos.
Operator experience
One surface supports deeper review; the other supports a fast operational question.
Hosting connection
Provider-specific responses become stable application information before they reach a screen.
Site and audience signals
Every interface uses the same short site identifiers and selection logic.
Runtime and quality
Small, testable modules keep command handling, formatting, health checks, and webhook behavior maintainable.
Why two interfaces are better than one
Your team gets a detailed place to investigate and a quick place to ask. Neither one has to pretend to solve every monitoring moment.
Safeguards
The implementation protects the current phase and states plainly what is intentionally not built yet.
The host connection gets one clean second attempt after an authorization problem. It does not keep retrying until the user is left waiting.
Reporting sources settle independently, so a weak security or delivery report does not make a site look completely unknown.
The bot verifies a secret header and operator allowlist, and it handles typed commands and button presses through the same path.
An unchanged answer counts as success. Old messages that cannot be edited get one fresh reply instead of a trail of duplicates.
Today this is an on-demand, chat-driven checking tool. Proactive alerts are a planned next layer, not a feature claimed by the committed bot.
The important operational promise
The system does not pretend that every dependency will always answer. It makes the failure understandable, protects the good information, and avoids claiming an alerting capability that is not present.
The Telegram webhook checks its secret header and operator allowlist, removes a bot suffix from typed commands, and treats button callbacks like typed input. Responses use MarkdownV2 formatting with site pickers and refresh controls.
On refresh, the bot edits the existing answer first. An unchanged message is treated as success; an old or deleted message receives one new reply. The callback spinner is answered even when a non-critical edit path has a problem.
What it replaced
Before
Hosting facts, backup position, software changes, and audience signals are split across provider screens.
With this approach
The available operations information is organized around the one site you are investigating.
Before
A quick health question means opening a browser and locating the right property.
With this approach
A Telegram command or site button asks for the same property by its short identifier.
Before
Refreshing chat results can create a hard-to-read stream of repeated updates.
With this approach
The existing result is updated when possible, with a single fallback reply when it is not.
Before
One unavailable report can make a monitoring page appear completely broken.
With this approach
Successful report streams remain useful even when another upstream source is unavailable.
What this means for your business
Every technical term used on this page, explained without jargon.
Need clearer site operations?
Start with the questions your team asks today. We can map the information, interfaces, safeguards, and future escalation rules that make those answers dependable.
Discuss a project like this