User Tools

Site Tools


tamiwiki:internal:networks:tami_sre

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tamiwiki:internal:networks:tami_sre [2023/03/05 00:00] 444btamiwiki:internal:networks:tami_sre [2023/03/15 22:35] 444b
Line 1: Line 1:
-====== Tame Site Reliability Engineering ====== +====== TAMI Site Reliability Engineering ====== 
-This page detials our efforts to keep the systems online reliable+This page details our efforts to keep the systems online reliable
 ---- ----
  
-Currently, we have a Raspberry pi in the space that runs a realtime Status webpage from UptimeRobot +Currently, we have a Raspberry pi in the space that runs a realtime [[https://status.telavivmakers.space|Status]] webpage from UptimeRobot
-The Status page of our Services is here+
  
  
- 
-In case the network is not functioning, you should reach out to someone from the [[tamiwiki/external/contact | contact]] page. 
  
  
Line 14: Line 11:
 The first step is to identify the nature of the root cause and whether it is related to the network or the infrastructure. The first step is to identify the nature of the root cause and whether it is related to the network or the infrastructure.
 Use the [https://stats.uptimerobot.com/Jx4JQiBDEZ|UptimeRobot site]] to see what could be up or down. Use the [https://stats.uptimerobot.com/Jx4JQiBDEZ|UptimeRobot site]] to see what could be up or down.
-  * If everything is down, is it definetly a Network issue but maybe also infra+  * If everything is down(including Tamis IP, 82.80.54.64), is it definitely a Network issue but maybe also infra
   * If the IP address of Tami is reachable (Ping and Telnet), but the yunohost services are down, its likely just an infra issue   * If the IP address of Tami is reachable (Ping and Telnet), but the yunohost services are down, its likely just an infra issue
 +  * In case the stuff is still not functioning after trying all these steps, you should reach out to someone from the [[tamiwiki/external/contact | contact]] page. Please note that all the email, matrix and XMPP is hosted inside tami so you cant comm on those channels. Reach out via telegram and post in main channel
  
 ==== Network ==== ==== Network ====
Line 31: Line 28:
   * Try to ssh into yunohost. The password is your yunohost SSO password   * Try to ssh into yunohost. The password is your yunohost SSO password
     * ssh <yunohost username>, telavivmakers.space     * ssh <yunohost username>, telavivmakers.space
 +  * Check out the output from the following services
 +    * sudo systemctl status nginx.service (for website issues)
 +    * sudo systemctl status mautrix_telegram.service (for telegram bridge issues)
 +  * For any errors or for any other reason, try restart the service if it is already broken)
 +    * sudo systemctl restart <relevant service>
 +  * Failing this, try look for more logs. Look up any error messages and go down the rabbit holes
 +    * sudo journalctl -u <relevant service>
 +
 +
 +
 +
 +----
 +QR Code for page, do not delete
  
 +{{:tamiwiki:internal:networks:tami_sre.png?nolink&200 |}}