1 STG-MIB DEFINITIONS ::= BEGIN
5 MODULE-IDENTITY, OBJECT-TYPE,
7 NOTIFICATION-TYPE FROM SNMPv2-SMI
8 DisplayString FROM RFC1213-MIB;
10 stgMIB MODULE-IDENTITY
11 LAST-UPDATED "201101060000Z"
14 "Primary Contact: Maxim Mamontov
15 email: faust@stg.dp.ua"
17 "This MIB module defines objects for Stargazer data."
18 REVISION "201101060000Z"
19 DESCRIPTION "Initial revision"
20 ::= { enterprises 38313 }
22 stg-24 OBJECT IDENTIFIER ::= { stgMIB 1 }
24 users OBJECT IDENTIFIER ::= { stg-24 1 }
25 tariffs OBJECT IDENTIFIER ::= { stg-24 2 }
26 admins OBJECT IDENTIFIER ::= { stg-24 3 }
27 services OBJECT IDENTIFIER ::= { stg-24 4 }
28 corporations OBJECT IDENTIFIER ::= { stg-24 5 }
29 traffcounter OBJECT IDENTIFIER ::= { stg-24 6 }
31 totalUsers OBJECT-TYPE
36 "Total users registered in the billing"
40 onlineUsers OBJECT-TYPE
45 "The number of currently online users"
49 authorizedUsers OBJECT-TYPE
54 "The number of currently authorized users"
58 alwaysOnlineUsers OBJECT-TYPE
63 "The number of users with 'always online' option"
67 noCashUsers OBJECT-TYPE
72 "The number of users with negative cash"
76 tariffUsers OBJECT-TYPE
77 SYNTAX SEQUENCE OF UsersByTariff
78 MAX-ACCESS not-accessible
81 "The number of users by each tariff"
85 usersByTariff OBJECT-TYPE
87 MAX-ACCESS not-accessible
90 "A row describing a given tariff"
94 UsersByTariff ::= SEQUENCE {
95 tariffIndex Integer32,
96 tariffName DisplayString,
100 tariffIndex OBJECT-TYPE
101 SYNTAX Integer32 (0..255)
102 MAX-ACCESS not-accessible
105 "The id of the tariff this table describes."
106 ::= { usersByTariff 1 }
108 tariffName OBJECT-TYPE
113 "The name of the tariff this table describes."
114 ::= { usersByTariff 2 }
116 userCount OBJECT-TYPE
121 "The count fo users of the tariff this table describes."
122 ::= { usersByTariff 3 }
124 disabledDetailStatsUsers OBJECT-TYPE
129 "The number of users with disabled detail stats"
133 disabledUsers OBJECT-TYPE
138 "The number of disabled users"
142 passiveUsers OBJECT-TYPE
147 "The number of passive users"
151 creditUsers OBJECT-TYPE
156 "The number of users with positive credit"
160 freeMbUsers OBJECT-TYPE
165 "The number of users with positive freeMb"
169 tariffChangeUsers OBJECT-TYPE
174 "The number of users changing tariff next month"
178 totalTariffs OBJECT-TYPE
183 "Total tariffs registered in the billing"
187 totalAdmins OBJECT-TYPE
192 "Total admins registered in the billing"
196 totalServices OBJECT-TYPE
201 "Total services registered in the billing"
205 totalCorporations OBJECT-TYPE
210 "Total corporations registered in the billing"
212 ::= { corporations 1 }
214 totalRules OBJECT-TYPE
219 "Total traffic classification rules described by rules file"
221 ::= { traffcounter 1 }