Release Notes - Fixes and Enhancements - NerveCenter 3.8.07 - AddNode -
Previous: NerveCenter 3.8.07     Next: NerveCenter 3.8.06

FireTrigger

The FireTrigger Perl function accepts an optional fourth parameter, delay time. The delay time specifies the number of seconds to wait prior to executing the indicated trigger. You can use the new FireTrigger function everywhere the existing FireTrigger can be used and the behavior is consistant throughout.

New Syntax:


   FireTrigger( "trigger name", [subObject], [node], [delay time] );

The time delay can be any number between 0 and 2,147,483,647 and indicates the number of seconds to wait.

To specify a delay time without a subobject or node name, use default value placeholders:


   FireTrigger( "myTrigger", $DefaultSubobject, $NodeName, 12 );

AddNode

There is a new Perl function, AddNode, which enables you to add a NerveCenter managed node from a Perl function.

To use within a mask perl trigger function:


   
   AddNode( "node name" );

To use within a perl poll condition:


   
   AddNode( "node name" );

To use within an alarm call perl subroutine action:


   
   AddNode( "node name" );


Previous: NerveCenter 3.8.07 Next: NerveCenter 3.8.06
This file was last updated on 20 February 2004