SiteBrief Monitor

外掛說明

SiteBrief is a monitoring and reporting platform built for web agencies. This plugin connects your WordPress site to your SiteBrief dashboard so you can:

  • See WordPress and PHP version across all client sites in one place
  • Get alerts when plugins have available updates
  • Detect security issues (debug mode on, too many admins)
  • Include WordPress health data in automated client PDF reports

How it works:

  1. Install and activate the plugin
  2. Paste your Plugin Token from SiteBrief dashboard
  3. Data syncs automatically every hour

No coding required. Works in 60 seconds.

External Services

This plugin transmits data to the SiteBrief monitoring platform, a third-party service operated by the plugin author.

Service

SiteBrief (https://sitebrief.net) — a website monitoring and client reporting platform for web agencies.

What data is sent

The following data is collected from your WordPress installation and sent to sitebrief.net:

  • WordPress core version
  • PHP version
  • Site URL and admin email address
  • List of installed plugins (name, version, active status, whether an update is available)
  • Active theme name and version
  • Number of administrator user accounts (count only, no usernames or emails)
  • Whether WP_DEBUG mode is enabled
  • Filesystem method and DISALLOW_FILE_EDIT setting

No passwords, post content, comments, customer data, payment information, or personally identifiable user data is ever collected or transmitted.

When data is sent

Data is transmitted to https://sitebrief.net/api/wp-agent once per hour via WordPress cron (WP-Cron). A manual sync can also be triggered from the plugin settings page (Settings SiteBrief). Data is only sent when a Plugin Token has been saved in the settings — no data is transmitted if the plugin is not connected.

Legal

  • Terms of Service: https://sitebrief.net/terms
  • Privacy Policy: https://sitebrief.net/privacy

安裝方式

  1. Upload the sitebrief folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings SiteBrief and paste your Plugin Token
  4. Done — your site will appear in SiteBrief within minutes

常見問題集

Where do I get the Plugin Token?

Log into your SiteBrief account at sitebrief.net, open the site you want to connect, and find the “WordPress Plugin” section. Generate a token there.

What data does the plugin send?

WordPress version, PHP version, list of plugins with update status, active theme, number of admin users, and debug mode status. We never collect passwords, post content, user data, or payment information.

How often does it sync?

Every hour automatically via WordPress cron. You can also trigger a manual sync from the plugin settings page.

Does it slow down my site?

No. The sync runs in the background via WordPress cron and does not affect page load time.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈SiteBrief Monitor〉的開發相關工作。

參與者

將〈SiteBrief Monitor〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Move inline onclick JS to wp_add_inline_script (WPCS compliance)
  • Wrap all user-visible strings in __() / esc_html_e() for i18n
  • Use $wpdb->prepare() for all database queries
  • Escape all output with esc_html() / wp_kses_post()
  • Load admin assets only on plugin settings page

1.0.1

  • Use wp_register_style / wp_enqueue_style / wp_add_inline_style for admin CSS
  • Expanded External Services documentation in readme

1.0.0

  • Initial release