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: 69a7b377d15e77dd3543f2a028525841e8a983e2 (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
...