Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zbx_execute_agent_check.yaml « zbxsysinfo « libs « tests - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49655beebed39680c6103bbc0e189b521eb5c0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
test case: successfully called SYSTEM_LOCALTIME function
in:
  in_command: system.localtime[utc]
  flags: 4
---
test case: successfully called VFS_FILE_SIZE function
in:
  in_command: vfs.file.size[/etc/passwd]
  flags: 4
---
test case: successfully called VFS_FILE_TIME function
in:
  in_command: vfs.file.time[/etc/passwd,modify]
  flags: 4
---
test case: successfully called VFS_FILE_EXISTS function
in:
  in_command: vfs.file.exists[/etc/passwd]
  flags: 4
---
test case: successfully called VFS_FILE_CONTENTS function
in:
  in_command: vfs.file.contents[/etc/passwd]
  flags: 4
---
# This case doesn't work
#test case: successfully called VFS_FILE_REGEXP function
#in:
#  in_command: vfs.file.regexp[/etc/passwd,root]
#  flags: 4
#---
test case: successfully called VFS_FILE_REGMATCH function
in:
  in_command: vfs.file.regmatch[/etc/passwd,root]
  flags: 4
---
test case: successfully called VFS_FILE_MD5SUM function
in:
  in_command: vfs.file.md5sum[/etc/passwd]
  flags: 4
---
test case: successfully called VFS_FILE_CKSUM function
in:
  in_command: vfs.file.cksum[/etc/passwd]
  flags: 4
---
test case: successfully called VFS_DIR_SIZE function
in:
  in_command: vfs.dir.size[/var/log]
  flags: 4
---
test case: successfully called NET_DNS function
in:
  in_command: net.dns[,zabbix.com]
  flags: 4
---
test case: successfully called NET_DNS_RECORD function
in:
  in_command: net.dns.record[,zabbix.com]
  flags: 4
---
test case: successfully called NET_TCP_PORT function
in:
  in_command: net.tcp.port[,80]
  flags: 4
---
test case: successfully called SYSTEM_USERS_NUM function
in:
  in_command: system.users.num
  flags: 4
...