mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
24431b3dab
commit
31f816562f
3 changed files with 3 additions and 3 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue