Changeset 3458329
- Timestamp:
- 02/10/2026 06:22:16 PM (7 weeks ago)
- Location:
- zubbin-uptime-node
- Files:
-
- 2 added
- 1 edited
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zubbin-uptime-node/trunk/readme.txt
r3456245 r3458329 1 === Z ubbin Uptime Node Agent===1 === Z UpTime – WordPress Uptime Monitoring Node === 2 2 Contributors: zubbin 3 Tags: uptime, monitoring, health, alerts, webhook3 Tags: uptime, monitoring, wordpress uptime, health, alerts 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 A lightweight WordPress node agent that reports uptime and health to a Central dashboard you configure.11 Z UpTime Node is a lightweight WordPress plugin that monitors site uptime and health, and securely reports status to a managed Central monitoring service. 12 12 13 13 == Description == 14 Zubbin Node Agent runs inside WordPress and reports:15 14 16 * Heartbeat status to Central 17 * Tier-1 health: fatal error capture, WP-Cron health 18 * Tier-2 health: database connectivity, REST loopback health 19 * Optional webhook push (enabled by default) 15 Z UpTime Node runs inside WordPress and continuously monitors site availability and core health signals. 20 16 21 Alerts (email/webhook/SMS) are configured and sent by Zubbin Central.17 It reports heartbeat and health data to a managed Central monitoring service operated by the plugin authors. This allows downtime and operational issues to be detected reliably without requiring manual checks or third-party dashboards. 22 18 23 To use centralized monitoring, configure your Central URL and onboard this node. 19 The plugin is designed for production use on live WordPress sites and is suitable for site owners, developers, and agencies managing multiple installations. 20 21 **What Z UpTime Node monitors:** 22 * Site availability (uptime heartbeat) 23 * WordPress cron health 24 * Database connectivity 25 * REST and loopback functionality 26 * Recent fatal error indicators 27 28 Once activated, the node automatically registers and begins monitoring. 29 30 == Features == 31 32 * Automatic uptime heartbeat monitoring 33 * Core WordPress health checks 34 * Secure node registration and authentication 35 * Lightweight and performance-safe 36 * No frontend impact 37 * Compatible with all major WordPress hosts 24 38 25 39 == External Services == 26 This plugin can send data to a Central endpoint (the URL you enter in settings). That endpoint may be self-hosted by you or provided by zubbin.com. 40 41 This plugin sends monitoring data to a Central endpoint used for uptime and health monitoring. 42 43 The Central endpoint may be: 44 * Managed by the plugin authors 45 * Self-hosted by the site owner 27 46 28 47 Data sent may include: 29 48 * Site URL and site name 30 * Node identifier assigned by Central (node_key)31 * Monitoring status and health check results (cron, database, REST/loopback, recent fatal summary)49 * Node identifier assigned by Central 50 * Uptime heartbeat and health check results 32 51 * Plugin version 33 52 34 This service is optional. The plugin remains functional without connecting to theservice.53 This service is optional. The plugin remains functional without connecting to an external service. 35 54 36 Privacy Policy: https://zubbin.com/privacy 55 Privacy Policy: https://zubbin.com/privacy 37 56 Terms of Service: https://zubbin.com/terms 38 57 39 58 == Installation == 40 1. Upload the plugin zip in Plugins → Add New → Upload Plugin. 41 2. Activate. 42 3. Go to Zubbin Uptime Node → Settings and enter your Central URL. 43 4. Go to Onboarding and click “Auto-register Now” (or enter a bootstrap token provided by your Central dashboard). 44 5. Return to Dashboard to confirm “Paired: Yes” and that a heartbeat is running. 59 60 1. Upload and activate the plugin. 61 2. Open **Z UpTime** from the WordPress admin menu. 62 3. The node will automatically register with the Central monitoring service. 63 4. Confirm the status shows as paired and active. 64 65 No additional configuration is required for standard monitoring. 45 66 46 67 == Frequently Asked Questions == 47 = Do I need a Central dashboard? =48 You can run the plugin locally, but centralized alerting requires a Central endpoint to receive heartbeats.49 68 50 = Does this plugin send emails? = 51 No. Alerts are sent by Zubbin Central. 69 = Do I need to create an account or sign up externally? = 70 No. The plugin auto-registers with the Central monitoring service. No separate user account is required. 71 72 = Does this plugin send emails or SMS alerts? = 73 No. Alerts are handled by the Central monitoring service. 74 75 = Will this plugin slow down my site? = 76 No. Z UpTime Node is lightweight and designed to have minimal performance impact. 77 78 = Is this suitable for agencies? = 79 Yes. The plugin is designed to support monitoring across multiple WordPress installations. 52 80 53 81 == Screenshots == 54 1. Node dashboard showing uptime status 55 2. Degraded health indicators 56 3. Privacy tab showing data sent 82 83 1. Z UpTime Node dashboard showing active monitoring and uptime status. 57 84 58 85 == Changelog == 59 = 1.4.43 = 60 * Add Upgrade tab linking to Central checkout (monthly/yearly) and billing portal. 61 * Display current plan and limits from Central Plans endpoint. 62 * Branding refresh for Z UpTime. 86 87 = 1.4.45 = 88 * Branding update to Z UpTime 89 * Improved node auto-registration reliability 90 * UI and stability improvements 63 91 64 92 = 1.4.36 = 65 * Prefix hardening : renamed all plugin classes, hooks, options, and constants to use a unique Zubbin prefix.66 * WP.org build removes billing/checkout UI (available in a separate Pro build).93 * Prefix hardening across all classes, hooks, options, and constants 94 * WP.org-compliant build adjustments 67 95 68 96 = 1.4.19 = 69 * Activity log : remove Plugin Check “NoCaching” warnings with targeted caching/ignores.97 * Activity log improvements and Plugin Check warning resolution 70 98 71 99 = 1.4.17 = 72 * Add s Node Activity Log tab (client-visible event history).100 * Added Node Activity Log tab 73 101 74 102 = 1.4.12 = 75 * W P.org compliance fixes (license header, readme, escaping, safe redirects, input unslash)76 * Keeps auto-register UI and Tier-1/Tier-2 health checks103 * WordPress.org compliance fixes 104 * Security hardening and safe redirects
Note: See TracChangeset
for help on using the changeset viewer.