Commit graph

3776 commits

Author SHA1 Message Date
RincewindsHat
4e916f5ea4 Fix some errors in metadata in translation files 2023-09-12 01:22:32 +02:00
Lorenz Kästle
0613648bb9
Merge pull request #1901 from trickert76/patch-chunk-nobody
check_http: Fixing unchunking body when no body is present
2023-09-07 16:17:49 +02:00
Lorenz Kästle
128910f79a
Merge branch 'master' into patch-chunk-nobody 2023-09-07 16:08:21 +02:00
Lorenz Kästle
15d7ca8eb1
Merge pull request #1916 from RincewindsHat/fix/correct_merge_error_in_fr.po
Fix error in translation file introduced during a merge
2023-09-05 23:44:02 +02:00
RincewindsHat
3e2aba7e17 Regenerate translation files 2023-09-05 23:20:23 +02:00
RincewindsHat
57911c763b Fix error in translation file introduced during a merge 2023-09-05 15:33:09 +02:00
Lorenz Kästle
0832a3b71a
Merge pull request #1912 from RincewindsHat/remove_translation_comments
Remove translation comments
2023-09-05 15:25:02 +02:00
RincewindsHat
a911d6877f Merge branch 'master' into remove_translation_comments 2023-09-05 15:24:12 +02:00
Lorenz Kästle
88d668de73
Merge pull request #1914 from RincewindsHat/fix/check_radius_help_text
check_radius: Change help to emphasize the necessity of a config file
2023-09-05 15:13:12 +02:00
Lorenz Kästle
8e2b1a1f3f
Merge pull request #1915 from monitoring-plugins/dependabot-github_actions-actions-checkout-4
Bump actions/checkout from 3 to 4
2023-09-05 15:12:21 +02:00
dependabot[bot]
743d41da0e
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 04:33:25 +00:00
RincewindsHat
df49267206 Update translations 2023-09-05 00:32:12 +02:00
RincewindsHat
f5acd14048 check_radius: Change help to emphasize the necessity of a config file 2023-09-05 00:00:09 +02:00
Lorenz Kästle
af6337b4fc
Merge pull request #1913 from franzs/fix_codespell_action
Use codespell-project/actions-codespell@v2
2023-09-04 19:55:13 +02:00
Franz Schwartau
add465800b Use codespell-project/actions-codespell@v2
The current master version seems to introduce an issue, e. g.

codespell
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_301f7ff6-2829-439a-bb1e-e3787b7d0b37/0567173d-ce48-4e72-bccb-2a410baeb2a3.tar.gz. return code: 2.

https://github.com/monitoring-plugins/monitoring-plugins/actions/runs/6074675443
2023-09-04 16:43:03 +02:00
RincewindsHat
d3459f131e Update translation files 2023-09-04 13:35:03 +02:00
RincewindsHat
a25345751a Add xgettext option to not put file positions in translation files 2023-09-04 12:55:29 +02:00
Lorenz Kästle
b1a60bac4b
Merge pull request #1908 from franzs/feature_check_smtp_ssl_test
Add tests for connecting with TLS in check_smtp.t
2023-09-04 12:22:26 +02:00
Franz Schwartau
621e2b7e8b Remove backup files in po/ 2023-09-04 10:32:09 +02:00
Franz Schwartau
06ebad8399 check_smtp: add tests for --ssl 2023-08-30 15:04:32 +02:00
Franz Schwartau
3a69b8c16a enable NP_HOST_TCP_SMTP_STARTTLS 2023-08-30 15:04:32 +02:00
Franz Schwartau
8fa9370a0c Rename test variables for upcoming new variables with the same name 2023-08-30 15:04:32 +02:00
Lorenz Kästle
554c1433cf
Merge pull request #1889 from franzs/feature_check_smtp_ssl
Add support for SMTP over TLS
2023-08-29 16:59:11 +02:00
Franz Schwartau
dc3598662e Translate new message strings from plugins/check_smtp.c
The french translation was done by Google Translate. I don't know
any french.
2023-08-29 09:49:16 +02:00
Franz Schwartau
ab5ada06b3 Update po/pot files using make update-po
No change of translations
2023-08-29 09:49:12 +02:00
Franz Schwartau
ce96ef868a check_smtp: Let port option always take precedence
Otherwise -s/--ssl would overwrite a port given with -p if it comes
after it, e. g.

check_smtp -H mailhost.example.com -p 4465 --ssl

Found-By: Lorenz Kästle
2023-08-29 09:46:50 +02:00
Franz Schwartau
079c300dcc check_smtp: add new longoption --tls
This is an alias for -s/--ssl.
2023-08-29 09:46:50 +02:00
Franz Schwartau
da81dd3cf2 check_smtp: remove restriction of --proxy with --ssl 2023-08-29 09:46:50 +02:00
Franz Schwartau
e823896d8a check_smtp: set default port to smtps (465) for TLS
The port can still be set with -p.
2023-08-29 09:46:50 +02:00
Franz Schwartau
ead5526efa Add support for SMTP over TLS
This is commonly used on smtps (465) port.

PROXY protocol is not implemented with TLS in check_smtp.c, yet.

Backported from nagios-plugins:
0a8cf08ebb
2023-08-29 09:46:50 +02:00
Lorenz Kästle
29613c3be2
Merge pull request #1907 from RincewindsHat/fix/repair_test_pipeline
Implement option for check_snmp to ignore mib parsing errors (to fix test pipeline)
2023-08-29 08:25:10 +02:00
Lorenz Kästle
55c0e1738e Merge remote-tracking branch 'upstream/master' into fix/repair_test_pipeline 2023-08-28 15:16:30 +02:00
Lorenz Kästle
b90b09e147
Merge pull request #1888 from thkukuk/no-utmp
check_users: prefer systemd-logind over utmp
2023-08-28 15:09:34 +02:00
Thorsten Kukuk
801784ae89 check_users: prefer systemd-logind over utmp
Prefer systemd-logind over utmp to get the number of logged in users.
utmp is not reliable for this (e.g. some terminals create utmp entries,
other not) and utmp is not Y2038 safe with glibc on Linux.
2023-08-28 14:55:56 +02:00
Lorenz Kästle
70d0457562 Remove dead code from test machine prepare script 2023-08-28 13:05:44 +02:00
Lorenz Kästle
fcc883efe3 Update translations 2023-08-28 11:16:23 +02:00
Lorenz Kästle
9e32be80d6 Remove dead, commented code 2023-08-28 11:15:59 +02:00
Lorenz Kästle
c6abf11e02 Enhance regex in test to be more tolerant to follow up text 2023-08-28 10:31:21 +02:00
RincewindsHat
c57b7157da Try to not delete random MIBs to avoid compiling errors 2023-08-27 23:51:40 +02:00
RincewindsHat
d885e870d7 Update translations 2023-08-27 23:14:00 +02:00
RincewindsHat
94a5eb218d Update test to ignore broken MIBs 2023-08-27 23:13:50 +02:00
RincewindsHat
90cb539595 Implement option to ignore mib file parsing errors 2023-08-27 23:13:17 +02:00
Thoralf Rickert-Wendt
a6802bd5f5
Fix issue #1872 2023-08-08 10:22:53 +02:00
Lorenz Kästle
43131b73d6
Merge pull request #1876 from RincewindsHat/check_swap_scanf_expressions
Changing remaining sscanf format specifier to unsigned long
2023-07-24 14:27:06 +02:00
Lorenz Kästle
7c3098270c
Merge branch 'master' into check_swap_scanf_expressions 2023-07-23 21:58:13 +02:00
Lorenz Kästle
af06d34071
Merge pull request #1871 from RincewindsHat/compiler_warning_part_6
Try fixing deprecated functions in libdbi
2023-07-12 09:55:44 +02:00
Lorenz Kästle
e4b6e83264
Merge branch 'master' into compiler_warning_part_6 2023-07-11 23:08:31 +02:00
Lorenz Kästle
65aa35d1af
Merge pull request #1895 from waja/update-po
Try to detect if there are translation updates via CI
2023-07-11 23:08:01 +02:00
Lorenz Kästle
74927513f7
Merge branch 'master' into update-po 2023-07-11 22:54:11 +02:00
Lorenz Kästle
7b24d8cc3e
Merge pull request #1896 from monitoring-plugins/update_translation_files
Update translation files
2023-07-11 22:53:59 +02:00