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

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "Filesystem use check, error situation, 1 error check enabled"

setup

setup_script_options <<EOF
CTDB_MONITOR_FILESYSTEM_USAGE="/var::80"
EOF

set_fs_usage 90
required_result 1 <<EOF
ERROR: Filesystem /var utilization 90% >= threshold 80%
EOF
simple_test