SiteBrief Monitor
SiteBrief Monitor
Description
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:
- Install and activate the plugin
- Paste your Plugin Token from SiteBrief dashboard
- 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
Installation
- Upload the
sitebrieffolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings SiteBrief and paste your Plugin Token
- Done — your site will appear in SiteBrief within minutes
Faq
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.
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.
Every hour automatically via WordPress cron. You can also trigger a manual sync from the plugin settings page.
No. The sync runs in the background via WordPress cron and does not affect page load time.
Reviews
Changelog
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