Help Center
How Ravnsight works
Everything from your first site to why an alert was – or was not – sent.
= 2) {
loading = true;
showResults = true;
fetch('https://api.ravnsight.com/help/search?q=' + encodeURIComponent(query), {
headers: { 'Accept': 'application/json' }
})
.then(r => r.json())
.then(data => {
results = data.articles;
loading = false;
});
} else {
results = [];
showResults = false;
}
"
@focus="showResults = query.length >= 2"
@click.away="showResults = false"
placeholder="Search help articles and FAQ..."
class="w-full px-4 py-3 pl-12 text-base border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
Featured Articles
Popular Articles
Who gets alerted, and what "On it" means
Alerts & incidentsConnect Slack, Discord, Teams, SMS or a webhook
First stepsFrom a failed check to a confirmed outage
How monitoring worksWarnings that are not outages
How monitoring worksHeartbeat monitors for cron jobs and backups
How monitoring worksBrowse by Category
First steps
From sign-up to your first confirmed alert.
2 articlesHow monitoring works
The method behind every alert – written so you can trust it.
3 articlesAlerts & incidents
Routing, reminders, quiet hours, maintenance.
3 articlesRavnsight Detective
See what happened inside your WordPress site – and what it is correlated with.
2 articlesStill need help?
Couldn't find what you're looking for? We're happy to help.