]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/STG-MIB.mib
Admin, service and corporation sesnsors added for SUMX
[stg.git] / projects / stargazer / plugins / other / smux / STG-MIB.mib
index cb48ecbcce7d9b1e30fe4b64bf5d268005c470cf..4d9179bf98774529218884c689283c8e2bce78a8 100644 (file)
@@ -87,18 +87,18 @@ usersByTariff OBJECT-TYPE
     STATUS      current
     DESCRIPTION
         "A row describing a given tariff"
-    INDEX   { tariffId }
+    INDEX   { tariffIndex }
     ::= {tariffUsers 1 }
 
 UsersByTariff ::= SEQUENCE {
-    tariffId Integer32,
+    tariffIndex Integer32,
     tariffName DisplayString,
     userCount Integer32
 }
 
-tariffId OBJECT-TYPE
+tariffIndex OBJECT-TYPE
     SYNTAX      Integer32 (0..255)
-    MAX-ACCESS  read-only
+    MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "The id of the tariff this table describes."
@@ -183,4 +183,31 @@ totalTariffs OBJECT-TYPE
     DEFVAL { 0 }
     ::= { tariffs 1 }
 
+totalAdmins OBJECT-TYPE
+    SYNTAX      Integer32
+    MAX-ACCESS  read-only
+    STATUS      current
+    DESCRIPTION
+       "Total admins registered in the billing"
+    DEFVAL { 0 }
+    ::= { admins 1 }
+
+totalServices OBJECT-TYPE
+    SYNTAX      Integer32
+    MAX-ACCESS  read-only
+    STATUS      current
+    DESCRIPTION
+       "Total services registered in the billing"
+    DEFVAL { 0 }
+    ::= { services 1 }
+
+totalCorporations OBJECT-TYPE
+    SYNTAX      Integer32
+    MAX-ACCESS  read-only
+    STATUS      current
+    DESCRIPTION
+       "Total corporations registered in the billing"
+    DEFVAL { 0 }
+    ::= { corporations 1 }
+
 END