Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-16 | check_swap: Fix Build At Least For OpenBSD | Alvar Penning | 1 | -2/+2 | |
Fix build of check_swap for both CHECK_SWAP_SWAPCTL_SVR4 and CHECK_SWAP_SWAPCTL_BSD build guards. > $ make check_swap > CC check_swap.d/swap.o > check_swap.d/swap.c:58:32: error: too few arguments to function call, single argument 'config' was not specified > 58 | return getSwapFromSwapctl_BSD(); > | ~~~~~~~~~~~~~~~~~~~~~~ ^ > ././check_swap.d/check_swap.h:48:13: note: 'getSwapFromSwapctl_BSD' declared here > 48 | swap_result getSwapFromSwapctl_BSD(swap_config config); > | ^ ~~~~~~~~~~~~~~~~~~ > 1 error generated. > *** Error 1 in [...]/monitoring-plugins/plugins (Makefile:2869 'check_swap.d/swap.o': @echo " CC ...) | |||||
2025-09-15 | Run clang-format again | Lorenz Kästle | 1 | -6/+12 | |
2025-03-17 | check_swap: Fixes on NetBSD | Lorenz Kästle | 1 | -54/+48 | |
2025-02-18 | Implement new output functionality for check_swap | Lorenz Kästle | 1 | -0/+2 | |
2024-11-15 | check_swap stuff: Error out if meminfo file can not be opened | Lorenz Kästle | 1 | -0/+7 | |
2024-11-15 | check_swap stuff: make type casts explicit instead of implicit | Lorenz Kästle | 1 | -10/+10 | |
2024-11-15 | check_swap stuff: improve error handling | Lorenz Kästle | 1 | -19/+40 | |
2024-11-15 | check_swap stuff: Add comments to ifdef stuff to improve readability | Lorenz Kästle | 1 | -4/+4 | |
2024-11-10 | check_swap: change threshold handling again | Lorenz Kästle | 1 | -2/+2 | |
2024-11-10 | check_swap: stricter error handling | Lorenz Kästle | 1 | -1/+7 | |
2024-11-10 | check_swap: Use sscanf more precisely to avoid false matches | Lorenz Kästle | 1 | -1/+1 | |
2024-11-10 | check_swap: Make check_swap work without thresholds | Lorenz Kästle | 1 | -0/+3 | |
2024-11-02 | Small fixes to check_swap stuff | Lorenz Kästle | 1 | -22/+42 | |
2024-11-02 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 1 | -77/+74 | |
2024-01-04 | Implement stub functionality for SRV4 swapctl stuff | RincewindsHat | 1 | -16/+49 | |
2024-01-04 | Implement stub functionality for BSD swapctl stuff | RincewindsHat | 1 | -9/+30 | |
2023-12-20 | Add missing includes in plugins/check_swap.d/swap.c | RincewindsHat | 1 | -0/+2 | |
2023-12-20 | check_swap: refactor to improve readability | RincewindsHat | 1 | -0/+359 | |