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

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