summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-29 09:50:36 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-29 09:50:36 +0000
commit7793a01ae2f76d155ae263aedb7b1fae454e9475 (patch)
tree2a49f53e1e429c9dc65da447da2907ad4782bda6 /frontends/php/srv_status.php
parent87cc41c05dd2066f1be68e9db29dc3a06da149e4 (diff)
downloadzabbix-7793a01ae2f76d155ae263aedb7b1fae454e9475.tar.gz
zabbix-7793a01ae2f76d155ae263aedb7b1fae454e9475.tar.xz
zabbix-7793a01ae2f76d155ae263aedb7b1fae454e9475.zip
- fixed adding times to IT Services
git-svn-id: svn://svn.zabbix.com/trunk@4193 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/srv_status.php')
-rw-r--r--frontends/php/srv_status.php26
1 files changed, 1 insertions, 25 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php
index 9b84d1fc..e593b234 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.php
@@ -1,7 +1,7 @@
<?php
/*
** ZABBIX
-** Copyright (C) 2000-2005 SIA Zabbix
+** Copyright (C) 2000-2007 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -177,30 +177,6 @@ include_once "include/page_header.php";
} else {
error('Can\'t format Tree. Check logick structure in service links');
}
-
-
-
-
- /*$result = DBselect("select distinct s.* from services s left join triggers t on s.triggerid=t.triggerid ".
- " left join functions f on t.triggerid=f.triggerid left join items i on f.itemid=i.itemid ".
- " left join services_links sl on s.serviceid=sl.servicedownid ".
- " where (i.hostid is null or i.hostid not in (".$denyed_hosts.")) ".
- " and ".DBid2nodeid("s.serviceid")."=".$ZBX_CURNODEID.
- " and (sl.serviceupid".(!isset($service) ?
- " is NULL " :
- "=".$service['serviceid']." or s.serviceid=".$service['serviceid'] ).") ".
- " order by s.sortorder,s.name");
-
-
- $table->AddRow(array(
- $description,
- get_service_status_description($row["status"]),
- $reason,
- $sla,
- $sla2,
- new CLink(S_SHOW,"srv_status.php?serviceid=".$row["serviceid"]."&showgraph=1".url_param('path'),"action")
- ));
- }*/
}
?>
<?php