X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e480573a5ff59ce2ae78793427e61b85dce7eef1..fd947779e36534941c5d7516ba34e4da21b8406b:/projects/stargazer/plugins/other/smux/STG-MIB.mib diff --git a/projects/stargazer/plugins/other/smux/STG-MIB.mib b/projects/stargazer/plugins/other/smux/STG-MIB.mib index cb48ecbc..4d9179bf 100644 --- a/projects/stargazer/plugins/other/smux/STG-MIB.mib +++ b/projects/stargazer/plugins/other/smux/STG-MIB.mib @@ -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