X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=swapmon.py;h=dd246a2da756759495b3ad9045fc98580280a7cc;hb=6338e1c586d30785791f61bce607ad15a42b87ab;hp=da8f3a0129941471731ea3969e02e81ed371383d;hpb=bf9f828db4d642ef2dc02adc38aee58827de7784;p=mom.git 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"