summaryrefslogtreecommitdiffstats
path: root/frontends/php/services.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor changes.hugetoad2003-11-081-5/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1015 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - non breakable space in PHP forms (Alexei)hugetoad2003-08-151-8/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@916 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes (Alexei)hugetoad2003-08-031-0/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@882 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added disk statistics to data.sql (Alexei)hugetoad2003-07-251-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@865 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - popup confirmation screen for deletes and updates (Alexei)hugetoad2003-07-251-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@864 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for changing of graph items (Alexei)hugetoad2003-07-201-4/+7
| | | | | | | | | | | - menu will not require more than three lines (Alexei) - fixed dividion by zero in chart2.php (Alexei) - period and start of interval are preserved in full-screen mode (Alexei) - added units in graph legends (Alexei) - table-like legend for user graphs (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixes in services.php (Alexei)hugetoad2003-06-011-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@799 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - misc fixes for services.php. Thanks to S��bastien "Slix" Li��nard.hugetoad2003-04-211-6/+10
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@753 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added sort order by sortorder for IT Services (Alexei)hugetoad2003-04-051-4/+12
| | | | | | | - added column service.sortorder (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@743 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added EOL character to make HTML source more readable (Alexei)hugetoad2003-03-111-1/+18
| | | | | | | | | | | - added new column "severity" to history of alarms (Alexei) - status of triggers. If Select is used, no refresh (Alexei) - support for MIN algorithm for IT Services (Alexei) - support for timeticks for SNMP values. Thanks to Daniel Ester. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@711 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for SLA level in IT Services (Alexei)hugetoad2003-01-261-3/+24
| | | | | | | - added fields services.showsla and services.goodsla (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@666 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.hugetoad2002-12-071-9/+9
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better support for CSS>hugetoad2002-10-301-9/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@548 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2002-09-071-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@485 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Basic support for service availability.hugetoad2002-08-251-54/+55
| | | | git-svn-id: svn://svn.zabbix.com/trunk@464 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added housekeeping procedure for table sessions (Alexei)hugetoad2002-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0/+4
| | | | | | | | | | | | | | | | | | | | - 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/+4
| | | | | | | | | - 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
* - support for service tree (Alexei)hugetoad2002-07-081-2/+7
| | | | | | | - vacuuming as part of housekeeping process for PostgreSQL (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@424 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Different improvements.hugetoad2002-06-301-0/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@420 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changeshugetoad2002-06-261-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@416 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added parameter SenderFrequency to zabbix_suckerd configurationhugetoad2002-06-241-9/+56
| | | | | | | | | | | | | | | file (Alexei) - added frontends/include/defines.inc.php (Alexei) - added column services.algorithm (Alexei) - list of test cases added to the Manual (Alexei) - emails to be sent in case of TRUE-UNKNOWN-FALSE and v.s. (Alexei) - one zabbix_suckerd to send alerts (Alexei) - minimum number of zabbix_suckers StartSuckers is set to 3 (Alexei) - added alerts.retries (Alexei) - added alerts.status (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@413 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
* More support for IT Services.hugetoad2002-05-191-2/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@374 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support for new trigger status - UNKNOWN (Alexei)hugetoad2002-05-121-0/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@360 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better support for IT services.hugetoad2002-04-141-0/+37
| | | | git-svn-id: svn://svn.zabbix.com/trunk@351 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all *.html documents were renamed to *.php (Alexei)hugetoad2002-02-051-0/+225
git-svn-id: svn://svn.zabbix.com/trunk@311 97f52cf1-0a1b-0410-bd0e-c28be96e8082