mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-11 14:53:43 -05:00
pst3 compile with Sun Studio Compiler
This commit is contained in:
parent
9ff36ec7e3
commit
0dcd5e677e
3 changed files with 4 additions and 0 deletions
1
NEWS
1
NEWS
|
|
@ -41,6 +41,7 @@ This file documents the major additions and syntax changes between releases.
|
|||
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)
|
||||
|
|
|
|||
|
|
@ -255,3 +255,4 @@ Martin Foster
|
|||
Joe Presbrey
|
||||
Will Preston
|
||||
Nikita Kalabukhov
|
||||
Grant Byers
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue