-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.php
168 lines (136 loc) · 6.38 KB
/
Index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>SERVICE MANAGEMENT AND MONITORING SOFTWARE</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<style>
.bgimg{
background-image:url(img5.jpg);
background-repeat:no-repeat;
height:80vh;
}
.bgtext {
padding-top: 20vh;
font: size 90px;
color:white;
display: flex;
justify-content:center;
align-items:center;
font-family: 'PT Serif', serif;
}
.text{
font-size: 20px;
padding: 10px;
color:white;
display: flex;
justify-content:center;
align-items:center;
font-family: 'PT Serif', serif;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">PLUSgetWAY</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Index.php">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.php">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.php">Contact US</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-person-fill"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="login.php">Login</a></li>
<li><a class="dropdown-item" href="admin.php">Admin</a></li>
</li>
</ul>
</div>
</div>
</nav>
<div class="bgimg">
<h1 class="bgtext">Professional Host <br> AND Monitoring Software</h1>
<p class="text">Monitor and manage your servers performance and uptime from anywhere<br>
and at any time. Get insight over the real-time status of Active Directory, IIS,<br>
SQL Server, Microsoft Exchange, VMware, Hyper-V and more.</p>
</div>
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="server.png" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h3 class="display-4">Why is server monitoring important?</h3>
<p class="py-3">Servers are the backbone of your business. To minimize downtime and to ensure peak performance of your website and services, constant monitoring of your server infrastructure and your data center is vital.
By tracking the uptime, health, disk space and performance of your servers, you can prevent outages and identify bandwidth hogs. In addition, you are laying the foundation for delivering a great service to your customers, through a fast-loading and constantly available website</p>
<a href="www.google.com" target="blank" class="btn btn-success" >Check more</a>
</div>
</div>
</div>
</div>
<section class="my-5">
<div class="py-5">
<h2 class="display-4 text-center">Defining and understanding server monitoring</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Information in real time</h5>
<p class="card-text">Server monitoring lets you monitor your servers in real time with regard to availability, accessibility, capacity, and overall reliability. With server monitoring, your servers are checked at regular intervals to ensure you always know their status.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Improve stability</h5>
<p class="card-text">Sysadmins monitor their servers because they wish to improve the stability and performance of their networks. If certain threshold values are exceeded, you’ll receive a warning message so you can take action at once. Our monitoring service helps you complete your everyday tasks. It provides you with a constant overview of your server resources.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Basis for analysis
</h5>
<p class="card-text">Sysadmins analyze the values they receive from their monitoring software to develop courses of action. When studied over the long term, these values can help optimize various aspects that are responsible for the performance of your network, such as capacity planning. The PRTG reports feature is extremely useful for such optimization.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
</body>
</html>