OIntel
System intelligence dashboard for WordPress. 51 read-only checks across environment, plugins, performance, security, and content. Snapshots over time, Core Web Vitals history, session tracking, link health, activity log, scoped REST keys, six alert channels, opt-in fixes with preview, and a full WP-CLI surface.
Score a site.
See what’s broken.
This is a UI simulation of OIntel’s scan summary panel, showing you exactly what the tool looks and feels like inside your WP admin. When installed, it pulls live health data, snapshot history, and session counts from the diagnostic tables.
Run a scan.
Read the verdict.
Simulated demo. Runs automatically as you scroll. The real plugin reads live data from your diagnostic tables.
Everything diagnostics,
nothing extra.
One plugin. No external services unless you want them. No tracking pixels phoning home. Your data, your server, your rules.
Click around.
It’s all real.
Six interactive previews of the actual OIntel admin. No screenshots; these are working mock-ups of what ships in the plugin.
| Category | Weight | Checks | Score | Trend |
|---|---|---|---|---|
| Environment | 25% | 14 | 94 | stable |
| Plugins | 20% | 9 | 88 | 2 warnings |
| Performance | 20% | 11 | 92 | improving |
| Security | 20% | 6 | 96 | stable |
| Content | 15% | 11 | 89 | stable |
| Check | Category | Status | Detail |
|---|---|---|---|
| ssl_expiry | Environment | ok | 84 days remaining |
| wp_version | Environment | warning | 6.5.2 to 6.5.3 available |
| vulnerabilities | Plugins | ok | 0 known issues |
| big_autoload_rows | Performance | ok | 1.8 MB autoloaded |
| orphaned_postmeta | Performance | warning | 128 orphan rows |
| image_alt | Content | ok | 94% alt coverage |
| broken_links | Content | ok | 0 broken internal |
| ID | Label | Score | Type | Saved |
|---|---|---|---|---|
| #143 | pre-deploy v2.4 | 91 | manual | 2m ago |
| #142 | cron · daily | 88 | cron | 14h ago |
| #141 | cron · daily | 91 | cron | 1d ago |
| #140 | post-update | 84 | manual | 3d ago |
| #139 | cron · daily | 78 | cron | 5d ago |
| User | IP | Last activity | Actions (24h) |
|---|---|---|---|
| adaeze@velluma.com | 102.89.4.18 | 2m ago | 14 |
| tunde@northrise.io | 197.211.58.92 | 11m ago | 22 |
| m.okafor@craftshop.ng | 105.112.18.4 | 34m ago | 8 |
| chiamaka@studiof.co | 102.89.220.41 | 1h ago | 6 |
| adaeze | plugin.activated | omembership v1.0.5 | 2m ago |
| tunde | option.updated | siteurl | 11m ago |
| adaeze | post.published | spring sale post | 34m ago |
| chiamaka | user.login | from new IP | 1h ago |
| URL | LCP | INP | CLS | PSI |
|---|---|---|---|---|
| /pricing | 1.8s | 142ms | 0.04 | 92 |
| / | 2.1s | 168ms | 0.06 | 88 |
| /blog | 2.4s | 184ms | 0.08 | 82 |
| /contact | 1.6s | 118ms | 0.02 | 94 |
| Frequency | Daily at 03:00 | active |
| CWV polling | Every 6 hours | active |
| Session purge | After 7 days idle | active |
| Activity log retention | 90 days | active |
| alert_email | ops@velluma.com, oncall@velluma.com | active |
| slack_webhook | hooks.slack.com/services/T0... | active |
| discord_webhook | discord.com/api/webhooks/... | active |
| telegram_bot_token + chat_id | configured | active |
| generic_webhook | hooks.example.com/oncall | active |
| pagerduty_key | set | active |
| alert_cooldown | 4 hours per fingerprint | active |
| read-only / monitoring | ointel_xxxx9f2a | last used 2m ago |
| read-write / ci pipeline | ointel_xxxx41be | last used 6h ago |
What you get
vs. what they sell you.
The free options stop at basic checks. The paid SaaS options run on someone else’s servers, which is fine until you’re debugging at 2am and their dashboard is offline. OIntel is everything in one install, on your server, free.
| WP Health | Health Check | ManageWP | WP Umbrella | OIntel | |
|---|---|---|---|---|---|
| 51 automated checks | ~20 | ~15 | ✓ | ✓ | Built in |
| Health score 0-100 | no | no | ✓ | ✓ | Built in |
| Snapshots over time | no | no | ✓ | ✓ | Built in |
| Core Web Vitals history | no | no | paid add-on | ✓ | Built in |
| Active session tracking | no | no | paid add-on | ✓ | Built in |
| Plugin ecosystem scan | partial | partial | ✓ | ✓ | Built in |
| Preflight health checks | partial | ✓ | no | no | Built in |
| Activity log (admin actions) | no | no | ✓ | ✓ | Built in |
| Link health checker | no | no | paid add-on | ✓ | Built in |
| 6-channel alerts (email/slack/discord/telegram/webhook/pagerduty) | no | no | ✓ | ✓ | Built in |
| Preview-then-run fixes (7 safe fixes) | no | no | paid add-on | paid add-on | Built in |
| REST API v1 + v2 | no | no | paid add-on | ✓ | Built in |
| WP-CLI integration | no | no | paid add-on | paid add-on | Built in |
| API keys with scoped permissions | no | no | paid add-on | paid add-on | Built in |
| Read-only checks, opt-in fixes only | no | no | no | no | Built in |
| Self-hosted (no SaaS dependency) | ✓ | ✓ | no | no | Built in |
| Pricing model | Free | Free | $2 / site / mo | $2 / site / mo | Free forever |
Clean public API.
Read the source.
PSR-4 namespaced classes, helper functions for the common stuff, REST endpoints, WP-CLI commands, and a hook surface that lets you extend any check or alert without forking.
// Run a single check from anywhere in your code. Returns the structured result. use Orravo\OIntel\Checks; $result = Checks::run('ssl.expiry'); // $result is an array shaped like: // [ // 'id' => 'ssl.expiry', // 'category' => 'Environment', // 'label' => 'SSL Expiry', // 'status' => 'ok' | 'warning' | 'critical' | 'info', // 'message' => 'SSL certificate valid for 84 more days', // 'detail' => 'Renew before 2026-08-01', // 'score_impact' => 0..15, // ]
Free.
Forever.
OIntel is fully open and free. All 51 checks, all 6 alert channels, both REST API versions, every tab unlocked.
OIntel.
- Unlimited sites
- 51 automated checks across 5 categories
- Snapshots + REST v1 + v2 + WP-CLI
- 6 alert channels with dedupe + cooldown
- 7 opt-in fixes with preview-then-run
Complete your stack.
You are already running one Orravo plugin. These are the commercial ones our customers reach for next.
Full-stack email infrastructure for WordPress: built-in SMTP, subscriber CRM, campaign builder, automation flows, A/B testing, WooCommerce integration, lead scoring, deliverability tools, REST API, webhooks, and more.
ExploreLightweight form builder and workflow automation engine.
ExploreNative ad manager for WordPress.
Explore
