summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ff36ec)
raw | patch | inline | side by side (parent: 9ff36ec)
author | Ton Voon <ton.voon@opsera.com> | |
Tue, 14 Jul 2009 22:20:21 +0000 (23:20 +0100) | ||
committer | Ton Voon <ton.voon@opsera.com> | |
Tue, 14 Jul 2009 22:20:21 +0000 (23:20 +0100) |
NEWS | patch | blob | history | |
THANKS.in | patch | blob | history | |
plugins-root/pst3.c | patch | blob | history |
index 451b65408999b6dc9dce888c65c1b8fbf3a07f53..2e3bf25cd5d63ce5558fd42e3d23cd5edc60a9c0 100644 (file)
--- a/NEWS
+++ b/NEWS
check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster)
Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder)
check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments
+ pst3 compile fix for Sun Studio Compiler (Grant Byers)
1.4.13 25th Sept 2008
Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)
diff --git a/THANKS.in b/THANKS.in
index aba48c6ba1c2bd73ba1d8c9b4d046258c3367f42..038ad9358844d3533a68432f9f36837b3dd3bbc5 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Joe Presbrey
Will Preston
Nikita Kalabukhov
+Grant Byers
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c
index 851365697e759d944d577d98ac6736960e11783e..7586d5f39721c3059b3d84f778244b7c22528931 100644 (file)
--- a/plugins-root/pst3.c
+++ b/plugins-root/pst3.c
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>