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 [...]

5 09, 2013

RESTfull WCF Service with CORS and JQuery and Basic access authentication

By |2017-04-22T13:27:35+02:00September 5th, 2013|Allgemein, C#, JQuery, VS2012, WCF|Comments Off on RESTfull WCF Service with CORS and JQuery and Basic access authentication

While developing an HTML5 mobile app I’ve become more and more in contact with Microsoft WCF Services to provide the app with data. So I’ve spent some more time to take a deeper look into the matter of WCF Services to resolve my issues with the HTML5 app communication taking into account the “Best practices”. But anyway, what came out of this project, you can see below. You'll also find the complete VisualStudio 2012 Solution as a download at the [...]

Go to Top