Ad Widget

Collapse

Patch for typo "interfice" in frontends/php/create/data.sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freak
    Member
    • Oct 2007
    • 52

    #1

    Patch for typo "interfice" in frontends/php/create/data.sql

    Code:
    --- trunk-new/frontends/php/create/data.sql     2007-10-19 08:50:22.000000000 +0200
    +++ trunk/frontends/php/create/data.sql 2007-10-18 18:26:27.000000000 +0200
    @@ -122,8 +122,8 @@
     insert into help_items values(0,'kernel.maxfiles','Maximum number of opened file 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 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.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.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]');
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Thanks for reporting this. Fixed!
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...