summaryrefslogtreecommitdiffstats
path: root/frontends/php/discoveryconf.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-30 19:41:18 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-30 19:41:18 +0000
commit8e3e630441eaf134f276b3dcd67dce2f0e044387 (patch)
tree627860a10232ebe1caf4b496a132f52da553a9b1 /frontends/php/discoveryconf.php
parent5d1e6e58ae6245c3c2034ed7e35f95d45a73055a (diff)
downloadzabbix-8e3e630441eaf134f276b3dcd67dce2f0e044387.tar.gz
zabbix-8e3e630441eaf134f276b3dcd67dce2f0e044387.tar.xz
zabbix-8e3e630441eaf134f276b3dcd67dce2f0e044387.zip
- [DEV-15] autodiscovery by ICMP pings
git-svn-id: svn://svn.zabbix.com/trunk@5559 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/discoveryconf.php')
-rw-r--r--frontends/php/discoveryconf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/discoveryconf.php b/frontends/php/discoveryconf.php
index fc3c6d42..f4950b62 100644
--- a/frontends/php/discoveryconf.php
+++ b/frontends/php/discoveryconf.php
@@ -46,7 +46,7 @@ include_once "include/page_header.php";
"selected_checks"=> array(T_ZBX_INT, O_OPT, null, null, null),
"new_check_type"=> array(T_ZBX_INT, O_OPT, null,
- IN(array(SVC_SSH, SVC_LDAP, SVC_SMTP, SVC_FTP, SVC_HTTP, SVC_POP, SVC_NNTP, SVC_IMAP, SVC_TCP, SVC_AGENT, SVC_SNMPv1, SVC_SNMPv2)),
+ IN(array(SVC_SSH, SVC_LDAP, SVC_SMTP, SVC_FTP, SVC_HTTP, SVC_POP, SVC_NNTP, SVC_IMAP, SVC_TCP, SVC_AGENT, SVC_SNMPv1, SVC_SNMPv2, SVC_ICMPPING)),
'isset({add_check})'),
"new_check_ports"=> array(T_ZBX_PORTS, O_OPT, null, NOT_EMPTY, 'isset({add_check})'),