| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-09 | Merge pull request #2144 from RincewindsHat/refactor/check_snmp | Lorenz Kästle | 3 | -3/+20 | |
| Refactor check snmp: - Switch from executing `snmpget`/`snmpgetnext` to linking directly agains net-snmp - Refactor to use test abstraction -> allows for JSON output | |||||
| 2025-09-09 | Activate mib parsing in Debian CI pipeline | Lorenz Kästle | 1 | -0/+2 | |
| 2025-08-27 | Fix Specfile requires | Lorenz Kästle | 1 | -1/+3 | |
| 2025-08-27 | Add libsnmp-dev dependency to codeql gh action | Lorenz Kästle | 1 | -3/+14 | |
| 2025-08-27 | Add netsnmp lib to specfile | Lorenz Kästle | 1 | -0/+1 | |
| 2025-08-27 | Add libsnmp-dev to github action dependencies | Lorenz Kästle | 1 | -0/+1 | |
| 2025-08-12 | build(deps): bump actions/checkout from 4 to 5 | dependabot[bot] | 4 | -6/+6 | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-08-01 | (Re)construct PLATFORM_ID as it's droped since Fedora 43 | Jan Wagner | 1 | -0/+3 | |
| See https://fedoraproject.org/wiki/Changes/Drop_PLATFORM_ID?#Drop_PLATFORM_ID | |||||
| 2025-07-24 | Adding tmate optional to manual dispatch | Jan Wagner | 2 | -2/+26 | |
| 2025-07-23 | CI: Adding workflow_dispatch | Jan Wagner | 3 | -0/+3 | |
| 2025-05-08 | Do not explicitely disable IPv6 in the CI | Lorenz Kästle | 2 | -2/+2 | |
| 2025-04-21 | CI: Install gawk on fedora > 41 | Jan Wagner | 1 | -0/+7 | |
| 2025-03-12 | Remove check_nwstat | Lorenz Kästle | 1 | -14/+0 | |
| check_nwstat is a plugin which was used to determine the health of things on Novel machines. Since Novel is quite dead (even more so the product, this can be removed and this commit does just that to reduce ressource usage. | |||||
| 2025-03-12 | Remove check_overcr | Lorenz Kästle | 1 | -14/+0 | |
| This commit removes the plugin check_overcr and all related files and parts of files. OverCR seems to be dead and I have never seen a mention of an active usage anywhere. The website still does exist, but the activity seems to be limited. Carrying check_overcr forward seems to be a burden without a purpose and more of an opportunity to remove some code. | |||||
| 2025-03-07 | Merge pull request #2068 from RincewindsHat/check_mysql_replica_check | Lorenz Kästle | 2 | -2/+3 | |
| Check mysql replica check | |||||
| 2025-02-24 | check_mysql tests: Also exchange slave for replica | Lorenz Kästle | 1 | -2/+2 | |
| 2025-02-24 | Add libmysqlclient-dev to dependencies | Lorenz Kästle | 1 | -0/+1 | |
| 2025-02-19 | Install libjson-perl in test runner | Lorenz Kästle | 1 | -1/+2 | |
| 2024-12-29 | Fix breakage in rpm build test due to changes in mock | Lorenz Kästle | 1 | -1/+1 | |
| 2024-11-08 | Fix RPM build tests | Lorenz Kästle | 1 | -6/+9 | |
| 2024-10-25 | mock.sh: remove some quotting to allow pathname expansion again | RincewindsHat | 1 | -1/+1 | |
| 2024-10-25 | prepare_debian.sh: Fix typo | RincewindsHat | 1 | -1/+1 | |
| 2024-10-25 | github/mock.sh: Improve readability and generel shellcheck stuff | RincewindsHat | 1 | -6/+18 | |
| 2024-10-25 | Add sanity options to test prepare scripts | RincewindsHat | 2 | -1/+3 | |
| 2024-10-02 | add manual workflow trigger | Sven Nierlein | 1 | -0/+1 | |
| 2024-10-02 | add new github test workflow for debian:testing and fedora:rawhide | Sven Nierlein | 2 | -1/+77 | |
| this workflow runs scheduled once a week, so it does not prevent PRs from being merged but still allows us to notice if anything will go wrong with the next release. Remove rawhide test from the mandatory tests like we did with debian testing already. | |||||
| 2024-07-23 | tests: always remove ipv6 entry from hosts file | Sven Nierlein | 1 | -6/+2 | |
| 2024-02-23 | CI specfile (#1894) | waja | 5 | -41/+1105 | |
| * Adding spec file and github pipeline for testing * Restructure github pipelines for more clarity * Add build tests for several RPM based distributions --------- Co-authored-by: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | |||||
| 2023-12-22 | Use debian stable for main tests again | RincewindsHat | 1 | -2/+2 | |
| 2023-12-14 | build(deps): bump github/codeql-action from 2 to 3 | dependabot[bot] | 1 | -2/+2 | |
| Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2023-11-13 | CI: Switch back to testing | Jan Wagner | 1 | -2/+2 | |
| 2023-10-31 | CI: Remove translation checks | Jan Wagner | 1 | -5/+1 | |
| 2023-10-18 | extend github action tests | Sven Nierlein | 1 | -2/+7 | |
| add some more steps to the test pipeline: - make dist - builds from the tarball above this test should fail until #1943 is fixed. | |||||
| 2023-10-17 | Prevent THANKS.in from beeing codespelled | Jan Wagner | 1 | -1/+1 | |
| 2023-10-13 | Fix spelling stuff | RincewindsHat | 1 | -1/+1 | |
| 2023-10-03 | Fix some more typos | RincewindsHat | 1 | -1/+1 | |
| 2023-09-25 | run tests with debian:stable | datamuc | 1 | -2/+2 | |
| debian:testing is broken | |||||
| 2023-09-05 | Bump actions/checkout from 3 to 4 | dependabot[bot] | 2 | -4/+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-04 | Use codespell-project/actions-codespell@v2 | Franz Schwartau | 1 | -1/+1 | |
| 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-08-30 | check_smtp: add tests for --ssl | Franz Schwartau | 2 | -1/+6 | |
| 2023-08-30 | enable NP_HOST_TCP_SMTP_STARTTLS | Franz Schwartau | 1 | -1/+1 | |
| 2023-08-30 | Rename test variables for upcoming new variables with the same name | Franz Schwartau | 1 | -2/+2 | |
| 2023-08-28 | Remove dead code from test machine prepare script | Lorenz Kästle | 1 | -6/+0 | |
| 2023-08-27 | Try to not delete random MIBs to avoid compiling errors | RincewindsHat | 1 | -6/+7 | |
| 2023-06-29 | Try to detect if there are translation updates via CI | Jan Wagner | 1 | -0/+4 | |
| 2023-06-28 | Fix too many spaces inside brackets | Jan Wagner | 1 | -3/+3 | |
| 2023-06-28 | Add missing document start | Jan Wagner | 3 | -0/+3 | |
| 2023-06-28 | Fix indentation | Jan Wagner | 1 | -27/+27 | |
| 2023-06-28 | Fix CI workflow syntax | Jan Wagner | 1 | -1/+1 | |
| 2023-05-15 | Run tests on PRs again | RincewindsHat | 1 | -0/+1 | |
