
Software model Storemaster includes a mediation level, where belong resource interaction drivers. Drivers can be connected to resources over different protocols and return data about functioning, and can generate failure notices and send them by e-mail.
Software implementation of the driver represents a java-class, which is a component of Storemaster on the JBOSS applications server. The following table contains the list of java-class driers.
| ru.inline.inv.service.dto.BmDBDriver | Obtains the information from Billmaster DBMS. |
| ru.inline.inv.service.dto.BmHttpDriver | Receives the information about functioning of Billmaster subsystems over HTTP. |
| ru.inline.inv.service.dto.BmLogicDriver | Is intended for visual alarms. Highlights a node with red color in case the corresponding resource fails. |
| ru.inline.inv.service.dto.BmLogicTotalDriver | Is intended for visual alarms. Highlights a node with red color in case some daughter node has the property Status with the value Down. |
| ru.inline.inv.service.dto.BmSSHDriver | Connects to the network computer over the SSH protocol and receives data about functioning of Billmaster subsystems. |
| ru.inline.inv.service.dto.BmTelnetDriver | Connects to the network computer over the Telnet protocol and receives data about functioning of Billmaster subsystems. |
| ru.inline.inv.service.dto.PingDriver | Checks functioning of a network resource (server, router) by exchange of Ping-Pong packages. |
| ru.inline.inv.service.dto.RadiusDriver | Checks functioning of a random RADIUS-server by sending Access-Request. |
| ru.inline.inv.service.dto.ReprtDriver | Checks resource functioning indexes by comparison with regular expressions. It can check for correctness of values, for correspondence to the range of allowable values. |
| ru.inline.inv.service.dto.SLADriver | Checks resource functioning indexes by comparison with regular expressions. It can check for correctness of values, for correspondence to the range of allowable values. |
| ru.inline.inv.service.dto.SnmpDriver | Receives data over SNMP. |
| ru.inline.inv.service.dto.SystemStatDriver | Prepares online monitoring data: information about the number of nodes in operable condition and in failure condition. Based on these data there is generated a circular diagram and graphs in the interface of Storemaster. |
Additional drivers can be developed for interfacing with specific systems of a customer.