From b93562e6e235eabbe620dc969702bb381d3a0a07 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 8 Jul 2008 09:31:04 +0000 Subject: check_procs captures stderr and adds to plugin output. This is from a merge of branch nagiosplug/branches/new_threshold_syntax 1979:1982 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c --- lib/utils_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/utils_cmd.h') diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index d54b2b4d..8ebb5894 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h @@ -22,6 +22,7 @@ typedef struct output output; /** prototypes **/ int cmd_run (const char *, output *, output *, int); int cmd_run_array (char *const *, output *, output *, int); +int cmd_file_read (char *, output *, int); /* only multi-threaded plugins need to bother with this */ void cmd_init (void); -- cgit v1.2.3-74-g34f1