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

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "Memory check, bad memory situation, custom memory warning"

setup

setup_script_options <<EOF
CTDB_MONITOR_MEMORY_USAGE="85:"
EOF

set_mem_usage 90 10
ok <<EOF
WARNING: System memory utilization 90% >= threshold 85%
EOF

simple_test