I put my little monitoring-script for getting notified about CPUs that run too hot/disks that get too full on github t.co/aG4ALzykY…

I really like this music video: Watch “Macklemore X Ryan LewisL - And We Danced” - t.co/PWiJiZYE9…

A second one follows shortly

And I mean my own machine outside of an environment where I have some monitor-server with icinga or nagios.

When I want to be notified about critical sensor events (eg CPU gets too hot),is there a more elegant way than running a cronjob every min?

I just wanted to create a small shell-script that sends a notification me when the CPU gets too hot. The notes get longer and longer…

I have this output: +50.0°C How do I get rid of the “+” and the “.0°C” with sed with 1 instead of 2 operations? sed ’s/+//g' sed ’s/.0°C//g'

Sometimes I wonder about the weird things like when did I start to prefer hard wrapping text instead of soft wrapping on vim…