index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-20
Add comment to recent check_disk patch
Thomas Guyot-Sionnest
1
-1/+4
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-12/+12
2008-11-19
check_disk: rerpopulate the mount list after doing a stat() on paths specifie...
Thomas Guyot-Sionnest
1
-5/+5
2008-11-08
Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt...
Thomas Guyot-Sionnest
1
-2/+2
2008-07-10
Verbose should not have to exceed 3 as per developement guidelines
Thomas Guyot-Sionnest
1
-7/+7
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-0/+11
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
1
-8/+9
2008-02-13
Fix --local argument handling (Jan Wagner #1878971)
Matthias Eble
1
-2/+2
2008-02-13
Fix broken intending (The whole file use spaces only except my last patch and...
Thomas Guyot-Sionnest
1
-12/+12
2008-02-13
set_thresholds now let the user free the thresolds. (P.S.: When you set twice...
Thomas Guyot-Sionnest
1
-1/+7
2008-01-30
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
Thomas Guyot-Sionnest
1
-18/+16
2008-01-15
Fix check_disk disk usage calculation when using --group=NAME (related to bug...
Thomas Guyot-Sionnest
1
-1/+2
2007-12-08
Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).
Thomas Guyot-Sionnest
1
-1/+8
2007-09-23
Removed some c99 style comments
Matthias Eble
1
-1/+1
2007-09-23
Fixed bug: stat was called on remote fs even if -l was given
Matthias Eble
1
-9/+32
2007-09-22
substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)
Matthias Eble
1
-9/+9
2007-09-22
Added -i/-I to ignore pathes/partitions based on regular expressions
Matthias Eble
1
-14/+67
2007-09-21
My solaris box needs %llu to display 64bits integers.
Thomas Guyot-Sionnest
1
-1/+1
2007-09-21
- Added some variables at verbose==3
Thomas Guyot-Sionnest
1
-42/+43
2007-08-09
Don't use C++ style comments (noted by Johannes Kingma on
Holger Weiss
1
-1/+1
2007-07-10
Added examples for new features to check_disk
Matthias Eble
1
-0/+5
2007-07-10
Check_disk now calls stat() for all filesystems to check.
Matthias Eble
1
-28/+11
2007-05-03
fixed backward incompatibility introduced in 1.4.8 where all partitions are s...
Matthias Eble
1
-0/+1
2007-03-30
check_disk: minor fix for -C if bestmatch != -p
Matthias Eble
1
-1/+8
2007-03-30
check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)
Matthias Eble
1
-2/+54
2007-03-30
check_disk: added grouping functionality. see np-devel mail (2007-02-10)
Matthias Eble
1
-20/+72
2007-03-30
check_disk -C is more flexible now. See np-devel post (2007-02-10)
Matthias Eble
1
-30/+52
2007-02-14
Fixed typo in help for -M
Ton Voon
1
-1/+1
2007-02-06
correcting some translation problems
Benoit Mortier
1
-1/+1
2007-01-29
Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.
Thomas Guyot-Sionnest
1
-4/+4
2007-01-27
Fix #1643463: Miscalculating thresholds check_disk
Thomas Guyot-Sionnest
1
-4/+4
2007-01-07
Fix bug #1627970: check_disk performance output for more then one partition
Thomas Guyot-Sionnest
1
-2/+7
2006-12-20
Fixed inode thresholds, regressed from previous release
Ton Voon
1
-7/+26
2006-12-07
Fix coredump on 64bit Solaris. Also adds more error conditions and moves
Ton Voon
1
-0/+3
2006-10-26
Remove C style comments (1583467 - Markus Baertschi)
Ton Voon
1
-2/+0
2006-10-18
Re-added perf data to check_disk
Ton Voon
1
-4/+23
2006-10-12
Remove the "- free space" if status is OK
Ton Voon
1
-2/+4
2006-10-12
Fixed output from -e in check_disk (Andreas Behal)
Ton Voon
1
-5/+11
2006-08-14
Fixed inode percent free output (Mike Emigh - 1531899)
Ton Voon
1
-11/+3
2006-07-14
Fix inode percents using coreutils' percentage calculation technique
Ton Voon
1
-31/+40
2006-07-13
Major fixes to check_disk. Now should return same data as df
Ton Voon
1
-152/+177
2006-07-13
Move new util_* functions to lib/
Ton Voon
1
-17/+19
2006-07-12
Added -E option for exact match of filesystem. Restructured main filesystem
Ton Voon
1
-71/+56
2006-07-12
Moving parameter_list into utils_disk.h. Given list of mount points, can
Ton Voon
1
-15/+0
2006-07-12
Moving check_disk functions into utils_disk.c and testing them
Ton Voon
1
-77/+31
2006-06-18
updating help and usage and license
Benoit Mortier
1
-20/+33
2006-06-14
starting the BIG locale update ;-)
Benoit Mortier
1
-5/+5
2006-05-18
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
Ton Voon
1
-1/+1
2006-05-02
Inode thresholds not always being initialised (James Fidell - 1476457)
Ton Voon
1
-0/+10
2006-03-27
Fixed bug with malloc of wrong size
Ton Voon
1
-1/+1
[prev]
[next]