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

kernel_maxproc.yaml « linux « zbxsysinfo « libs « tests - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c12097127529657cd0ba00997f28ef5208c36ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
test case: "successfully read"
files:
  /proc/sys/kernel/pid_max: |
    32768
out:
  result: '32768'
  return: 'SYSINFO_RET_OK'
---
test case: "unsuccessfully read"
files:
  /proc/sys/kernel/pid_max: |
    
out:
  result: 'Cannot obtain data from /proc/sys/kernel/pid_max.'
  return: 'SYSINFO_RET_FAIL'