diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-27 13:46:18 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-27 13:46:18 +0000 |
| commit | 197f1a047712d303efa5adbe77bc71b75d4bb992 (patch) | |
| tree | 3f756a119296e8fdeae7232667b17f01727067fe /frontends/php/include/defines.inc.php | |
| parent | 40925dcf142fcd6b8aa3f56c7c17d2b493dc3095 (diff) | |
| download | zabbix-197f1a047712d303efa5adbe77bc71b75d4bb992.tar.gz zabbix-197f1a047712d303efa5adbe77bc71b75d4bb992.tar.xz zabbix-197f1a047712d303efa5adbe77bc71b75d4bb992.zip | |
- added new drchecks (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4071 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index a2f0a75a..19d1b13a 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -361,6 +361,9 @@ define('SVC_NNTP', 6); define('SVC_IMAP', 7); define('SVC_TCP', 8); + define('SVC_AGENT', 9); + define('SVC_SNMPv1', 10); + define('SVC_SNMPv2', 11); define('DHOST_STATUS_ACTIVE', 0); define('DHOST_STATUS_DISABLED', 1); |
