User Tools

Site Tools


evn:feedbacktools

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
evn:feedbacktools [2019/01/14 14:42] โ€“ headers jayevn:feedbacktools [2019/02/13 15:28] (current) โ€“ [Mattermost] jay
Line 111: Line 111:
 </code> </code>
 Lives on eee2 and parses the piletter written by support scientists, adding further feedback to the database. Lives on eee2 and parses the piletter written by support scientists, adding further feedback to the database.
 +
 +=====Mattermost=====
 +[[http://coms.evlbi.org|Mattermost]] is the communications tool hosted by JIVE used for chats within the EVN.\\
 +It is hosted on a virtual machine with hostname:coms.evlbi.org\\
 +Mattermost is installed as a service and can be administered by logging in to coms.evlbi.org as user coms:
 +<code bash>
 +ssh coms@coms.evlbi.org
 +service mattermost status
 +</code>
 +
 +Sometimes nginx (the webserver) tries to come back up too quickly after a network outage and will have to be manually restarted:
 +<code bash>
 +ssh coms@coms.evlbi.org
 +sudo  service nginx status
 +โ— nginx.service - A high performance web server and a reverse proxy server
 +   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
 +   Active: failed (Result: exit-code) since Fri 2019-01-18 12:57:59 CET; 2h 9min ago
 +sudo service nginx restart
 +</code>
 +The actual mattermost executables and files are stored in /opt/mattermost
 +\\
 +The mattermost database is backed up to ~jops/mmbackup/ every day
  
evn/feedbacktools.1547476978.txt.gz ยท Last modified: 2019/01/14 14:42 by jay