Title: Talking Monkey Insights
Author: talkingmonkeymedia
Published: <strong>2 Tháng 5, 2026</strong>
Last modified: 2 Tháng 5, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/tm-insights/assets/banner-772x250.png?rev=3521048)

![](https://ps.w.org/tm-insights/assets/icon-256x256.png?rev=3521048)

# Talking Monkey Insights

 Bởi [talkingmonkeymedia](https://profiles.wordpress.org/talkingmonkeymedia/)

[Tải về](https://downloads.wordpress.org/plugin/tm-insights.1.0.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/tm-insights/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/tm-insights/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/tm-insights/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/tm-insights/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/tm-insights/)

## Mô tả

**Talking Monkey Insights** gives you a site health snapshot in your WordPress admin—
and exposes the same data via a secure REST API so you can monitor multiple sites
from your own dashboard.

#### What you see in WP Admin

 * **Updates** — count + list of plugins needing updates, theme update count, core
   update status
 * **Security** — threats blocked, login attempts blocked, last scan results (auto-
   detected from WordFence or Defender)
 * **Backups** — last backup time, backup count, next scheduled backup (auto-detected
   from UpdraftPlus or Snapshot)
 * **SSL** — days until expiry with color-coded status
 * **REST API** — endpoint URL + your API key + enable/disable toggle

#### Why the REST API matters

If you manage multiple WordPress sites — agency, freelance portfolio, internal IT—
built-in WP Site Health is shallow and ManageWP/MainWP require connecting to their
proprietary dashboards. This plugin gives you a clean, secure REST endpoint at `/
wp-json/tm/v1/stats` that you can hit from your own dashboard, BI tool, Slack bot,
or whatever you already use.

The endpoint requires an API key (auto-generated on activation; regeneratable). 
No other authentication.

#### Multi-ecosystem detection

Most site monitoring plugins lock you into one ecosystem. This one auto-detects 
whichever security and backup plugin you have installed:

 * **Security:** WordFence or Defender
 * **Backups:** UpdraftPlus or Snapshot

Don’t have either installed? The corresponding section shows a neutral “no supported
plugin detected” state. No upsells, no recommendations to install anything.

#### Privacy

This plugin does not send any data outside of your WordPress site without your explicit
configuration. No telemetry. No analytics. No phone-home.

The REST API endpoint is enabled by default but can be disabled in settings. When
enabled, access requires an API key. The plugin only responds to authenticated requests;
it never proactively contacts external services.

#### Built by an agency that uses it

Talking Monkey hosts WordPress sites for our own clients. We built this plugin to
monitor them from our internal dashboard — and made it free + open source so other
agencies and site owners can do the same. We need it to be trustworthy because we
install it on every site we host.

## Ảnh màn hình

 * [[
 * Site Overview, Updates, Security, and Backups sections — multi-ecosystem detection
   in action.
 * [[
 * SSL section + REST API settings (enable toggle, refresh interval, endpoint URL,
   masked API key, regenerate).
 * [[
 * About + Privacy disclosures + brand footer.
 * [[
 * REST API section close-up — toggle, API key, regenerate.
 * [[
 * REST API endpoint response example (curl from terminal, JSON formatted).

## Cài đặt

 1. Upload `tm-insights` to the `/wp-content/plugins/` directory (or install via WP
    Admin  Plugins  Add New  Search “Talking Monkey Insights”).
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Visit **TM Insights** in the WP Admin sidebar to see your site health.
 4. Visit the **REST API** section to copy your API key for external dashboards.

That’s it. No setup wizard, no account required, no signup.

## Hỏi đáp

### Does this plugin send data anywhere?

No. The plugin reads data from your WordPress install (plugin updates, SSL certificate,
security/backup plugin status) and either displays it in your WP Admin or returns
it through an authenticated REST endpoint when an external dashboard requests it.
It never proactively contacts any external service.

### Where is the REST endpoint?

/wp-json/tm/v1/stats — relative to your site’s URL. Send a GET request with the `
X-TM-Key` header set to your API key (visible in **TM Insights**  **REST API** in
WP Admin).

### Can I disable the REST API?

Yes. **TM Insights**  **REST API**  uncheck “Enable REST API endpoint”  Save.

### What security plugins does this work with?

Phase 1 supports WordFence and Defender. We’re planning to add Solid Security and
Sucuri in future releases based on user demand.

### What backup plugins does this work with?

Phase 1 supports UpdraftPlus and Snapshot. Solid Backups, BlogVault, and Duplicator
are candidates for future releases.

### My security/backup plugin isn’t supported — what do I do?

Open a [support thread](https://wordpress.org/support/plugin/tm-insights/) and tell
us which plugin you’d like to see supported. We’ll prioritize based on user demand.

### Is this plugin GPL?

Yes. Licensed under GPL v2 or later — you can fork, modify, and redistribute freely.

### Who built this?

[Talking Monkey](https://talkingmonkeymedia.com) — a WordPress-focused agency that
uses this plugin internally to monitor every site we host. We made it public because
every agency and freelancer in our space could use the same tool.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Talking Monkey Insights” là mã nguồn mở. Những người sau đã đóng góp vào plugin
này.

Những người đóng góp

 *   [ talkingmonkeymedia ](https://profiles.wordpress.org/talkingmonkeymedia/)

[Dịch “Talking Monkey Insights” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/tm-insights)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/tm-insights/), check out
[SVN repository](https://plugins.svn.wordpress.org/tm-insights/), hoặc theo dõi 
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/tm-insights/) qua [RSS](https://plugins.trac.wordpress.org/log/tm-insights/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0.0

 * Initial release on wp.org.
 * Site Overview, Updates, Security, Backups, SSL, and REST API sections in WP Admin.
 * Multi-ecosystem integration: WordFence + Defender (security), UpdraftPlus + Snapshot(
   backups).
 * Auto-generated API key on activation, regeneratable from settings.
 * Configurable auto-refresh interval (off / 5 / 15 / 60 minutes; default 60).
 * Privacy-respecting: no telemetry, no phone-home, REST endpoint opt-in-able.

## Meta

 *  Phiên bản **1.0.0**
 *  Cập nhật lần cuối **1 tuần trước**
 *  Số lượt cài đặt **60+**
 *  Phiên bản WordPress ** 5.6 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.9.4**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/tm-insights/)
 * Thẻ
 * [agency](https://vi.wordpress.org/plugins/tags/agency/)[monitoring](https://vi.wordpress.org/plugins/tags/monitoring/)
   [multisite](https://vi.wordpress.org/plugins/tags/multisite/)[rest-api](https://vi.wordpress.org/plugins/tags/rest-api/)
   [site health](https://vi.wordpress.org/plugins/tags/site-health/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/tm-insights/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/tm-insights/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/tm-insights/reviews/)

## Những người đóng góp

 *   [ talkingmonkeymedia ](https://profiles.wordpress.org/talkingmonkeymedia/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/tm-insights/)