Jitter Operations SLM


(SM-Pro-SLManager)

(SM-ProUpd-SLManager)

(SM-ProPlus-SLManager)

Solution’s SOSL Based management process scripts:

 

Below is the SOSL based Management Script in its basic (raw) format were further comments, journal messages, and maybe threshold conditions could be added as per the implementing Organization’s requirements:

 


 

MODULE  MainJitterSLA ();

DESCRIPTION "Jitter Operation SLA Management Process";

BEGIN

 

           MSG-MGR("JitterSLA Management Process started..");

 

           MODULE-CALL JitterOperTable1 ();

 

           POLL-FREQ

           {

                    WAIT (6000);

                    MODULE-CALL JitterOperTable2 ();

           };

 END


 

MODULE  JitterSLA ();

DESCRIPTION "Jitter Operation SLA Management Process";

BEGIN

 

           POLL-FREQ

           {

                    WAIT (6000);

                    MODULE-CALL rttMonIndexes ();

           };

END


 

MODULE  MainJitterOper ();

DESCRIPTION "Jitter Operation SLA Management Process";

BEGIN

 

           POLL-FREQ

           {

                    WAIT (6000);

                    MODULE-CALL JitterOperZone ();

           };

END
 


Jitter Operations SLM Index Page

 Previous Page Page 6/7 Next Page


[Small Solutions], [Professional Solutions], [Security Solutions], [Development Solutions]

[Home], [About], [Solutions Center], [NMS Market], [Products & Services],
[Management Technology], [Technical Support], [Contact us], [Site Map]