summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-07-28check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removedTon Voon3-283/+7
2006-07-19Fix to add uintmax_t, for check_disk.c compileTon Voon1-0/+13
2006-07-19Fix for CHAR_MAX on Solaris 9Ton Voon1-0/+1
2006-07-14Fix inode percents using coreutils' percentage calculation techniqueTon Voon1-31/+40
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon2-181/+199
2006-07-13Move new util_* functions to lib/Ton Voon16-758/+25
2006-07-13Using coreutils' base_name function because of portability issues withTon Voon3-31/+1
2006-07-12Added -E option for exact match of filesystem. Restructured main filesystemTon Voon4-76/+99
2006-07-12Moving parameter_list into utils_disk.h. Given list of mount points, canTon Voon5-54/+150
2006-07-12Moving check_disk functions into utils_disk.c and testing themTon Voon7-81/+205
2006-07-07Added check for two arguments. Was segfaulting if no or one arg. Now returnsHarper Mann1-0/+6
2006-07-03Fixed -p getopt call (Allan Bennett - 1511650)Ton Voon1-2/+3
2006-07-03Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)Ton Voon1-1/+3
2006-06-21cleaning help and usageBenoit Mortier2-75/+64
2006-06-20cleaning help and usage + licenseBenoit Mortier6-206/+281
2006-06-18updating help and usage and licenseBenoit Mortier14-302/+439
2006-06-17cleaning up help and usageBenoit Mortier8-118/+133
2006-06-15cleaning help and usageBenoit Mortier6-66/+67
2006-06-15cleaning help and usageBenoit Mortier1-20/+25
2006-06-14updating the help and usage for localizationBenoit Mortier4-86/+38
2006-06-14starting the BIG locale update ;-)Benoit Mortier3-87/+56
2006-06-06modify the is_pg_dbname() function to allow databases with '-' in their name.M. Sean Finney1-2/+2
2006-05-25Gettext fixes to sync with coreutilsTon Voon1-0/+6
2006-05-25Option to invert results from a regexp pattern matchTon Voon2-15/+45
2006-05-25Use coreutils' regexp libraries, so regexp always available nowTon Voon4-41/+5
2006-05-24Variables need to be declared at top of code for better portabilityTon Voon1-1/+1
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Ton Voon4-4/+6
2006-05-02Inode thresholds not always being initialised (James Fidell - 1476457)Ton Voon1-0/+10
2006-05-01- check_ntp:M. Sean Finney4-80/+156
2006-04-27Internal version of basename if one not found in systemTon Voon4-8/+35
2006-04-19Fix check_nagios tests on MacOSX 10.4Ton Voon1-7/+13
2006-04-12the offset_requests are now parallelized. still stuff needs to beM. Sean Finney1-62/+105
2006-04-12added a currently unused but "good for reference" version of offset_requestM. Sean Finney1-0/+76
2006-04-11another big code-commit to check_ntp. jitter calculations now work, andM. Sean Finney1-22/+247
2006-04-06Stop coredump on Solaris if arg not specified (Jason Kau - 1465288)Ton Voon1-1/+1
2006-04-05Use pid_t for pids (1463853)Ton Voon1-3/+3
2006-04-05Allow multiple -k parameters (Gerd Mueller - 1457726)Ton Voon2-7/+26
2006-04-05finally??? cvs works again???? let me dig up my week-old cvsM. Sean Finney1-51/+144
2006-03-29New function to for escaped strings from command line for send/quit.Ton Voon4-33/+85
2006-03-29Allow 1 second delay in check_udp timeoutTon Voon1-1/+1
2006-03-29Fix possible timeout issue on hostname_invalidTon Voon1-1/+2
2006-03-29Fix test if response time is one secondTon Voon1-1/+1
2006-03-29now support for detecting critical/security updates, which setsM. Sean Finney1-8/+24
2006-03-27Set timeout within nc, rather than the test scriptTon Voon1-5/+5
2006-03-27Fixed bug with malloc of wrong sizeTon Voon1-1/+1
2006-03-24Fixing defaults to workTon Voon1-3/+3
2006-03-24-C now implies -S/--ssl as wellTon Voon1-10/+8
2006-03-24Tests converted to new styleTon Voon2-29/+52
2006-03-24udp checks require and send and receive option. Tests updated so ifTon Voon2-23/+50
2006-03-23- addition of include/exclude option for package names in check_apt,M. Sean Finney1-31/+117