summaryrefslogtreecommitdiffstats
path: root/lib/utils_disk.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Replace all old school booleans in lib witch C99 onesrefs/pull/1937/headRincewindsHat1-27/+16
2023-10-15Whitespace fixes in libRincewindsHat1-12/+11
2023-09-30Fix typoLorenz Kästle1-1/+1
2023-09-30Document new np_add_regex more and add error handlingLorenz Kästle1-4/+29
2023-09-28Introduce np_find_regmatch()Alexander A. Klimov1-0/+25
2023-09-28Introduce np_add_regex()Alexander A. Klimov1-0/+11
2023-05-10avoid mounting when searching for matching mount pointsStefan Taferner1-8/+9
2023-02-19Merge remote-tracking branch 'origin/master' into feature_check_disk_add_igno...Kristian Schuster1-0/+6
2023-02-19utils_disk: add name_prev pointer to struct parameter_listKristian Schuster1-2/+17
2022-12-13check_disk: Find accessible mount path if multiple are available (#1820)christian-21-0/+6
2018-12-08[check_disk] add support to display inodes usage in perfdatarefs/pull/1567/headVincent Danjean1-0/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-1/+1
2010-11-15Fix check_disk free space calculation if blocksizes differ within a disk grou...Matthias Eble1-0/+13
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-4/+4
2008-11-19check_disk: rerpopulate the mount list after doing a stat() on paths specifie...Thomas Guyot-Sionnest1-10/+9
2008-01-30details...Thomas Guyot-Sionnest1-1/+1
2008-01-30Bump /lib to GPLv3Thomas Guyot-Sionnest1-17/+16
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Matthias Eble1-2/+2
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsMatthias Eble1-0/+21
2007-04-01utils_disk: fixed handling if check_disk -p is a device (np_set_best_match())Matthias Eble1-11/+12
2007-03-30check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)Matthias Eble1-0/+10
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Matthias Eble1-0/+1
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Matthias Eble1-22/+37
2006-12-20Fixed inode thresholds, regressed from previous releaseTon Voon1-0/+1
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon1-0/+140