summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/05.system.monitor.015.sh
blob: 76b73a34284f3c0290fc2b0513c688221d5b1ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "Memory check (custom, error only), error situation"

setup

setup_script_options <<EOF
CTDB_MONITOR_MEMORY_USAGE=":85"
EOF

set_mem_usage 90 90
required_result 1 <<EOF
ERROR: System memory utilization 90% >= threshold 85%
$FAKE_PROC_MEMINFO
$(ps auxfww)
EOF

simple_test