window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SZT5S2F4W5', { 'anonymize_ip':true });
4 06, 2026

Monitor Your Hetzner Storage Box with PRTG

By |2026-06-04T12:04:41+02:00June 4th, 2026|Allgemein, Hetzner, Hosting, Monitoring, PRTG|0 Comments

Step-by-Step Guide Keeping an eye on your storage usage is essential — especially before you run out of space unexpectedly. In this guide, you'll learn how to set up a PRTG REST Custom v2 sensor to monitor your Hetzner Storage Box in real time, including used space, snapshot usage, and a percentage-based alert when capacity runs low.   Prerequisites Before you begin, make sure you have: A running PRTG Network Monitor instance A Hetzner API token with read access Your [...]

24 09, 2016

SNMP (v3) Monitoring with Debian & Ubuntu

By |2016-10-29T13:48:58+02:00September 24th, 2016|Debian, Linux|Comments Off on SNMP (v3) Monitoring with Debian & Ubuntu

With Version 3 of the SNMP Protocol Security comes to SNMP which makes a lot of things smarter but also a bit more complicate to configure. That is why I would like to give a small introduction How-To setup SNMP v3 within this blog article for all Debian and Ubuntu Linux Environments. Installing SNMP (daemon and agent) First at all we need to installing SNMP (daemon and agent) packages on the server: apt-get install snmp snmpd After the successful installation we [...]

Go to Top