From 763402a61ff6a213e3a7022f164a54ca50052f08 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 1 Feb 2008 18:54:14 +0000 Subject: [PATCH] hack to let stork use more memory. --- swapmon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swapmon.py b/swapmon.py index da8f3a0..dd246a2 100755 --- a/swapmon.py +++ b/swapmon.py @@ -67,7 +67,7 @@ email_timeout = 1800 rss_min = 150 * 1024 # System slices that should not be reset (regexps) -system_slices = ['root', PLC_SLICE_PREFIX + '_'] +system_slices = ['root', PLC_SLICE_PREFIX + '_', 'arizona_stork2'] # Message sent after a critical reboot rebooted_subject = "pl_mom rebooted %(hostname)s" -- 2.43.0