diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-24 07:26:15 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-24 07:26:15 +0000 |
| commit | f1a5c13a6d8cb10e69878c6cfa48ef66e005a482 (patch) | |
| tree | 5e5436610f85b03fd3cec24287f75ff6d4ab07c4 /frontends/php/include/defines.inc.php | |
| parent | 560e22e2931420fc9a803feb60b87549f4e8402a (diff) | |
- new hos status: 'deleted' (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@937 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index e3f10158..870af978 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -19,6 +19,12 @@ **/ ?> <?php + define("HOST_STATUS_MONITORED", 0); + define("HOST_STATUS_NOT_MONITORED", 1); + define("HOST_STATUS_UNREACHABLE", 2); + define("HOST_STATUS_TEMPLATE", 3); + define("HOST_STATUS_DELETED", 4); + define("GRAPH_DRAW_TYPE_LINE",0); define("GRAPH_DRAW_TYPE_FILL",1); define("GRAPH_DRAW_TYPE_BOLDLINE",2); |
