]> 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 d41edc529bafb9563730e0cb03e7018a08776ebf..4d9179bf98774529218884c689283c8e2bce78a8 100644 (file)
@@ -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