mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
45de2b1d9b
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
19 lines
290 B
Bash
Executable File
19 lines
290 B
Bash
Executable File
#!/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
|