diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-08 10:49:07 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-08 10:49:07 +0000 |
| commit | 2da52045ec1236a112df3f53960cc95153235d77 (patch) | |
| tree | f5b14440b75ec3b2cf2334cef4e6edaea55fbe78 /create/data/data.sql | |
| parent | 52151f1c10153101dfa865d495a7f21eaf118e63 (diff) | |
| download | zabbix-2da52045ec1236a112df3f53960cc95153235d77.tar.gz zabbix-2da52045ec1236a112df3f53960cc95153235d77.tar.xz zabbix-2da52045ec1236a112df3f53960cc95153235d77.zip | |
- [ZBX-116] fixed typo in data.sql, "interfice" (Alexei)
[svn merge -r4981:4983 svn://svn.zabbix.com/branches/1.4]
git-svn-id: svn://svn.zabbix.com/trunk@4984 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data/data.sql')
| -rw-r--r-- | create/data/data.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create/data/data.sql b/create/data/data.sql index 46aa4bc7..de92adbc 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -330,8 +330,8 @@ insert into help_items values(0,'agent.version','Version of zabbix_agent(d) runn insert into help_items values(0,'kernel.maxfiles','Maximum number of opened files supported by OS.'); insert into help_items values(0,'kernel.maxproc','Maximum number of processes supported by OS.'); insert into help_items values(0,'net.if.collisions[if]','Out-of-window collision. Collisions count.'); -insert into help_items values(0,'net.if.in[if <,mode>]','Network interfice input statistic. Integer value. If mode is missing bytes is used.'); -insert into help_items values(0,'net.if.out[if <,mode>]','Network interfice output statistic. Integer value. If mode is missing bytes is used.'); +insert into help_items values(0,'net.if.in[if <,mode>]','Network interface input statistic. Integer value. If mode is missing bytes is used.'); +insert into help_items values(0,'net.if.out[if <,mode>]','Network interface output statistic. Integer value. If mode is missing bytes is used.'); insert into help_items values(0,'net.tcp.dns[ip, zone]','Checks if DNS service is up. 0 - DNS is down, 1 - DNS is up.'); insert into help_items values(0,'net.tcp.listen[port]','Checks if this port is in LISTEN state. 0 - it is not, 1 - it is in LISTEN state.'); insert into help_items values(0,'net.tcp.port[<ip>, port]','Check, if it is possible to make TCP connection to the port number. 0 - cannot connect, 1 - can connect. IP address is optional. If ip is missing, 127.0.0.1 is used. Example: net.tcp.port[,80]'); |
