summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - added support of macro {HOSTNAME}, removed support ofhugetoad2004-01-031-10/+10
| | | | | | | %s (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1120 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added 2004 to the Copyright notice.hugetoad2003-12-221-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1091 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cosmetic changes for IT Services screen (Alexei)hugetoad2003-11-291-3/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1066 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
* - support for changing of graph items (Alexei)hugetoad2003-07-201-1/+1
| | | | | | | | | | | - 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
* - show current and planned SLA in IT Services screen (Alexei)hugetoad2003-04-061-2/+50
| | | | git-svn-id: svn://svn.zabbix.com/trunk@744 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added sort order by sortorder for IT Services (Alexei)hugetoad2003-04-051-1/+1
| | | | | | | - added column service.sortorder (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@743 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added report3.php (Alexei)hugetoad2003-02-021-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@681 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support for SLA level in IT Services (Alexei)hugetoad2003-01-261-3/+18
| | | | | | | - added fields services.showsla and services.goodsla (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@666 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed SQL errors when adding host to IT Services (Alexei)hugetoad2003-01-221-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@659 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added basic support for SLA level in IT Services (Alexei)hugetoad2003-01-211-0/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@655 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.hugetoad2002-12-071-3/+3
| | | | | | | (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - availability graph for IT Services (Alexei)hugetoad2002-09-081-0/+17
| | | | git-svn-id: svn://svn.zabbix.com/trunk@488 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2002-08-311-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@475 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Basic support for service availability.hugetoad2002-08-251-6/+6
| | | | 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/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - changed grid size for all graphs (Alexei)hugetoad2002-07-311-1/+6
| | | | | | | | | - 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-4/+5
| | | | | | | - 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-2/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@420 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added parameter SenderFrequency to zabbix_suckerd configurationhugetoad2002-06-241-5/+0
| | | | | | | | | | | | | | | 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
* Added link to Zabbix Forums.hugetoad2002-06-071-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@406 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of UserParameter(s) returning non-numeric values (Alexei)hugetoad2002-05-251-2/+2
| | | | | | | - doc/manual.lyx will not be included in Zabbix release (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@386 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More support for IT Services.hugetoad2002-05-191-3/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@374 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - zabbix_suckerd housekeeping process to disconnect fromhugetoad2002-05-121-2/+7
| | | | | | | | | | | | 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
* - already existing hosts can be used as template from new host (Alexei)hugetoad2002-04-141-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@349 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all *.html documents were renamed to *.php (Alexei)hugetoad2002-02-051-0/+92
git-svn-id: svn://svn.zabbix.com/trunk@311 97f52cf1-0a1b-0410-bd0e-c28be96e8082