diff --git a/lib/db_ido/db_ido-itl.conf b/lib/db_ido/db_ido-itl.conf index c69363805..78febcfff 100644 --- a/lib/db_ido/db_ido-itl.conf +++ b/lib/db_ido/db_ido-itl.conf @@ -17,7 +17,7 @@ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ -assert(Internal.run_with_activation_context(function() { +System.assert(Internal.run_with_activation_context(function() { var _Internal = Internal.clone() template CheckCommand "ido-check-command" { diff --git a/lib/icinga/icinga-itl.conf b/lib/icinga/icinga-itl.conf index 75c3297e4..9c94dd068 100644 --- a/lib/icinga/icinga-itl.conf +++ b/lib/icinga/icinga-itl.conf @@ -17,7 +17,7 @@ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ -assert(Internal.run_with_activation_context(function() { +System.assert(Internal.run_with_activation_context(function() { var _Internal = Internal.clone() template TimePeriod "legacy-timeperiod" use (_Internal) { diff --git a/lib/methods/methods-itl.conf b/lib/methods/methods-itl.conf index 4432958e8..1ec2eeaeb 100644 --- a/lib/methods/methods-itl.conf +++ b/lib/methods/methods-itl.conf @@ -17,7 +17,7 @@ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ -assert(Internal.run_with_activation_context(function() { +System.assert(Internal.run_with_activation_context(function() { var _Internal = Internal.clone() template CheckCommand "icinga-check-command" use (_Internal) {