diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-21 14:00:10 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-21 14:00:10 +0000 |
| commit | 81f73b9332fae92a2da659d9a4edf31e87ccbf57 (patch) | |
| tree | c08851eac83fe53142c20b370b232af60d5fad19 /frontends/php/include/audit.inc.php | |
| parent | 3ef9140cedf1d8496b071c10c02869e45d446fd3 (diff) | |
| download | zabbix-81f73b9332fae92a2da659d9a4edf31e87ccbf57.tar.gz zabbix-81f73b9332fae92a2da659d9a4edf31e87ccbf57.tar.xz zabbix-81f73b9332fae92a2da659d9a4edf31e87ccbf57.zip | |
- added audit for discovery
git-svn-id: svn://svn.zabbix.com/trunk@3906 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/audit.inc.php')
| -rw-r--r-- | frontends/php/include/audit.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/audit.inc.php b/frontends/php/include/audit.inc.php index 1ca8d876..a567f512 100644 --- a/frontends/php/include/audit.inc.php +++ b/frontends/php/include/audit.inc.php @@ -40,6 +40,7 @@ $str_resource[AUDIT_RESOURCE_SCREEN] = S_SCREEN; $str_resource[AUDIT_RESOURCE_NODE] = S_NODE; $str_resource[AUDIT_RESOURCE_SCENARIO] = S_SCENARIO; + $str_resource[AUDIT_RESOURCE_DISCOVERY_RULE] = S_DISCOVERY_RULE; if(isset($str_resource[$resource_type])) return $str_resource[$resource_type]; |
