Update monitoring feature names

This commit is contained in:
Simon Larsen
2024-04-01 19:23:12 +01:00
parent e22d39eea2
commit e3017f1680
3 changed files with 20 additions and 18 deletions

View File

@@ -236,6 +236,15 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
enterprise: true,
},
},
{
name: 'VM or Server Monitoring',
plans: {
free: true,
growth: true,
scale: true,
enterprise: true,
},
},
{
name: 'Container Monitoring',
plans: {
@@ -246,15 +255,6 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
},
},
{
name: 'VM or Server Monitoring',
plans: {
free: 'Coming Soon',
growth: 'Coming Soon',
scale: 'Coming Soon',
enterprise: 'Coming Soon',
},
},
{
name: 'Network Monitoring',
plans: {

View File

@@ -314,6 +314,15 @@
<span class="text-sm text-gray-500">On-Call and Alerts</span>
</li>
<li class="flex space-x-3">
<%- include('./Partials/tick-icon') %>
<span class="text-sm text-gray-500">Monitor VM's &amp; Servers</span>
</li>
@@ -324,14 +333,7 @@
<li class="flex space-x-3">
<%- include('./Partials/comingsoon-icon') %>
<span class="text-sm text-gray-500">Monitor VM's &amp; Servers</span>
</li>
<li class="flex space-x-3">

View File

@@ -71,7 +71,7 @@
</div>
<div class="mt-6">
<h2 class="text-3xl font-bold tracking-tight text-gray-900">Monitor Anything.</h2>
<p class="mt-4 text-lg text-gray-500">Websites, API, IPv4, IPv6, Docker containers, Servers, VM's or send data inbound (most of these are coming very soon). OneUptime can monitor any resource you have.</p>
<p class="mt-4 text-lg text-gray-500">Websites, API, IPv4, IPv6, Docker containers, Servers, VM's or send data inbound. OneUptime can monitor any resource you have.</p>
<div class="mt-6">
<a href="/accounts/register" class="rounded-md bg-indigo-600 px-3.5 py-1.5 text-base font-semibold leading-7 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600 hover:text-white">Get started</a>