diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-08 09:31:04 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-08 09:31:04 (GMT) |
commit | b93562e6e235eabbe620dc969702bb381d3a0a07 (patch) | |
tree | ced6323b0cb4f863b30a33cfd1dbe029b588efec /lib/utils_cmd.h | |
parent | 830f3cc38a0b7ddcb80dc322f7f60f7f73ac9bfe (diff) | |
download | monitoring-plugins-b93562e6e235eabbe620dc969702bb381d3a0a07.tar.gz |
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
Diffstat (limited to 'lib/utils_cmd.h')
-rw-r--r-- | lib/utils_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index d54b2b4..8ebb589 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h | |||
@@ -22,6 +22,7 @@ typedef struct output output; | |||
22 | /** prototypes **/ | 22 | /** prototypes **/ |
23 | int cmd_run (const char *, output *, output *, int); | 23 | int cmd_run (const char *, output *, output *, int); |
24 | int cmd_run_array (char *const *, output *, output *, int); | 24 | int cmd_run_array (char *const *, output *, output *, int); |
25 | int cmd_file_read (char *, output *, int); | ||
25 | 26 | ||
26 | /* only multi-threaded plugins need to bother with this */ | 27 | /* only multi-threaded plugins need to bother with this */ |
27 | void cmd_init (void); | 28 | void cmd_init (void); |