Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projekteja:koneenseuranta [18.02.2021 15:10] – Luotu rautalankaohje koneenseurannasta Ville Rankiprojekteja:koneenseuranta [02.09.2023 21:56] (current) – english Holly Poer
Line 1: Line 1:
-====== Koneenseuranta ======+{{ :file:machinestatus_framed.png?nolink&400 |}} 
 +====== Koneenseuranta  --  Machine Status ====== 
 + 
 +**English below**
  
 Koneenseurannalla tarkotetaan labin omistamien koneiden, laitteiden ja  Koneenseurannalla tarkotetaan labin omistamien koneiden, laitteiden ja 
Line 18: Line 21:
 Labin pikaviestinkanavalla (Matrix) käyttöliittymässä on Labin pikaviestinkanavalla (Matrix) käyttöliittymässä on
 widgetit joista näkee saman tilanteen. widgetit joista näkee saman tilanteen.
 +
 +Yleiskanavalla oleva botti osaa myös antaa vastaavat listat. Anna
 +komento !ghproj <domain> jossa domain on aihealue, esimerkiksi koneet tai tilat.
  
 Täysi lista tiketeistä löytyy täältä: Täysi lista tiketeistä löytyy täältä:
Line 72: Line 78:
  
  
 +----
 +===== English =====
 +
 +Machine monitoring means monitoring the up-to-date situation of machines, equipment, and other resources owned by the Lab.
 +
 +The system is supposed to be able to answer, for example, questions such as:
 +
 +     * Is the laser cutter operational?
 +     * What's cool about the painting room?
 +     * Is there anything particularly remarkable about using a CNC milling machine?
 +
 +===== Viewing status =====
 +
 +A live summary can be seen here:
 +
 +https://tampere.hacklab.fi/status/
 +
 +Lab's instant messaging channel (Matrix) has widgets in the user interface that show the same situation.
 +
 +The bot on the public channel can also give corresponding lists. Enter the command !ghproj <domain> where domain is the subject area, for example tilat or koneet.
 +
 +The full list of tickets can be found here:
 +
 +https://github.com/TampereHacklab/Inventaario/issues
 +
 +===== GitHub repo =====
 +
 +The lab's machine tracking is based on the misuse of the GitHub repo. You need credentials on GitHub to use it. You need them anyway to participate in almost all electronic activities of the Lab.
 +
 +Note: you don't need to know how to use git version control
 +
 +The repo in use is:
 +
 +https://github.com/TampereHacklab/Inventory
 +
 +==== Labels ====
 +
 +The operation is based on the use of labels attached to github tickets.
 +
 +https://github.com/TampereHacklab/Inventaario/labels
 +
 +Each Lab machine or similar resource has its own label.
 +
 +The labels are divided into the following (in colors):
 +
 +     * machines (red) - Physical or virtual machines and devices
 +     * facilities (green) - Facilities and rooms
 +
 +==== Reporting a bug, problem or task ====
 +
 +     - Make a new ticket here https://github.com/TampereHacklab/Inventaario/issues/new
 +     - Give the ticket a title
 +     - Add the necessary labels to the ticket, e.g. if it is related to a certain machine or is in a certain state
 +     - Give a description, preferably one that others can understand what it's about
 +
 +==== Completing a bug, problem, or task ====
 +
 +     - Do the task described in the ticket or fix the problem
 +     - Write in the comment of the ticket that fixed
 +     - Close the ticket "Close"
 +     - Our community thanks you!
 +
 +===== Creating a new label =====
  
 +If you can't find a label for a machine or farm, make one.
  
 +     - Create a new label
 +     - Mark it with a certain color from the preselection list, depending on whether it is a machine or a space. Without a color, the system does not know which category the label belongs to.
  
Back to top