summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-15 18:53:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-15 18:53:33 +0000
commit20ff0332e4cebfb212300f3d9496f14e400a6234 (patch)
tree2e0cabe69c9bbc7ffca7d3b9783f788334f3cff2 /include
parentf11bd43692bbd9c13e94cccad81eea4a92b7b06f (diff)
downloadzabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.tar.gz
zabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.tar.xz
zabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.zip
- change copyright to SIA Zabbix (Alexei)
- added basic support for log[*] (Alexei) - fixed processing of traps having character ':' (Alexei) - added logfiles.h and logfiles.c (Alexei) - group level start/stop monitoring (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/cfg.c4
-rw-r--r--include/cfg.h4
-rw-r--r--include/common.h4
-rw-r--r--include/db.c4
-rw-r--r--include/db.h4
-rw-r--r--include/email.c4
-rw-r--r--include/email.h4
-rw-r--r--include/expression.c4
-rw-r--r--include/expression.h4
-rw-r--r--include/functions.c4
-rw-r--r--include/functions.h4
-rw-r--r--include/log.c4
-rw-r--r--include/log.h4
-rw-r--r--include/pid.c4
-rw-r--r--include/pid.h4
-rw-r--r--include/security.c4
-rw-r--r--include/security.h4
-rw-r--r--include/zlog.c4
-rw-r--r--include/zlog.h4
19 files changed, 38 insertions, 38 deletions
diff --git a/include/cfg.c b/include/cfg.c
index bb87b46d..f2ab375d 100644
--- a/include/cfg.c
+++ b/include/cfg.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/cfg.h b/include/cfg.h
index 5eed2924..f46682cb 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/common.h b/include/common.h
index 7cb3d9e0..e4a71f77 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/db.c b/include/db.c
index cf946576..f774558c 100644
--- a/include/db.c
+++ b/include/db.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/db.h b/include/db.h
index a6fd7316..37ee2ad5 100644
--- a/include/db.h
+++ b/include/db.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/email.c b/include/email.c
index ef200fef..9dddbf51 100644
--- a/include/email.c
+++ b/include/email.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/email.h b/include/email.h
index 2b7cabac..026b2852 100644
--- a/include/email.h
+++ b/include/email.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/expression.c b/include/expression.c
index 835accb1..4713b5f0 100644
--- a/include/expression.c
+++ b/include/expression.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/expression.h b/include/expression.h
index 3166844c..c5340b4b 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/functions.c b/include/functions.c
index 43a663d3..bc917cb7 100644
--- a/include/functions.c
+++ b/include/functions.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/functions.h b/include/functions.h
index 1100259e..e4bfd734 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/log.c b/include/log.c
index 927c1a63..397d8ee5 100644
--- a/include/log.c
+++ b/include/log.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/log.h b/include/log.h
index af7a3b90..441e0929 100644
--- a/include/log.h
+++ b/include/log.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/pid.c b/include/pid.c
index 50f25139..27b39fab 100644
--- a/include/pid.c
+++ b/include/pid.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/pid.h b/include/pid.h
index b1653e2a..a39a66c9 100644
--- a/include/pid.h
+++ b/include/pid.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/security.c b/include/security.c
index eb9f8718..5493bbab 100644
--- a/include/security.c
+++ b/include/security.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/security.h b/include/security.h
index bef5b04f..09bd313d 100644
--- a/include/security.h
+++ b/include/security.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/zlog.c b/include/zlog.c
index 3eb3b1e4..b22e4c64 100644
--- a/include/zlog.c
+++ b/include/zlog.c
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/include/zlog.h b/include/zlog.h
index 2dd59956..2e140965 100644
--- a/include/zlog.h
+++ b/include/zlog.h
@@ -1,6 +1,6 @@
/*
-** Zabbix
-** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
+** ZABBIX
+** Copyright (C) 2000-2005 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by