Plugin Directory

Changeset 3458329


Ignore:
Timestamp:
02/10/2026 06:22:16 PM (7 weeks ago)
Author:
zubbin
Message:

Add plugin icon, banner, and screenshots

Location:
zubbin-uptime-node
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • zubbin-uptime-node/trunk/readme.txt

    r3456245 r3458329  
    1 === Zubbin Uptime Node Agent ===
     1=== Z UpTime – WordPress Uptime Monitoring Node ===
    22Contributors: zubbin
    3 Tags: uptime, monitoring, health, alerts, webhook
     3Tags: uptime, monitoring, wordpress uptime, health, alerts
    44Requires at least: 5.8
    55Tested up to: 6.9
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 A lightweight WordPress node agent that reports uptime and health to a Central dashboard you configure.
     11Z UpTime Node is a lightweight WordPress plugin that monitors site uptime and health, and securely reports status to a managed Central monitoring service.
    1212
    1313== Description ==
    14 Zubbin Node Agent runs inside WordPress and reports:
    1514
    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)
     15Z UpTime Node runs inside WordPress and continuously monitors site availability and core health signals.
    2016
    21 Alerts (email/webhook/SMS) are configured and sent by Zubbin Central.
     17It 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.
    2218
    23 To use centralized monitoring, configure your Central URL and onboard this node.
     19The 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
     28Once 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
    2438
    2539== 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
     41This plugin sends monitoring data to a Central endpoint used for uptime and health monitoring.
     42
     43The Central endpoint may be:
     44* Managed by the plugin authors
     45* Self-hosted by the site owner
    2746
    2847Data sent may include:
    2948* 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
    3251* Plugin version
    3352
    34 This service is optional. The plugin remains functional without connecting to the service.
     53This service is optional. The plugin remains functional without connecting to an external service.
    3554
    36 Privacy Policy: https://zubbin.com/privacy
     55Privacy Policy: https://zubbin.com/privacy 
    3756Terms of Service: https://zubbin.com/terms
    3857
    3958== 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
     601. Upload and activate the plugin.
     612. Open **Z UpTime** from the WordPress admin menu.
     623. The node will automatically register with the Central monitoring service.
     634. Confirm the status shows as paired and active.
     64
     65No additional configuration is required for standard monitoring.
    4566
    4667== 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.
    4968
    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? =
     70No. 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? =
     73No. Alerts are handled by the Central monitoring service.
     74
     75= Will this plugin slow down my site? =
     76No. Z UpTime Node is lightweight and designed to have minimal performance impact.
     77
     78= Is this suitable for agencies? =
     79Yes. The plugin is designed to support monitoring across multiple WordPress installations.
    5280
    5381== Screenshots ==
    54 1. Node dashboard showing uptime status
    55 2. Degraded health indicators
    56 3. Privacy tab showing data sent
     82
     831. Z UpTime Node dashboard showing active monitoring and uptime status.
    5784
    5885== 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
    6391
    6492= 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
    6795
    6896= 1.4.19 =
    69 * Activity log: remove Plugin Check “NoCaching” warnings with targeted caching/ignores.
     97* Activity log improvements and Plugin Check warning resolution
    7098
    7199= 1.4.17 =
    72 * Adds Node Activity Log tab (client-visible event history).
     100* Added Node Activity Log tab
    73101
    74102= 1.4.12 =
    75 * WP.org compliance fixes (license header, readme, escaping, safe redirects, input unslash)
    76 * Keeps auto-register UI and Tier-1/Tier-2 health checks
     103* WordPress.org compliance fixes
     104* Security hardening and safe redirects
Note: See TracChangeset for help on using the changeset viewer.