1 STG-MIB DEFINITIONS ::= BEGIN
5 MODULE-IDENTITY, OBJECT-TYPE,
6 Integer32 FROM SNMPv2-SMI
7 DisplayString FROM SNMPv2-TC;
10 LAST-UPDATED "201101060000Z"
13 "Primary Contact: Maxim Mamontov
14 email: faust@stg.dp.ua"
16 "This MIB module defines objects for Stargazer data."
17 REVISION "201101060000Z"
18 DESCRIPTION "Initial revision"
19 ::= { enterprises 38313 }
21 stg24 OBJECT IDENTIFIER ::= { stgMIB 1 }
23 users OBJECT IDENTIFIER ::= { stg24 1 }
24 tariffs OBJECT IDENTIFIER ::= { stg24 2 }
25 admins OBJECT IDENTIFIER ::= { stg24 3 }
26 services OBJECT IDENTIFIER ::= { stg24 4 }
27 corporations OBJECT IDENTIFIER ::= { stg24 5 }
28 traffcounter OBJECT IDENTIFIER ::= { stg24 6 }
30 totalUsers OBJECT-TYPE
35 "Total users registered in the billing"
39 onlineUsers OBJECT-TYPE
44 "The number of currently online users"
48 authorizedUsers OBJECT-TYPE
53 "The number of currently authorized users"
57 alwaysOnlineUsers OBJECT-TYPE
62 "The number of users with 'always online' option"
66 noCashUsers OBJECT-TYPE
71 "The number of users with negative cash"
75 disabledDetailStatsUsers OBJECT-TYPE
80 "The number of users with disabled detail stats"
84 disabledUsers OBJECT-TYPE
89 "The number of disabled users"
93 passiveUsers OBJECT-TYPE
98 "The number of passive users"
102 creditUsers OBJECT-TYPE
107 "The number of users with positive credit"
111 freeMbUsers OBJECT-TYPE
116 "The number of users with positive freeMb"
120 tariffChangeUsers OBJECT-TYPE
125 "The number of users changing tariff next month"
129 activeUsers OBJECT-TYPE
134 "The number of online users with traffic during session"
138 totalTariffs OBJECT-TYPE
143 "Total tariffs registered in the billing"
147 tariffUsageTable OBJECT-TYPE
148 SYNTAX SEQUENCE OF TariffUsageTable
149 MAX-ACCESS not-accessible
152 "The number of users by each tariff"
156 tariffUsageTableEntry OBJECT-TYPE
157 SYNTAX TariffUsageTable
158 MAX-ACCESS not-accessible
161 "A row describing a given tariff"
162 INDEX { tariffIndex }
163 ::= {tariffUsageTable 1 }
165 TariffUsageTable ::= SEQUENCE {
166 tariffIndex Integer32,
167 tariffName DisplayString,
171 tariffIndex OBJECT-TYPE
172 SYNTAX Integer32 (0..255)
173 MAX-ACCESS not-accessible
176 "The id of the tariff this table describes."
177 ::= { tariffUsageTableEntry 1 }
179 tariffName OBJECT-TYPE
184 "The name of the tariff this table describes."
185 ::= { tariffUsageTableEntry 2 }
187 userCount OBJECT-TYPE
192 "The count fo users of the tariff this table describes."
193 ::= { tariffUsageTableEntry 3 }
195 totalAdmins OBJECT-TYPE
200 "Total admins registered in the billing"
204 totalServices OBJECT-TYPE
209 "Total services registered in the billing"
213 totalCorporations OBJECT-TYPE
218 "Total corporations registered in the billing"
220 ::= { corporations 1 }
222 totalRules OBJECT-TYPE
227 "Total traffic classification rules described by rules file"
229 ::= { traffcounter 1 }