summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.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/include/defines.inc.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/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 7c5fdd7c..ac018e72 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -437,6 +437,7 @@
define('SVC_AGENT', 9);
define('SVC_SNMPv1', 10);
define('SVC_SNMPv2', 11);
+ define('SVC_ICMPPING', 12);
define('DHOST_STATUS_ACTIVE', 0);
define('DHOST_STATUS_DISABLED', 1);