Commit Graph

381 Commits

Author SHA1 Message Date
f880192526 Remove languages with 0% coverage
https://github.com/webmin/webmin/issues/2403#issuecomment-2652613588
2025-02-12 13:19:49 +02:00
82cca63300 Update translations 2025-02-11 13:20:57 +02:00
162206949f Consecutive Spaces Replacement
Replaced multiple consecutive spaces with a single space
2024-12-16 16:57:09 +00:00
5ea0cc6b42 Trailing Spaces Removal
Removed trailing spaces
2024-12-16 15:16:55 +00:00
64598e5f39 Blanks Removal
Removed blanks before or after the equal sign
2024-12-16 12:59:19 +00:00
477982776c Updated de
Corrections (UTF-8, new lines at file end), amendments, updates
2024-11-26 01:43:34 +00:00
9a797f0a0e Updated de 2024-11-14 01:10:28 +00:00
06fe239c3f Add debug mode 2024-10-16 19:47:28 -07:00
cc0ab1bc8a Respect global default destination address if set 2024-10-13 19:20:39 -07:00
11ad8d48e6 Use formal params 2024-09-29 13:43:56 -07:00
c61b52afc9 support clones of modules that have their own monitoes 2024-09-29 13:43:32 -07:00
3ea7b57ca2 Use formal params 2024-09-28 21:40:52 -07:00
c75f29d011 Don't show clones because they are handled inside the monitor 2024-09-28 21:34:20 -07:00
8b726abdad Use proper API to get clones 2024-09-28 21:27:40 -07:00
65e70835d2 Add a status monitor to check if a reboot is required 2024-09-28 15:10:01 -07:00
b7981f9024 Fix query string #2285 2024-09-19 14:41:06 +03:00
8dd6b6c44d Updated Chinese translations.
Happy Mid-autumn Festival.
2024-09-11 12:52:58 +08:00
6257679e44 Updated Chinese translations.
Happy Mid-autumn Festival.
2024-09-11 12:41:05 +08:00
e3112ac41f Update de 2024-09-09 14:41:28 +01:00
9dd678946d Use proper function to check status 2024-08-08 19:25:14 -07:00
090a769145 Use proper function 2024-08-08 19:21:34 -07:00
dbfc621482 Add a monitor for firewalld https://github.com/virtualmin/virtualmin-gpl/issues/870 2024-08-08 19:16:00 -07:00
b1d273c555 BIND 4 is ancient and shouldn't be shown by default https://github.com/webmin/webmin/issues/2232 2024-07-26 10:20:42 -07:00
e0085e82d4 Fix to remove colon in button text as its relation is obvious 2024-05-31 13:10:18 +03:00
b697c134f1 Fix to break status icons to a new line 2024-05-31 12:15:02 +03:00
5d363d60fe Fix to break remotes to a new line without pointless limits 2024-05-31 12:14:45 +03:00
f06bc871dc Fix to break each icon to a new line 2024-05-31 12:13:33 +03:00
f457b971a7 Check if an NFS server is actually installed 2024-05-26 11:35:24 -07:00
bff3e78630 Also update MySQL to MariaDB in text strings https://github.com/virtualmin/virtualmin-gpl/issues/798 2024-05-01 20:30:48 -07:00
d59c49b6ce Change default monitor name if it's MariaDB https://github.com/virtualmin/virtualmin-gpl/issues/798 2024-04-30 16:48:15 -07:00
0c0b04ffe0 Add monitor for IMAP 2024-03-11 22:21:08 -07:00
c762d41fa1 Add support for SMTP login 2024-03-11 21:22:29 -07:00
0704ac640e Start of work on SMTP monitor 2024-03-11 20:39:59 -07:00
a9d0f8b704 Use standard function 2024-03-11 20:17:43 -07:00
fb6f27aaaa Use ui-lib standard functions 2024-03-11 11:33:01 -07:00
dd9dac860c Improve layout of the monitor editing page 2024-03-10 18:35:22 -07:00
527d238da2 The word remote is confusing 2024-03-10 17:25:17 -07:00
04a3b8b5e6 Suppress output from monitor.pl https://github.com/webmin/webmin/issues/1984 2023-08-16 20:41:04 -07:00
143fb86567 Update translations 2023-07-19 20:08:41 +03:00
076e3577ba Don't repeat check if failure was due to a timeout 2023-07-18 16:34:24 -07:00
6493bc6564 Fix placement of button 2023-07-18 16:30:37 -07:00
850030ed17 Add support for reporting status to an HTTP webhook https://github.com/webmin/webmin/issues/1733 2023-04-09 16:01:12 -07:00
0f0e6ba516 Fix to print status from last schedule in alert box 2023-03-26 13:34:33 +03:00
7c40195c14 Don't ever call make_date on undef https://github.com/webmin/webmin/issues/1860 2023-03-16 11:27:04 -07:00
495d87a619 Italian translation update from Dario Corti 2023-02-05 15:53:24 -08:00
2beca9ba98 Update translations 2022-04-11 11:51:21 +03:00
41eeff8eca Add API to return current monitors status
https://github.com/virtualmin/authentic-theme/issues/1574#issuecomment-1003697841

Output example:

```
'bind8' => {
    'icon' => '/status/images/down.gif',
    'icon_title' => 'Local',
    'status' => 0,
    'status_text' => '<font color=#ff0000>Down</font>',
    'title' => 'BIND DNS Server'
  },
```
2022-01-02 16:06:01 +03:00
3542519fe2 Allow HTTP codes to be selected https://github.com/webmin/webmin/issues/1564 2021-12-14 10:58:24 -08:00
c364fbdf29 Extract more sensors for System and Server Status monitors 2021-11-29 20:47:35 +03:00
0462945632 Update translations 3/3 2021-11-18 22:13:17 +03:00