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

FAQ

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