Using an anemometer with Raspberry Pi

If you feel like measuring wind speed using a Raspberry Pi, This is your document! You may be thinking of setting up a weather station and this is an important issue, TRUE? We will use a script and a specific anemometer and super fast we will have it set up. Apart from, As you already know me, I will export the measurements to a MySQL database and then visualize it with Grafana!

Measuring our electricity consumption with a Raspberry Pi

Continuing with documents of curious things we can do with a Raspberry Pi, Something very simple to achieve is for example to measure the electricity consumption of whatever we want, In this document we will see how to connect non-invasive current sensors to a Raspberry Pi and measure the cost of our home, since we will connect it to the electrical panel of our house! We will export the metrics to a MySQL database and then with Grafana we will create a dashboard where we can see in a very intuitive way what we spend on and how much!

Nagios – Measuring Disk Load in Windows

If we are interested in controlling the load on the disks of our Windows servers, we will be able to monitor it simply thanks to a simple PowerShell that we will run through NRPE. We will obtain read and write latencies, Number of reads and writes per second, as well as the read and write ratio in MB/s and also the read queue time & writing!