From ec50e6dd59770243baab78d5a9c402d04fd189d4 Mon Sep 17 00:00:00 2001 From: midas Date: Sat, 8 Feb 2025 18:41:09 +0100 Subject: [PATCH] wip introduction, risks and rewards --- opsec/anonymous_server_monitoring/index.html | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/opsec/anonymous_server_monitoring/index.html b/opsec/anonymous_server_monitoring/index.html index be5254b..378c977 100644 --- a/opsec/anonymous_server_monitoring/index.html +++ b/opsec/anonymous_server_monitoring/index.html @@ -75,7 +75,26 @@

- The first item is fixed and only linked to your financial constraints. + The first item is fixed and only linked to your financial constraints. The other two are constantly evolving and thus must be monitored. + +

What if I don't?

+ + If you don't properly monitor your infrastructure you will face the following consequences sooner or later: + + + +

How do I do it?

+ How you monitor your systems can vary based on your technical requirements. It can be as simple as logging in once a week, check the output of some diagnostic command and calling it a day. + This will give you a snapshot but you will miss a lot of important information. You can also set up a complicated system that reports current metrics, trends and gives you capacity planning alerts + based on the data obtained! + + You will have to find the middle-ground yourself, this article will propose one that you can tweak whichever way you need. + +

Risks of doing it improperly