summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Better support for CSS.hugetoad2002-10-301-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@549 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added support of CSS.hugetoad2002-10-201-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@537 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for host groups (Alexei)hugetoad2002-10-201-2/+47
| | | | | | | | - added table hosts_groups (Alexei) - added table groups (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@533 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changeshugetoad2002-08-251-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@465 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Getting rid of dependency on register_globalshugetoad2002-08-251-37/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added housekeeping procedure for table sessions (Alexei)hugetoad2002-08-111-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | - changed width=\"X%\" to width=X% in *.php (Alexei) - Status of a trigger will blink if it was changes during last 60 seconds (Alexei) - Zabbix daemons to update triggers.lastchange when triggers.values is changed (Alexei) - added misc/init.d/debian/zabbix-[suckerd|trapperd] (Alexei) - removed misc/init.d/debian/zabbix-server (Alexei) - send_email() will timeout after 10 seconds (Alexei) - DBadd_alarm() renamed to add_alarm() (Alexei) - support for SCO OpenServer (Alexei). Thanks to Alexender Kirhenstein. - ./configure will correctly define socklen_t (Alexei) - <center> changed to <div align=center> (Alexei) - reason of problem in screen IT Services (Alexei) - added frontends.php/helpdesk.php (Alexei) - added tables: problems, problems_comments,categories (Alexei) - added "...#form" to button Change in form Configuration of Users (Alexei) - "Just for information" changed to "Information" (Alexei) - fixed ./configure to correctly find zlib (Alexei) - housekeeping to delete no more than HousekeepingFrequency*3600 records from table history and history_str at once (MySQL only) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@450 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added upgrades/dbpatches/1.0beta4_to_1.0beta5/ with patches (Alexei)hugetoad2002-08-041-7/+68
| | | | | | | | | | | | | | | | | | | | - added support for disktotal[*] (Alexei) - added support for inodetotal[*] (Alexei) - added support for *,/,+, and - in trigger expressions (Alexei) - removed frontends/php/chart4.php (Alexei) - update item status to UNSUPPORTED in case if SNMP support was not included into zabbix_suckerd (Alexei) - added mysql_init() to DBconnect() (Alexei) - fixed Next100 and Prev100 for case if some hosts are hidden (Alexei) - added select for latest values (Alexei) - delete related services if trigger is deleted (Alexei) - fixed problem with substitution of macros for messages (Alexei) - eliminated DBis_empty() by replacing to DBnum_rows() (Alexei) - MAX_STRING_LEN increased to 4096 (Alexei) - fixed zabbix_log(). Possible coredump if data contains %s, etc (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@445 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - changed grid size for all graphs (Alexei)hugetoad2002-07-311-0/+10
| | | | | | | | | - added frontends/php/chart4.php (Alexei) - added frontends/php/compare.php (Alexei) - redesigned all graphs (changed colors, etc) (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@444 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Different improvements.hugetoad2002-06-301-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@420 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - php/include/*inc renamed to php/include/*inc.php (Alexei)hugetoad2002-06-171-1/+1
| | | | | | | | | - check of source IP address for trapped values (Alexei) - added include/security.h and include/security.c (Alexei) - added items.trapper_hosts (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@411 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-121-2/+6
| | | | | | | | | | | | DB when unactive (Alexei) - support for check_service[http] (Alexei) - drop column config.password_required (Alexei) - drop column users.groupid (Alexei) - drop table groups (Alexei) - added parameter DBConnectOnEach for zabbix_trapperd (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@359 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for Inverse Select in status of triggers (Alexei)hugetoad2002-04-291-0/+18
| | | | | | | - added support for flexible permissions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@356 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better support for non-numeric values.hugetoad2002-04-071-3/+10
| | | | git-svn-id: svn://svn.zabbix.com/trunk@346 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column value_type to table items_template (Alexei)hugetoad2002-03-311-1/+9
| | | | | | | | - support for system[uname] (Alexei) - support for system[hostname] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@342 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changehugetoad2002-03-311-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@341 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2002-03-221-2/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@339 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all *.html documents were renamed to *.php (Alexei)hugetoad2002-02-051-0/+171
git-svn-id: svn://svn.zabbix.com/trunk@311 97f52cf1-0a1b-0410-bd0e-c28be96e8082