Explore >> Select a destination


You are here

srijan.ch
| | du.nkel.dev
14.9 parsecs away

Travel
| | A personal code notes blog
| | blog.nobugware.com
15.7 parsecs away

Travel
| | Install a simple hybrid Telegraf & Prometheus solution to collect system metrics
| | www.bentasker.co.uk
14.8 parsecs away

Travel
| | I've been setting up a new tropical fishtank and decided that I wanted to build some automated monitoring to help keep an eye on the state of the tank. So, as a starting point, I built a raspberry Pi equipped with temperature and water flow sensors and had it report into InfluxDB. Smart sockets allow me to monitor whether the light and surface skimmer ran when they should etc. This blog post details how I built the monitoring and alerting using InfluxDB, Telegraf and Grafana.
| | pythontest.com
103.4 parsecs away

Travel
| I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command line interfaces, CLI's. You know, like git clone . git is the application. is a command line argument. clone is a sub-command. Well, that might be a bad example, as I'm not going to use subcommands in my example, but lots of this still applies, even if you are using subcommands.