summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/05.system.monitor.011.sh
blob: 57b16d4d0113d20673c8d9d87e5a0be9239c1c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "Memory check, bad situation, default checks enabled"

setup_memcheck 100 100

CTDB_MONITOR_MEMORY_USAGE=""
CTDB_MONITOR_SWAP_USAGE=""

ok <<EOF
WARNING: System memory utilization 100% >= threshold 80%
WARNING: System swap utilization 100% >= threshold 25%
EOF
simple_test