<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_check_mk/files/agent, branch master</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>webapp: alert on 409 responses</title>
<updated>2017-11-08T08:13:46+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-08T08:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=57faf66d7b82cc1ce67cf2e39ba7293c5a9d4bfa'/>
<id>57faf66d7b82cc1ce67cf2e39ba7293c5a9d4bfa</id>
<content type='text'>
They might be meaningful response codes for some scenarios. But
so far we are not conciously sending them out. If they occur that
is because we handed them down from couch. So we might want to
fix the underlying issue. Couch 409s should be caught by the webapp
and handled there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They might be meaningful response codes for some scenarios. But
so far we are not conciously sending them out. If they occur that
is because we handed them down from couch. So we might want to
fix the underlying issue. Couch 409s should be caught by the webapp
and handled there.
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore noisy 401 errors from soledad log.</title>
<updated>2016-08-20T13:37:18+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-16T18:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=31dfdfc32439980e92e6472a8392850e2c9b6bd0'/>
<id>31dfdfc32439980e92e6472a8392850e2c9b6bd0</id>
<content type='text'>
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bigcouch (#8056)</title>
<updated>2016-06-30T13:41:19+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-06-28T17:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d0ff379fe2a43d7968b8828c8b31af5254f6f85b'/>
<id>d0ff379fe2a43d7968b8828c8b31af5254f6f85b</id>
<content type='text'>
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] catch abnormal proc termination in syslog</title>
<updated>2016-05-12T11:59:13+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-05-12T11:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e35fca3d367a6294123a0d9a2c077f4db7dfe809'/>
<id>e35fca3d367a6294123a0d9a2c077f4db7dfe809</id>
<content type='text'>
Sometimes a floating point exception or segfault of
a process results in systemd restarting it, we want
to recognize this from the syslog
i.e.:

  systemd[1]: pixelated-server.service: main process exited,
  code=killed, status=8/FPE
  systemd[1]: Unit pixelated-server.service entered failed state.

- Related: https://github.com/pixelated/pixelated-user-agent/issues/683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes a floating point exception or segfault of
a process results in systemd restarting it, we want
to recognize this from the syslog
i.e.:

  systemd[1]: pixelated-server.service: main process exited,
  code=killed, status=8/FPE
  systemd[1]: Unit pixelated-server.service entered failed state.

- Related: https://github.com/pixelated/pixelated-user-agent/issues/683
</pre>
</div>
</content>
</entry>
<entry>
<title>check_mk: monitor webapp log for response code 500</title>
<updated>2016-04-03T14:06:23+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-04-03T14:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=90e1d3ec113d2644b659fd6ed9af7d2b94393407'/>
<id>90e1d3ec113d2644b659fd6ed9af7d2b94393407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Fix couch_stats script</title>
<updated>2016-03-31T19:30:03+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-03-31T19:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b256733c944d65d0af339c472fcb28237f570ed1'/>
<id>b256733c944d65d0af339c472fcb28237f570ed1</id>
<content type='text'>
It failed to calculate the sessions and tokens db names.

- Resolves: #7658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It failed to calculate the sessions and tokens db names.

- Resolves: #7658
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from 'vmail' to leap-mx's user/group (#6936, #7639)</title>
<updated>2015-12-01T15:12:47+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2015-11-24T21:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=375527b1629597e35a6aeeef6c248a8b085abd87'/>
<id>375527b1629597e35a6aeeef6c248a8b085abd87</id>
<content type='text'>
This change will make sure that the user/group for leap-mx exist, and it
changes the mail location from /var/mail/vmail to the more helpful name
/var/mail/leap-mx.

This change requires:

https://github.com/leapcode/leap_mx/pull/78

and it would replace merge request:

https://github.com/leapcode/leap_mx/pull/65

and fix https://leap.se/code/issues/6936 and
https://leap.se/code/issues/7635

Change-Id: Idbe678dc999e394232c2eeef2b2018d39ab7cc3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change will make sure that the user/group for leap-mx exist, and it
changes the mail location from /var/mail/vmail to the more helpful name
/var/mail/leap-mx.

This change requires:

https://github.com/leapcode/leap_mx/pull/78

and it would replace merge request:

https://github.com/leapcode/leap_mx/pull/65

and fix https://leap.se/code/issues/6936 and
https://leap.se/code/issues/7635

Change-Id: Idbe678dc999e394232c2eeef2b2018d39ab7cc3b
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Add bigcouch syslog snippet for logwatch</title>
<updated>2015-10-31T19:03:28+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-10-31T19:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=87ddb4d6505229f36b096188c3e43a19281b540c'/>
<id>87ddb4d6505229f36b096188c3e43a19281b540c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove tapicero leftovers</title>
<updated>2015-10-06T09:07:35+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-10-05T13:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=276b77cdcc0d169b84e046afe8763e2c52ff76fb'/>
<id>276b77cdcc0d169b84e046afe8763e2c52ff76fb</id>
<content type='text'>
Soledad now creates user-dbs, which has been done by tapicero
in the past. we need to remove any leftovers from tapicero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Soledad now creates user-dbs, which has been done by tapicero
in the past. we need to remove any leftovers from tapicero.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore openvpn logwatch warnings (#6867)</title>
<updated>2015-07-07T14:04:40+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-07-07T14:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3cb5ae59d51d85cde704214dcea7c65da2bf6e94'/>
<id>3cb5ae59d51d85cde704214dcea7c65da2bf6e94</id>
<content type='text'>
These are warnings that might have different origins, each of
them we don't want to alarm the admin:

- A bitmask client bug (user will poke the client devs if things
  break, and they will go after it)
- A simple network failure, packets might get cut of
- Malicious user tries to temper with TLS handshakes - this gets
  more interesting, but still (like ssh bruteforce attacs) an admin
  would not want to get annoyed by this by default, but they still
  have the option to use log analysers of their choice if they want
  to investigate this.

Change-Id: I23ca3b700e41f22f34ad3346ed4e647b86000bb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are warnings that might have different origins, each of
them we don't want to alarm the admin:

- A bitmask client bug (user will poke the client devs if things
  break, and they will go after it)
- A simple network failure, packets might get cut of
- Malicious user tries to temper with TLS handshakes - this gets
  more interesting, but still (like ssh bruteforce attacs) an admin
  would not want to get annoyed by this by default, but they still
  have the option to use log analysers of their choice if they want
  to investigate this.

Change-Id: I23ca3b700e41f22f34ad3346ed4e647b86000bb2
</pre>
</div>
</content>
</entry>
</feed>
