mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update monitoring feature names
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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 & 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 & Servers</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="flex space-x-3">
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user