From 45baa47bcbca0caa0c8f2c930bb5b4307d4bfba9 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 27 Dec 2001 08:33:08 +0000 Subject: - added srv_status.html and services.html (Alexei) - added table services and services_links (Alexei) - support for parameter StartAgents in zabbix_agentd.conf (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@270 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/srv_status.html | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 frontends/php/srv_status.html (limited to 'frontends/php/srv_status.html') diff --git a/frontends/php/srv_status.html b/frontends/php/srv_status.html new file mode 100644 index 00000000..ed02663f --- /dev/null +++ b/frontends/php/srv_status.html @@ -0,0 +1,53 @@ + + +"; + + show_table_header("SERVICES"); +?> +"; + echo "\n"; + echo "Service"; + echo "\n"; + $col=0; + for($i=0;$i"; + } + else + { + if($col==1) + { + echo ""; + $col=0; + } else + { + echo ""; + $col=1; + } + } + echo "$name_"; + echo ""; + } + echo ""; +?> + + -- cgit