Commit graph

4728 commits

Author SHA1 Message Date
ljf
0ac1cfb31a [fix] rebase issue 2020-04-19 01:04:02 +02:00
ljf
dae8adff4b [fix] rebase issue 2020-04-19 01:02:30 +02:00
ljf
55957d77b0 [fix] Key queue_to_big 2020-04-19 00:58:10 +02:00
ljf
3c174389b6 [enh] Add some details 2020-04-19 00:58:10 +02:00
Alexandre Aubin
7818eb3946 Better handling of failure to use the remote-diagnosis 2020-04-19 00:26:33 +02:00
Alexandre Aubin
ecb984a6b7 Merge remote-tracking branch 'origin/enh-diagnosis-mail' into misc-enh-diagnosis 2020-04-18 20:43:30 +02:00
ljf
0014fe2903 [fix] Order of mail checks and mail queue 2020-04-18 20:40:18 +02:00
Alexandre Aubin
a30ed783da Improve message about error 500 2020-04-18 20:34:34 +02:00
ljf
b1124b7080 [fix] Maildiagnoser typo 2020-04-18 19:06:45 +02:00
ljf
a17adc274c [wip] Small refactoring for mail diagnoser 2020-04-18 17:08:47 +02:00
ljf
da6ae405dd [fix] Missing pending number args 2020-04-18 17:08:46 +02:00
ljf
027a0ed73c [wip] Add rDNS and mailqueue check 2020-04-18 17:08:46 +02:00
ljf
5b0698e798 [fix] Bad call to dict 2020-04-18 17:08:46 +02:00
ljf
0b7984adf1 [enh] Improve DNSBL check 2020-04-18 17:08:46 +02:00
ljf
bb162662c6 [enh] Use named var in i18n 2020-04-18 17:08:46 +02:00
ljf
d8feb1b72a [enh] Add RBL check 2020-04-18 17:08:46 +02:00
Alexandre Aubin
fc50478382 Another attempt to improve messages... 2020-04-18 03:28:52 +02:00
Alexandre Aubin
db347115fc In fact we can't have a hard dependency on dnsrecords here, otherwise no check are performed until the dnsrecords have no important issue ... 2020-04-18 03:24:31 +02:00
Alexandre Aubin
e880e775c1 No need to display this message in webadmin (we're already on the diagnosis script when this happens ...) + in CLI we want to have it as a warning so that it's displayed in cron email 2020-04-18 03:09:43 +02:00
Alexandre Aubin
301ced9d6e Hmf I dunno let's have this weird option if we really want to have a special case for first-run ... 2020-04-18 02:54:16 +02:00
Alexandre Aubin
749ca54a34 More sensible cache_duration for diagnosis categories 2020-04-18 02:53:15 +02:00
Alexandre Aubin
08f9091257 Handle stupid weird case where the manifest file disappeared yet the app folder is still there ... 2020-04-18 02:40:40 +02:00
Kayou
175de8f4f5
Merge pull request #929 from YunoHost/force_max_children
Allow to overwrite pm.max_children
2020-04-18 01:43:08 +02:00
Kayou
9af942afa0
Merge pull request #925 from YunoHost/kay0u-patch-1
[fix] custom_portal and custom_overlay redirect
2020-04-18 01:42:58 +02:00
Kayou
d771859566
Merge pull request #928 from YunoHost/more_min_spare_servers
More min_spare_servers for heavy apps
2020-04-18 01:42:31 +02:00
Kayou
268d8629ce
Merge pull request #915 from YunoHost/dedicated_php_service
Use a dedicated php service for each app
2020-04-18 01:42:15 +02:00
Alexandre Aubin
485de92b50 Redundant message 2020-04-17 21:22:02 +02:00
Alexandre Aubin
61ef67252e Don't contact ip6.yunohost if we can know right away that there's no IPv6 at all on the system 2020-04-17 19:38:46 +02:00
Alexandre Aubin
7061c4c3fe
Improve systemd settings for slapd (#933) 2020-04-17 14:40:53 +02:00
Maniack Crudelis
f90a238973
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
2020-04-17 12:02:11 +02:00
Maniack Crudelis
0a3e7aa88b
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
2020-04-17 12:01:50 +02:00
Kayou
040bc1d09f Yolo fix locales (#936)
* Yolo fix locales

* Fix bad copy pasta for string key

* Yolo fix locales

* Add diagnosis_ports_could_not_diagnose back

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-04-17 03:20:40 +02:00
Alexandre Aubin
2c26961314 Fix bad copy pasta for string key 2020-04-17 03:20:40 +02:00
Alexandre Aubin
4306db7cf1 Be more flexible about SPF record: just 'a mx -all' is enough, no need to specify IP. (also fix TXT record validation in diagnosis) 2020-04-17 03:20:40 +02:00
Alexandre Aubin
dd7b42d3e8 Add ipv6 check for ports 2020-04-17 03:20:40 +02:00
Alexandre Aubin
be0da3b9dc Only report an INFO is domain ain't accessible in IPv6 and there's in fact no AAAA record set yet 2020-04-17 03:20:40 +02:00
Alexandre Aubin
4e64e2ccfd Save a per-record result for DNS diagnosis and report missing AAAA as warning only 2020-04-17 03:20:40 +02:00
Alexandre Aubin
1552c6472b Try to improve wording of DNS reports 2020-04-17 03:20:40 +02:00
Alexandre Aubin
e8730ad92b Correctly handle cases where domain works in IPv4 but not IPv6 or viceversa 2020-04-17 03:20:40 +02:00
Alexandre Aubin
7f3cc33487 Add a static method to call remote diagnosis and supports ipv4-only or ipv6-only check 2020-04-17 03:20:40 +02:00
Alexandre Aubin
8e46b536dc Somewhat cleaner hack to check the status of those damn services that aren't the real services... 2020-04-17 03:20:40 +02:00
Alexandre Aubin
a85c15dd0b Update data/hooks/diagnosis/50-systemresources.py
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-17 03:20:40 +02:00
Alexandre Aubin
4787f0ce04 Rework diagnosis of system resources 2020-04-17 03:20:40 +02:00
Alexandre Aubin
a03ee5b912 Be able to restart services from the webadmin 2020-04-17 03:20:40 +02:00
Alexandre Aubin
416968bb28 Improve regenconf diagnosis 2020-04-17 03:20:40 +02:00
Alexandre Aubin
efb45d4ece Add special behavior for <cmd> tags for diagnosis messages... 2020-04-17 03:20:40 +02:00
Alexandre Aubin
92d9d49a05 Fix resolvconf check 2020-04-17 03:20:40 +02:00
Alexandre Aubin
bfe3f415ca Report bad XMPP DNS records as warning for now 2020-04-17 03:20:40 +02:00
Alexandre Aubin
16b2340441 Uhoh typo again 2020-04-17 03:20:40 +02:00
Alexandre Aubin
093ccd8020 Make sure that there's no AAAA records when no ipv6 2020-04-17 03:20:40 +02:00