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

zbx_execute_agent_check_http.yaml « zbxsysinfo « libs « tests - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2fd1b62caf917ee2227fdb85d3045b65c19d31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
test case: successfully called WEB_PAGE_GET function
in:
  in_command: web.page.get[localhost,,80]
  flags: 4
---
test case: successfully called WEB_PAGE_PERF function
in:
  in_command: web.page.perf[localhost,,80]
  flags: 4
---
test case: successfully called WEB_PAGE_REGEXP function
in:
  in_command: web.page.regexp[localhost,,80,OK]
  flags: 4
...