Bookmark
Monit
https://mmonit.com/monit/, posted Feb '24 by peter in free monitoring opensource software
Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
Bookmark
Do you really need 10,000 steps a day?
https://blog.cardiogr.am/2016/02/12/do-you-really-need-10000-steps-a-day-2/, posted 2016 by peter in health monitoring statistics
In cardiovascular terms, the drop in heart rate from 1000 steps/day to 2000 steps/day is significant: a full 3 bpm decrease. And as step count increases, resting heart rate steadily drops—until you reach about 5000 steps per day. After that—6000, 7000, even up to 10,000 steps—the curve flattens.
Bookmark
USE Method: Linux Performance Checklist
www.brendangregg.com/USEmethod/use-linux.html, posted 2015 by peter in linux monitoring performance reference
Bookmark
Sysdig: The New (Definitive) System Troubleshooting Tool
sysdig.org/, posted 2015 by peter in free linux monitoring opensource software sysadmin
Sysdig is open source, system-level exploration: capture system state and activity from a running Linux instance, then save, filter and analyze. Think of it as strace + tcpdump + lsof + awesome sauce.
With a little Lua cherry on top.
Bookmark
Practical Considerations for Monitoring Openstack Cloud
https://www.mirantis.com/blog/openstack-monitoring/, posted 2015 by peter in cloudcomputing linux monitoring software virtualization
Having gone through all the pain of polishing an OpenStack installation, I can see why it might seem like a better idea to grab a couple of beers in a local bar than spend additional hours fighting Nagios or Cacti. In the world of bare metal these tools seem to do the job—they warn about abnormal activities and provide insight into trend graphs.
With the advent of the cloud, however, proper monitoring has started getting out of hand for many IT teams. On top of the relatively predictable hardware, a complicated pile of software called “cloud middleware” has been dropped in our laps. Huge numbers of virtual resources (VMs, networks, storage) are coming and going at a rapid pace, causing unpredictable workload peaks.
Proper methods of dealing with this mess are in their infancy – and could even be worth launching a startup company around. This post is an attempt to shed some light on the various aspects of cloud monitoring, from the hardware to the user’s cloud ecosystem.
Bookmark
Gathering and Charting Temperatures using RRDTool and Highcharts | Tafkas' Blog
blog.tafkas.net/2012/10/03/gathering-and-charting-temperatures-using-rrdtool-and-highcharts/, posted 2014 by peter in automation diy hardware monitoring toread
The USB Weather Data Receiver USB-WDE1 wirelessly receives data from various weather sensors of ELV at 868 MHz. The receiver is connected to a USB port on the computer, so no additional power supply is required. The data is transmitted via a simple serial ASCII protocol, which is well documented by ELV. The RasberryPi running Raspbian is used for the data acquisition allowing very little power consumption while being completely flexible.
Bookmark
Grafana - Graphite and InfluxDB Dashboard and graph composer
grafana.org/, posted 2014 by peter in free graphics monitoring opensource software statistics visualization
Bookmark
logstash - open source log management
www.logstash.net/, posted 2013 by peter in aggregator free monitoring opensource software
logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs. It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
Bookmark
GLPI - Gestionnaire libre de parc informatique
www.glpi-project.org/, posted 2012 by peter in free monitoring opensource software sysadmin
GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.
Bookmark
One-stop performance analysis using atop [LWN.net]
https://lwn.net/Articles/387202/, posted 2012 by peter in free linux monitoring opensource software
Linux system administrators often receive complaints about the performance of their systems.
It can be rather difficult to track down these problems and to find why, when, and how often they happen. Being able to zoom in on the processes that are responsible, and to see what has happened in the past, is very valuable.
The atop utility was written with just these things in mind.