forked from GithubBackups/healthchecks
More content on pricing page.
This commit is contained in:
parent
e612eda0f8
commit
f02c809325
@ -45,6 +45,11 @@
|
|||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#faq h2 {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-pricing .free {
|
.panel-pricing .free {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<li class="list-group-item"><i class="fa fa-check"></i> Personal or Commercial use</li>
|
<li class="list-group-item"><i class="fa fa-check"></i> Personal or Commercial use</li>
|
||||||
<li class="list-group-item"><i class="fa fa-check"></i> Unlimited Checks</li>
|
<li class="list-group-item"><i class="fa fa-check"></i> Unlimited Checks</li>
|
||||||
<li class="list-group-item"><i class="fa fa-check"></i> Unlimited Alerts</li>
|
<li class="list-group-item"><i class="fa fa-check"></i> Unlimited Alerts</li>
|
||||||
<li class="list-group-item">100 log entries / check</li>
|
<li class="list-group-item">100 log entries per check</li>
|
||||||
<li class="list-group-item"> </li>
|
<li class="list-group-item"> </li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<li class="list-group-item">Personal or Commercial use</li>
|
<li class="list-group-item">Personal or Commercial use</li>
|
||||||
<li class="list-group-item">Unlimited Checks</li>
|
<li class="list-group-item">Unlimited Checks</li>
|
||||||
<li class="list-group-item">Unlimited Alerts</li>
|
<li class="list-group-item">Unlimited Alerts</li>
|
||||||
<li class="list-group-item">1000 log entries / check</li>
|
<li class="list-group-item">1000 log entries per check</li>
|
||||||
<li class="list-group-item">Team Access</li>
|
<li class="list-group-item">Team Access</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
@ -128,7 +128,7 @@
|
|||||||
<li class="list-group-item">Personal or Commercial use</li>
|
<li class="list-group-item">Personal or Commercial use</li>
|
||||||
<li class="list-group-item">Unlimited Checks</li>
|
<li class="list-group-item">Unlimited Checks</li>
|
||||||
<li class="list-group-item">Unlimited Alerts</li>
|
<li class="list-group-item">Unlimited Alerts</li>
|
||||||
<li class="list-group-item">10'000 log entries / check</li>
|
<li class="list-group-item">10'000 log entries per check</li>
|
||||||
<li class="list-group-item">Team Access</li>
|
<li class="list-group-item">Team Access</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
@ -162,23 +162,47 @@
|
|||||||
|
|
||||||
<section id="faq">
|
<section id="faq">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="page-header">
|
|
||||||
<h1>FAQ</h1>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-6">
|
||||||
|
<h1>Billing Questions</h1>
|
||||||
|
<h2>What payment methods do you accept?</h2>
|
||||||
|
<p>
|
||||||
|
We accept Visa, Master Card and PayPal.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Will my credit card data be safe?</h2>
|
||||||
|
<p>
|
||||||
|
We process payments using
|
||||||
|
<a href="https://braintreepayments.com">Braintree</a>,
|
||||||
|
a division of PayPal. Your credit card or PayPal
|
||||||
|
credentials are never directly handled by or
|
||||||
|
stored on healthchecks.io servers.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Braintree is a validated Level 1 PCI DSS Compliant
|
||||||
|
Service Provider, it is on Visa's Global Compliant
|
||||||
|
Provider List and MasterCard's SDP List.
|
||||||
|
<a href="https://www.braintreepayments.com/products-and-features/data-security">Read more…</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>If I cancel my paid plan, do I get a refund?</h2>
|
||||||
|
<p>
|
||||||
|
You can easily cancel your subscription at any time, but
|
||||||
|
no refunds are provided for prorated periods.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<h1>Premium Features</h1>
|
||||||
<h2>What is the "log entries / check" number?</h2>
|
<h2>What is the "log entries / check" number?</h2>
|
||||||
<p>
|
<p>
|
||||||
healthchecks.io keeps a log entry for each ping it receives.
|
For each of your checks, healthchecks.io keeps a
|
||||||
The log entry contains the date, the source IP address,
|
historic log of the received pings. The log can be useful
|
||||||
the protocol (http or https) and the user agent string.
|
for auditing past activity of your cron jobs.
|
||||||
The log can be useful for auditing past activity of
|
|
||||||
your cron jobs.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
There is a per-check limit of how many log entries are
|
There is a per-check limit of how many log entries are
|
||||||
kept. When this limit is reached, the oldest log entries
|
kept. When this limit is reached, the oldest log entries
|
||||||
are culled. You can increase this limit by upgrading to
|
are culled. You can increase the limit by upgrading to
|
||||||
paid plans.
|
paid plans.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -192,11 +216,17 @@
|
|||||||
log entries will only cover 8 hours.
|
log entries will only cover 8 hours.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>If I cancel my paid plan, do I get a refund?</h2>
|
<h2>What's Team Access?</h2>
|
||||||
<p>
|
<p>
|
||||||
You can easily cancel your subscription at any time, but
|
With Team Access enabled, you can "invite" your colleagues
|
||||||
no refunds are provided for prorated periods.
|
to your account. They will be able to access your checks,
|
||||||
|
logs, and configured integrations.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Team Access is more convenient and more secure than
|
||||||
|
sharing a single login and password.
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user