summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Basic support of mass update functions for triggers.hugetoad2003-01-081-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@630 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - different colors for different status of items, triggers, usershugetoad2003-01-051-26/+26
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@627 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - mass insert and delete for items. (Alexei)hugetoad2002-12-281-2/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@614 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for SNMPv2. New item type introduced. (Alexei)hugetoad2002-12-271-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@613 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added severity to pre-defined triggers (Alexei)hugetoad2002-12-271-3/+24
| | | | | | | - many misc changes (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@610 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed possible zabbix_suckerd crash. It may happen if socket() returns 0.hugetoad2002-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (Alexei) - added new Host status - Template(3). )Alexei) - fixed group "all" in latest.php (Alexei) - do not dump "Expression cannot be evaluated" in case if function.lastvalue is NULL. Logic was changed a bit, but the message is still there. (Alexei) - show who is online in User config form. (Alexei) - when ran first time, some triggers becomes TRUE (like files was changed). This is already fixed. This bug does not exist. (Alexei) - fixed bug in queue.php select statement. Trapper type will not be selected. (Alexei) - when W2000 with SNMP agent restarted, items will becomes Not Supported. There is no such bug in CVS code anymore. (Alexei) - map will show host status in case of trigger based on trapper (Alexei) - fixed bug in zabbix_suckerd's select statements. Trapper type will not be selected. (Alexei) - new protocol for Zabbix agents, Support for ZBX_ERROR and ZBX_NOTSUPPORTED. (Alexei) - about.hph: version of Zabbix was changed to 1.0beta7 (Alexei) - items.php: "Delay" renamed to "Update interval". (Alexei) - fixed precision issues in zabbix_agent(d) and zabbix_suckerd. All floats converted to double. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@596 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - monitoring of servers without Zabbix agent installed. New item type: Simplehugetoad2002-12-081-0/+3
| | | | | | | Check. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@585 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.hugetoad2002-12-071-7/+7
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes to PHP frontend.hugetoad2002-11-101-4/+24
| | | | git-svn-id: svn://svn.zabbix.com/trunk@565 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Changes in forms.hugetoad2002-08-291-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@471 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Getting rid of dependency on register_globalshugetoad2002-08-251-19/+19
| | | | git-svn-id: svn://svn.zabbix.com/trunk@462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added housekeeping procedure for table sessions (Alexei)hugetoad2002-08-111-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Different improvements.hugetoad2002-06-301-1/+1
| | | | 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-4/+4
| | | | | | | | | - 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-1/+1
| | | | | | | | | | | | 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-1/+28
| | | | | | | - added support for flexible permissions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@356 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed items.php (Alexei)hugetoad2002-04-261-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@355 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added column value_type to table items_template (Alexei)hugetoad2002-03-311-2/+2
| | | | | | | | - support for system[uname] (Alexei) - support for system[hostname] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@342 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all *.html documents were renamed to *.php (Alexei)hugetoad2002-02-051-0/+166
git-svn-id: svn://svn.zabbix.com/trunk@311 97f52cf1-0a1b-0410-bd0e-c28be96e8082