diff options
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]'); |
