15812 projects tagged "Linux"
Beer Watch allows you to place a temperature probe in your beer wort and perform an action if your wort temperature falls below a certain value, like click a relay on to turn heat on. It was developed using the GPIO from the Raspberry Pi. The install file includes pictures and descriptions to complete the wiring (AC and DC).
AWS Dashboard is a simple dashboard for Amazon Web Services. It features a list of available availability zones in each region, availability zone statuses per region, instance counts per region, instance counts which turns red if events are scheduled, a list of events by instance ID, EBS volume counts per region, EBS volume counts which turn red if any EBS volumes are unattached, the ability to delete unattached EBS volumes, elastic IP counts per region, elastic IP counts which turn red if any elastic IPs are unattached, the ability to delete unattached elastic IPs, and elastic load balancer counts per region.
Countdown Timer until specified Date-Time starts a countdown to a time defined in forms. It can take a given time for the end of a countdown from form inputs which define the year, month, day, hour, minute, and second. The object can also take the end time from static page elements with identifiers which start with a given prefix. The object can start the countdown and keep updating page elements which show the remaining time to the end.
MuninLive turns your existing munin-based infrastructure into a realtime monitoring solution. It connects to munin nodes and converts munin graphs to JSON objects. If a frontend requests a mld object, the values are served from memory by an embedded Web server while mld keeps polling the munin node in the background as long as frontend requests are being made. You can implement your own frontend or use the shipped example frontend, which can be used out of the box and comes with user management based on munin groups exported by the server. MuninLive can be queried with all popular programming languages or with JavaScript itself, and supports CORS.