Package server

Provides the classes used by the GLTMon server applications.

See:
          Description

Class Summary
Conf Read the gltmon conf file and parse and store the value pairs.
DbUtilities  
DeviceThread Controls the polling of all attributes associated with a single Device.
GLTMonitor The driver class for GLTMon server application.
Timer Observable class to interrupt the DeviceThread every second.
 

Package server Description

Provides the classes used by the GLTMon server applications. These applications include GLTMonitor, GLTNotify, and GLTDiscover.

GLTMonitor fires up multiple threads to handle each network device found in your database. The threads poll all monitored interface attributes for the device, and saves those polls to the database.

GLTNotify monitors the database for notifications generated by GLTMonitor.

GLTDiscover performs the same operation as the Add Devices Web application function, except it does it from the command line instead.

Since:
0.1