aboutsummaryrefslogtreecommitdiff
path: root/plugins-root
AgeCommit message (Expand)Author
2012-06-14check_dhcp: Don't misinterpret the "siaddr" fieldGravatar Holger Weiss
2012-06-13check_dhcp: Fix handling of "pad" optionsGravatar Holger Weiss
2011-04-28check_host: Allocate a large-enough buffer for the host table.Gravatar Sebastian Harl
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2010-04-14pst3.c must not use nagiosplug/gnulib includesGravatar Thomas Guyot-Sionnest
2009-10-15Set proper network byte order for icmp_id and icmp_seq in icmp packetsGravatar Thomas Guyot-Sionnest
2009-10-15Increment per-host sequence in check_icmpGravatar Thomas Guyot-Sionnest
2009-09-25Allow custom versions with the release file...Gravatar nagiosplugins
2009-09-14Ensure dirhandle is closed (Duncan Ferguson)Gravatar Ton Voon
2009-07-14pst3 compile with Sun Studio CompilerGravatar Ton Voon
2009-06-14Fixed error in rtt/rta calculation in case of system clock problemsGravatar Matthias Eble
2009-06-02Don't use the plain char type for data buffersGravatar Holger Weiss
2009-06-01Fixed check_icmp compiler warnings by including float.hGravatar Matthias Eble
2009-06-01Fixed --help output for warn and critical thresholds (sf.net #2796624, debian...Gravatar Matthias Eble
2008-11-26Fixing build breakages (I totally forgot this rule was there...)Gravatar Thomas Guyot-Sionnest
2008-11-26Disable dynamic versionning for releases, and allow generating version out of...Gravatar Thomas Guyot-Sionnest
2008-11-25Workaround to support more make programsGravatar Thomas Guyot-Sionnest
2008-11-23Avoid the use of .PHONY (target s created twice and I have no idea if it's ri...Gravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-07check_icmp now reports min and max round trip time perfdata (Steve Rader)Gravatar Thomas Guyot-Sionnest
2008-08-08Close on fdGravatar Ton Voon
2008-08-08Typo in --help outputGravatar Thomas Guyot-Sionnest
2008-07-28-b option now specifies ICMP data bytes instead of packet sizeGravatar Matthias Eble
2008-07-17Add support for packet size modification (-b)Gravatar Matthias Eble
2008-07-06Don't try to set the "SO_BROADCAST" socket option for unicast requests.Gravatar Holger Weiss
2008-07-02Change pst3 again, this time to remove use of kvm which is notGravatar Ton Voon
2008-06-17Fixed possible coredump. Removed one level of subroutines (Duncan Ferguson)Gravatar Ton Voon
2008-06-02Optimised pst3 for systems with large number of processes (Duncan Ferguson)Gravatar Ton Voon
2008-05-27Add additional PID column headingGravatar Ton Voon
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-29--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-03-14Fixed 64 bit pst3 when tries to link to gettext. Gettext linkedGravatar Ton Voon
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSGravatar Ton Voon
2008-02-28Reverted check_procs for solaris back to using pst3 due to truncationGravatar Ton Voon
2008-01-31Bump plugins-root/ to GPLv3Gravatar Thomas Guyot-Sionnest
2008-01-08Hide some debug output which was printed even without "-v" (underGravatar Holger Weiss
2008-01-08Fix the handling of ICMP packets which are not echo replies (such asGravatar Holger Weiss
2008-01-08Get rid of a cast which increases the required alignment.Gravatar Holger Weiss
2008-01-08Mark some constant strings "const".Gravatar Holger Weiss
2007-12-21Fix INADDR_NONE value (for systems which don't define it).Gravatar Holger Weiss
2007-12-21Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined onGravatar Holger Weiss
2007-12-21New "-s" option to specify the source IP address (thanks to Harald JennyGravatar Holger Weiss
2007-12-13Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)Gravatar Ton Voon
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Gravatar Thomas Guyot-Sionnest
2007-10-25Automatically update website with --help output. CosmeticGravatar Ton Voon
2007-09-15Correct all instances of misaligned memory access. This fixes bus errosGravatar Holger Weiss
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Gravatar Holger Weiss