summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor changes.hugetoad2006-04-231-3/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2768 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-231-3/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2767 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-211-0/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2766 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-211-7/+59
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2765 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-211-2/+25
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2764 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of long name parameters for all ZABBIX applications (Eugene)osmiy2006-04-214-25/+112
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2763 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-211-12/+120
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2762 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-214-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2760 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column alerts.userid (Alexei)hugetoad2006-04-211-12/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2759 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - slightly optimised code in evaluate_simple (Alexei)hugetoad2006-04-211-104/+67
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2758 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added 'command line' parameter for Linux proc.mem[] (Eugene)osmiy2006-04-209-387/+619
| | | | | | | | - added parameter '-t key' for ZABBIX agent (Eugene) - added parameters '-h' '-v' for all ZABBIX applications (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2757 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-04-204-67/+56
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2756 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of aggregate items (Alexei)hugetoad2006-04-203-1/+126
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2754 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed agregate functions to work with uint data type (Alexei)hugetoad2006-04-201-8/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2750 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - parameter SatrtSuckers renamed to StartPollers (Alexei)hugetoad2006-04-204-14/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2749 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - dropped support of experimental parameter NoTimeWait (Alexei)hugetoad2006-04-203-11/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2748 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - removed unused escalator (Alexei)hugetoad2006-04-196-266/+13
| | | | | | | - removed escalation tables (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2745 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix compilation if no function atoll() (Alexei)hugetoad2006-04-132-1/+11
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2739 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation issue in run_command() (Alexei)hugetoad2006-04-131-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2738 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - one separated poller process for unreachable hosts (Alexei)hugetoad2006-04-112-11/+33
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2728 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better function is_double() (Alexei)hugetoad2006-04-111-1/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2727 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed host conditions in actions (Alexei)hugetoad2006-04-111-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2725 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed processing of trapped items when a key contains '\' (Alexei)hugetoad2006-04-051-1/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2720 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-03-282-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2714 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "EnableRemoteCommands" option in to configuration file (Eugene)osmiy2006-03-2410-2/+24
| | | | | | | - BY DEFAULT REMOTE COMMANDS DISABLED git-svn-id: svn://svn.zabbix.com/trunk@2710 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changeosmiy2006-03-231-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2709 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - solve zombied process problem (Eugene)osmiy2006-03-231-4/+23
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2708 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changes (Eugene)osmiy2006-03-223-2/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2707 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix remote commands for Win32 agent (Eugene)osmiy2006-03-224-13/+31
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2706 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - minor changes (Eugene)osmiy2006-03-211-15/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2705 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added remote commands for windows (Eugene)osmiy2006-03-214-4/+33
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2704 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed remote commads execution on specific actions (Eugene)osmiy2006-03-213-8/+317
| | | | | | | | | - added "URL" module for screens (Eugene) - fix some bugs - clean code git-svn-id: svn://svn.zabbix.com/trunk@2703 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "Data overview" for screensosmiy2006-03-141-4/+17
| | | | | | | | | | | | | | | | | | | | | | - added "Triggers overview" for screens (Eugene) - added blinking into Trigger overview (Eugene) - added screen displaying in other screen (Eugene) - improved Overview table header, vertical text added (Eugene) - developed "ZABBIX Clock" module for screens (Eugene) - developed "ZABBIX server info" module for screens (Eugene) - developed "Triggers info" module for screens (Eugene) - developed "Host info" module for screens (Eugene) - improved screens displaying, added item alignment (Eugene) - improved ZABBIX server report (Eugene) - improved images configuration (Eugene) - added onserver image resizing for thumbs by php (Eugene) - developed acknowledges system (Eugene) - added icons displaying for maps (Eugene) - added maps displaying for maps (Eugene) - improved maps (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-281-27/+134
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2696 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-282-105/+128
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2695 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changeshugetoad2006-02-281-163/+124
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2693 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Recompiled Win32 agent.hugetoad2006-02-232-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2686 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Conversion to beta7.hugetoad2006-02-231-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2685 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved housekeeper (Alexei)hugetoad2006-02-231-23/+92
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2682 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for action statuses: enable and disabled (Alexei)hugetoad2006-02-231-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2678 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-221-0/+353
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2674 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added value mapping for e-mail content (Eugene)osmiy2006-02-224-50/+131
| | | | | | | - fixed frontend (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2671 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-221-2/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2670 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of max(#N) for sum,min,max,delta and avg (Alexei)hugetoad2006-02-212-46/+227
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2667 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix for initial update of host statuses (Alexei)hugetoad2006-02-191-2/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2660 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Minor change (Eugene)osmiy2006-02-101-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2632 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved Templates logic (Eugene)osmiy2006-02-101-3/+11
| | | | | | | - speed improvement for proc.num of Tru64 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed evaluation of {IPADDRESS} (Alexei)hugetoad2006-02-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2630 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-082-11/+101
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2628 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Win32 agent recompiled.hugetoad2006-02-072-0/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2616 97f52cf1-0a1b-0410-bd0e-c28be96e8082