summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27check_disk: fix ignore-missing in combination with includes (fixes #1963)refs/pull/1967/headSven Nierlein1-2/+2
2023-11-27check_disk: add -n short option for --ignore-missingSven Nierlein1-6/+5
2023-10-18check_disk: Use C99 booleansRincewindsHat1-29/+29
2023-09-30check_disk: Change usage for --include-type to indicated regexes are now poss...Lorenz Kästle1-2/+2
2023-09-30check_disk: Use regex also to include fs typesLorenz Kästle1-3/+7
2023-09-28check_disk: make -X a regex listAlexander A. Klimov1-7/+11
2023-09-21Add -C to general usage hintsLorenz Kästle1-1/+1
2023-09-21check_disk: Add some general usage hintsRincewindsHat1-0/+8
2023-09-21check_disk: More spacing to separate examplesRincewindsHat1-2/+2
2023-09-21check_disk: Mention -A and long options in error message about missing thresh...RincewindsHat1-1/+1
2023-09-21check_disk: Fix printf format stringRincewindsHat1-1/+1
2023-09-11check_disk: Remove some dead variablesrefs/pull/1920/headRincewindsHat1-4/+1
2023-05-26check_disk: Display SI units correctlyrefs/pull/1884/headRincewindsHat1-6/+21
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-3/+3
2023-03-06check_disk: use cleaner code for ignore-missing optionrefs/pull/1801/headKristian Schuster1-18/+16
2023-02-20check_disk: fix ugly output with -e option and adapt tests accordinglyKristian Schuster1-5/+5
2023-02-19Merge remote-tracking branch 'origin/master' into feature_check_disk_add_igno...Kristian Schuster1-2/+2
2023-02-19check_disk: still allow check of available disks with ignore-missing param usedKristian Schuster1-25/+78
2023-01-31check_disk: Remove weird code (workaround?) which broke with gnulib updateLorenz Kästle1-1/+1
2023-01-20check_disk: Clarify usage possibilites (#1745)Lorenz1-1/+1
2022-10-24check_disk: add ignore-missing option to return OK for missing fsKristian Schuster1-5/+24
2022-09-11Check disk compiler warnings (#1758)Lorenz1-59/+8
2022-01-30Description for -M was the wrong way around (#1746)Lorenz1-1/+1
2022-01-22Trivial printf fix and a little bit of code style (#1695)Lorenz1-2/+4
2021-11-24More wrong printf formattingrefs/pull/1729/headRincewindsHat1-2/+2
2021-11-24Fix CodeQL checksRincewindsHat1-6/+10
2021-10-27Replace tabs with spaces and do some formattingrefs/pull/1714/headRincewindsHat1-55/+54
2021-10-27Remove whitespace at the end of linesRincewindsHat1-17/+17
2021-10-26Reform some arithmetical operations for more clarityRincewindsHat1-7/+9
2021-10-26hopefully fix warning high tide with percentageRincewindsHat1-1/+1
2021-10-26Switch to uint64_tRincewindsHat1-13/+11
2021-10-26Reformat a little bit for easier readingRincewindsHat1-16/+32
2021-10-26Recognice IEC binary units and format accordingly to base2 (always)RincewindsHat1-12/+15
2021-08-24Merge pull request #1388 from waja/check_proc_consumption_1357Sven Nierlein1-4/+1
2019-04-09include -P switch in helprefs/pull/1591/headChristopher Odenbach1-0/+2
2018-12-08[check_disk] add support to display inodes usage in perfdatarefs/pull/1567/headVincent Danjean1-3/+47
2016-11-21Revert "check_disk - show all disks if state is ok and option error only is u...refs/pull/1446/headOliver Skibbe1-15/+4
2016-11-19Merge pull request #1436 from riskersen/check_disk_iss1420Oliver Skibbe1-4/+15
2016-11-07Merge pull request #1312 from waja/check_disk_remove_unused_variablesSven Nierlein1-7/+2
2016-11-04check_disk - show all disks if state is ok and option error only is usedrefs/pull/1436/headOliver Skibbe1-4/+15
2015-10-27Fixing the stuff that is broken on btrfsrefs/pull/1388/headKlaus Ethgen1-4/+1
2015-10-12Revert "Don't let check_disk hang on hanging file systems"Holger Weiss1-43/+0
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-12-27check_disk: remove unused variablesrefs/pull/1312/headSebastian Herbszt1-7/+2
2014-11-30check_disk: Seperate declarations from codeHolger Weiss1-0/+1
2014-11-30check_disk: Remove unused status variableHolger Weiss1-2/+1
2014-11-28check_disk: Fix pthread start routine typeHolger Weiss1-3/+6
2014-11-28Don't let check_disk hang on hanging file systemsGerhard Lausser1-0/+40
2014-07-29check_disk: show troubled partition in verbose modeJan Wagner1-5/+11
2014-04-27Make check_disk work on Windows.Gunnar Beutner1-1/+20