index
:
zabbix.git
cpustats
master
Jeff Ollie's Zabbix Patches
Jeffrey C. Ollie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
zabbix_trapper
Commit message (
Expand
)
Author
Age
Files
Lines
*
- remover src/zabbix_sucker and src/zabbix_trapper (Alexei)
hugetoad
2004-12-12
3
-686
/
+0
*
- added table audit (Alexei)
hugetoad
2004-09-16
1
-1
/
+1
*
- added command line parameters -c <config> and -h to zabbix_trapperd (Alexei)
hugetoad
2004-08-27
1
-2
/
+35
*
- fixed typo: getuid() -> getgid() in daemon_init() (Alexei)
hugetoad
2004-08-13
1
-1
/
+1
*
- sprintf() was replaced with snprintf() (Alexei)
hugetoad
2004-01-09
2
-4
/
+4
*
- replace strncpy() with secure strscpy() where possible (Alexei)
hugetoad
2004-01-08
2
-3
/
+3
*
- processing of DB stopped situations for MySQL (Alexei)
hugetoad
2003-12-23
2
-3
/
+3
*
Added 2004 to the Copyright notice.
hugetoad
2003-12-22
2
-2
/
+2
*
- fix for syslog logging of zabbix_trapperd (Alexei)
hugetoad
2003-08-31
1
-1
/
+1
*
Minor changes.
hugetoad
2003-08-15
1
-0
/
+6
*
Do not remover PID files if already exists (Alexei)
hugetoad
2003-08-15
1
-1
/
+0
*
- fixed sysinfo() result. Multiplication to mem_unit required (Alexei)
hugetoad
2003-08-09
2
-31
/
+8
*
- fixed 'make clean' under Solaris (rm -fv -> rm -f) (Alexei)
hugetoad
2003-06-19
1
-3
/
+3
*
- fixed possible zabbix_suckerd crash. It may happen if socket() returns 0.
hugetoad
2002-12-19
1
-1
/
+1
*
- added copyright notice to source files (Alexei)
hugetoad
2002-12-07
2
-0
/
+39
*
- added parameter DBHost (Alexei)
hugetoad
2002-08-04
2
-3
/
+7
*
- fixed crash in case if MySQL server gone (support for signal PIPE) (Alexei)
hugetoad
2002-07-23
1
-1
/
+1
*
- php/include/*inc renamed to php/include/*inc.php (Alexei)
hugetoad
2002-06-17
3
-15
/
+7
*
- new column item.trapper_hosts (Alexei)
hugetoad
2002-06-15
1
-4
/
+7
*
- support for --enable-static for ./configure (Alexei)
hugetoad
2002-06-03
1
-3
/
+6
*
- zabbix_suckerd housekeeping process to disconnect from
hugetoad
2002-05-12
1
-1
/
+18
*
Better support for IT services.
hugetoad
2002-04-14
1
-1
/
+1
*
- improved update_triggers() (Alexei)
hugetoad
2002-04-07
1
-4
/
+2
*
- column functions.lastvalue changed to varchar(255) (Alexei)
hugetoad
2002-04-02
2
-254
/
+0
*
- added column value_type to table items_template (Alexei)
hugetoad
2002-03-31
1
-1
/
+1
*
- parameter Server can consist of list of Zabbix servers (Alexei)
hugetoad
2002-03-22
3
-4
/
+75
*
- added directory upgrades/dbpatches/1.0beta2_to_1.0beta3 (Alexei)
hugetoad
2002-03-21
2
-12
/
+8
*
- correct handling of timeout situations for zabbix_agentd (Alexei)
hugetoad
2002-03-19
2
-16
/
+19
*
- added parameter LogFile for zabbix_trapper (Alexei)
hugetoad
2002-03-19
2
-3
/
+26
*
- added partial support for non-syslog logging (Alexei)
hugetoad
2002-03-18
3
-64
/
+66
*
- solved problem with getpeername() (Alexei)
hugetoad
2002-03-10
2
-3
/
+27
*
- added file include/cfg.h and include/cfg.c (Alexei)
hugetoad
2002-02-20
2
-6
/
+40
*
- partial support for automake (Alexei)
hugetoad
2002-02-18
1
-2
/
+88
*
Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)
hugetoad
2002-02-05
2
-11
/
+22
*
- added #include <time.h> into db.h (Alexei)
hugetoad
2002-02-01
2
-3
/
+13
*
calls to malloc+strcpy changed to strdup() (Alexei)
hugetoad
2002-01-25
2
-12
/
+6
*
Making zabbix_trapperd fail in case if connection to DB fails (Alexei)
hugetoad
2002-01-19
1
-0
/
+2
*
- added sample zabbix_trapper(d).conf to misc/conf (Alexei)
hugetoad
2002-01-19
1
-2
/
+2
*
- support for configuration file for zabbix_trapper(d) (Alexei)
hugetoad
2002-01-19
2
-4
/
+216
*
- not monitored hosts will not be referenced from System Map (Alexei)
hugetoad
2001-11-26
1
-103
/
+42
*
- added columns alert_history and alarm_history to table config (Alexei)
hugetoad
2001-11-24
1
-1
/
+1
*
- added support for opertor '=' (Alexei)
hugetoad
2001-10-14
1
-12
/
+10
*
More changes in timeout handling (Alexei)
hugetoad
2001-10-13
1
-8
/
+33
*
- simplified tcp_listen procedure in zabbix_trapperd.c
hugetoad
2001-09-24
1
-1
/
+35
*
- no full list of triggers and items will be shown
hugetoad
2001-09-23
2
-122
/
+0
*
- global variable $ERROR_MSG will show details of operation failure
hugetoad
2001-09-20
2
-4
/
+4
*
Return NOT OK in case of failure.
hugetoad
2001-09-17
1
-1
/
+1
*
- added table triger_depends
hugetoad
2001-09-09
1
-4
/
+4
*
- removed parameter net[listen_22]
hugetoad
2001-09-04
1
-22
/
+2
*
added zabbix_trapperd
hugetoad
2001-09-04
3
-41
/
+368
[next]