LTM Maintenance Page Lite
Problem this snippet solves: Use the LTM as a webserver as a lite version of a maintenance page. In this case, it returns a maintenance page with text to return when the pool members are not availab...
Published Mar 18, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Kevin_Davies_40
Nov 02, 2016Nacreous
In this case static::stime in RULE_INIT is not useful. If you don't require global initialisation parameters across the box visible to every single iRule then don't use RULE_INIT.
set stime 10 in CLIENT_ACCEPTED is functionally equivalent and scoped to the virtual server that is using your iRule.