wok annotate 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
rev   line source
Hans-G?nter@24950 1 --- plugins/check_load.c.original
Hans-G?nter@24950 2 +++ plugins/check_load.c
Hans-G?nter@24950 3 @@ -47,6 +47,7 @@
Hans-G?nter@24950 4 #define LOADAVG_5MIN 1
Hans-G?nter@24950 5 #define LOADAVG_15MIN 2
Hans-G?nter@24950 6 #endif /* !defined LOADAVG_1MIN */
Hans-G?nter@24950 7 +#define PS_COMMAND "/bin/ps"
Hans-G?nter@24950 8
Hans-G?nter@24950 9
Hans-G?nter@24950 10 static int process_arguments (int argc, char **argv);