Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRudolfs Kreicbergs <git-no-reply@zabbix.com>2011-06-01 16:42:11 +0400
committerRudolfs Kreicbergs <git-no-reply@zabbix.com>2011-06-01 16:42:11 +0400
commitb4999a5dd689a5a5f686524843f7af6c33e75856 (patch)
treeab129000c35a9e3a76aa8f2df19f05a278d1dbe5 /include/sysinfo.h
parent6cdb42a5cf171fb84d2583b9f95e35ce353bcd32 (diff)
- [ZBXNEXT-791] added HostnameItem to Agent and Proxy configuration for setting the default Hostname
[Merged from 1.8 r19982]
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 033c88eaa1d..b79a9434ebc 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -222,6 +222,7 @@ int get_diskstat(const char *devname, zbx_uint64_t *dstat);
/* flags for process */
#define PROCESS_TEST 1
#define PROCESS_USE_TEST_PARAM 2
+#define PROCESS_LOCAL_COMMAND 4
void init_metrics();
void free_metrics();