System
Information and Reachability Management
(SM-Pro-SysGrpAvailability)
(SM-ProUpd-SysGrpAvailability)
(SM-ProPlus-SysGrpAvailability)
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:
#########################################################
# This is the Main or parent Module of the node or device System group
# information and the system Availability management process.
#
#########################################################
MODULE MainSysAvailability ();
DESCRIPTION "Device Response Time Delays Process";
BEGIN
POLL-FREQ
{
MODULE-CALL sysGrpAvailability();
WAIT(1200);
};
END
MODULE MainIPAddr ();
DESCRIPTION "Interface INVENTORY information";
BEGIN
POLL-FREQ
{
MODULE-CALL ipAddr();
WAIT(18000);
};
END
MODULE MainNetworkLinks ();
DESCRIPTION "Main Interfaces Count";
BEGIN
POLL-FREQ
{
MODULE-CALL NetworkLinks();
WAIT (12000);
};
END
MODULE MainNetworkPings ();
DESCRIPTION "Main Interfaces Count";
BEGIN
POLL-FREQ
{
MODULE-CALL NetworkPings ();
WAIT (12000);
};
END
| System Information 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]