diff options
Diffstat (limited to 'create/data/data.sql')
-rw-r--r-- | create/data/data.sql | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/create/data/data.sql b/create/data/data.sql index a185f3ad..9d4280cf 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -121,27 +121,27 @@ 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 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 interfice input statistic. Integer value. If mode is missing <b>bytes</b> is used.'); -insert into help_items values(0,'net.if.out[if <,mode>]','Network interfice output statistic. Integer value. If mode is missing <b>bytes</b> 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]'); insert into help_items values(0,'net.tcp.service[service <,ip> <,port>]','Check if service server is running and accepting connections. 0 - service is down, 1 - service is running. If ip is missing 127.0.0.1 is used. If port number is missing, default service port is used. Example: net.tcp.service[ftp,,45].'); -insert into help_items values(0,'net.tcp.service.perf[service <,ip> <,port>]','Check performance of service server. 0 - service server is down, <sec> - number of seconds spent on connection to the service server. If ip is missing 127.0.0.1 is used. If port number is missing, default service port is used.'); -insert into help_items values(0,'proc.mem[<name> <,user> <,mode>]','Memory used of process with name name running under user <b>user</b>. Memory used by processes. Process name, user and mode is optional. If name or user is missing all processes will be calculated. If <b>mode</b> is missing <b>sum</b> is used. Examples: proc.mem[,root]'); -insert into help_items values(0,'proc.num[<name> <,user> <,state>]','Number of processes with name <b>name</b> running under user <b>user</b> having state <b>state</b>. Process name, user and state are optional. Example: proc.num[,root]'); +insert into help_items values(0,'net.tcp.service.perf[service <,ip> <,port>]','Check performance of service server. 0 - service server is down, sec - number of seconds spent on connection to the service server. If ip is missing 127.0.0.1 is used. If port number is missing, default service port is used.'); +insert into help_items values(0,'proc.mem[<name> <,user> <,mode>]','Memory used of process with name name running under user user. Memory used by processes. Process name, user and mode is optional. If name or user is missing all processes will be calculated. If mode is missing sum is used. Examples: proc.mem[,root]'); +insert into help_items values(0,'proc.num[<name> <,user> <,state>]','Number of processes with name name running under user user having state state. Process name, user and state are optional. Example: proc.num[,root]'); insert into help_items values(0,'system.cpu.intr','Device interrupts.'); -insert into help_items values(0,'system.cpu.load[<cpu> <,mode>]','CPU(s) load. Processor load. The cpu and mode are optional. If cpu is missing <b>all</b> is used. If mode is missing <b>avg1</b> is used. Note that this is not percentage.'); +insert into help_items values(0,'system.cpu.load[<cpu> <,mode>]','CPU(s) load. Processor load. The cpu and mode are optional. If cpu is missing all is used. If mode is missing avg1 is used. Note that this is not percentage.'); insert into help_items values(0,'system.cpu.switches','Context switches.'); -insert into help_items values(0,'system.cpu.util[<cpu> <,type> <,mode>]','CPU(s) utilisation. Processor load in percents. The cpu, type and mode are optional. If cpu is missing <b>all</b> is used. If type is missing <b>user</b> is used. If mode is missing <b>avg1</b> is used.</b>'); +insert into help_items values(0,'system.cpu.util[<cpu> <,type> <,mode>]','CPU(s) utilisation. Processor load in percents. The cpu, type and mode are optional. If cpu is missing all is used. If type is missing user is used. If mode is missing avg1 is used.'); insert into help_items values(0,'system.hostname','Return host name. String value. Example of returned value: www.zabbix.com'); insert into help_items values(0,'system.localtime','System local time. Time in seconds.'); -insert into help_items values(0,'system.swap.in[<swap> <,type>]','Swap in. If type is <b>count<b> - swapins is returned. If type is <b>pages</b> - pages swapped in is returned. If swap is missing <b>all</b> is used.'); -insert into help_items values(0,'system.swap.out[<swap> <,type>]','Swap out. If type is <b>count</b> - swapouts is returned. If type is <b>pages</b> - pages swapped in is returned. If swap is missing <b>all</b> is used.'); -insert into help_items values(0,'system.swap.size[<swap> <,mode>]','Swap space. Number of bytes. If swap is missing <b>all</b> is used. If mode is missing <b>free</b> is used.'); +insert into help_items values(0,'system.swap.in[<swap> <,type>]','Swap in. If type is count - swapins is returned. If type is pages - pages swapped in is returned. If swap is missing all is used.'); +insert into help_items values(0,'system.swap.out[<swap> <,type>]','Swap out. If type is count - swapouts is returned. If type is pages - pages swapped in is returned. If swap is missing all is used.'); +insert into help_items values(0,'system.swap.size[<swap> <,mode>]','Swap space. Number of bytes. If swap is missing all is used. If mode is missing free is used.'); insert into help_items values(0,'system.uname','Returns detailed host information. String value'); insert into help_items values(0,'system.uptime','System uptime in seconds.'); -insert into help_items values(0,'system.users.num','Number of users connected. Command <b>who</b> is used on agent side.'); +insert into help_items values(0,'system.users.num','Number of users connected. Command who is used on agent side.'); insert into help_items values(0,'vfs.dev.read[device <,type> <,mode>]','Device read statistics.'); insert into help_items values(0,'vfs.dev.write[device <,type> <,mode>]','Device write statistics.'); insert into help_items values(0,'vfs.file.cksum[file]','Calculate check sum of a given file. Check sum of the file calculate by standard algorithm used by UNIX utility cksum. Example: vfs.file.cksum[/etc/passwd]'); @@ -150,10 +150,10 @@ insert into help_items values(0,'vfs.file.md5sum[file]','Calculate MD5 check sum insert into help_items values(0,'vfs.file.regexp[file, user]',''); insert into help_items values(0,'vfs.file.regmatch[file, user]',''); insert into help_items values(0,'vfs.file.size[file]','Size of a given file. Size in bytes. File must have read permissions for user zabbix. Example: vfs.file.size[/var/log/syslog]'); -insert into help_items values(0,'vfs.file.time[file<, mode>]','File time information. Number of seconds. The mode is optional. If mode is missing <b>modify</b> is used.'); -insert into help_items values(0,'vfs.fs.inode[fs <,mode>]','Number of inodes for a given volume. If mode is missing <b>total</b> is used.'); -insert into help_items values(0,'vfs.fs.size[fs <,mode>]','Calculate disk space for a given volume. Disk space in KB. If mode is missing <b>total</b> is used. In case of mounted volume, unused disk space for local file system is returned. Example: vfs.fs.size[/tmp,free].'); -insert into help_items values(0,'vm.memory.size[<mode>]','Amount of memory size in bytes. If mode is missing <b>total</b> is used.'); +insert into help_items values(0,'vfs.file.time[file<, mode>]','File time information. Number of seconds. The mode is optional. If mode is missing modify is used.'); +insert into help_items values(0,'vfs.fs.inode[fs <,mode>]','Number of inodes for a given volume. If mode is missing total is used.'); +insert into help_items values(0,'vfs.fs.size[fs <,mode>]','Calculate disk space for a given volume. Disk space in KB. If mode is missing total is used. In case of mounted volume, unused disk space for local file system is returned. Example: vfs.fs.size[/tmp,free].'); +insert into help_items values(0,'vm.memory.size[<mode>]','Amount of memory size in bytes. If mode is missing total is used.'); -- -- Dumping data for table `items` |