wok diff nagios-plugins/stuff/patches/check_load.c-2.4.0 @ rev 24950

updated nagios-plugins and nagios-plugins-mysql (2.3.3 -> 2.4.0)
author Hans-G?nter Theisgen
date Sat Apr 23 10:03:51 2022 +0100 (2022-04-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nagios-plugins/stuff/patches/check_load.c-2.4.0	Sat Apr 23 10:03:51 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- plugins/check_load.c.original
     1.5 ++++ plugins/check_load.c
     1.6 +@@ -47,6 +47,7 @@
     1.7 + #define LOADAVG_5MIN	1
     1.8 + #define LOADAVG_15MIN	2
     1.9 + #endif /* !defined LOADAVG_1MIN */
    1.10 ++#define PS_COMMAND "/bin/ps"
    1.11 + 
    1.12 + 
    1.13 + static int process_arguments (int argc, char **argv);