configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 165  →  ?path2? @ 166
/monit/debian/templates/bond0
@@ -0,0 +1,11 @@
###########################################################################
## Copyright (C) Wizardry and Steamworks 2020 - License: GNU GPLv3 ##
###########################################################################
 
check network bond0 with interface bond0
start program = "/sbin/ifup bond0"
stop program = "/sbin/ifdown bond0"
if failed link then restart
 
check network bond0-saturation with interface bond0
if saturation > 90% then alert