diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-30 19:41:18 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-30 19:41:18 +0000 |
| commit | 8e3e630441eaf134f276b3dcd67dce2f0e044387 (patch) | |
| tree | 627860a10232ebe1caf4b496a132f52da553a9b1 /frontends/php/include/defines.inc.php | |
| parent | 5d1e6e58ae6245c3c2034ed7e35f95d45a73055a (diff) | |
| download | zabbix-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.php | 1 |
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); |
