X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/426ffd5a37073aa0b52640ba9ff9284b2a56bfd9..4421aa6a60965483085dbb95d969a1674434126a:/projects/stargazer/plugins/other/snmp/snmp.cpp diff --git a/projects/stargazer/plugins/other/snmp/snmp.cpp b/projects/stargazer/plugins/other/snmp/snmp.cpp index 9e99b8ea..8e1113e3 100644 --- a/projects/stargazer/plugins/other/snmp/snmp.cpp +++ b/projects/stargazer/plugins/other/snmp/snmp.cpp @@ -400,6 +400,7 @@ sensors[".1.3.6.1.4.1.38313.1.1.8"] = new DisabledUsersSensor(*users); sensors[".1.3.6.1.4.1.38313.1.1.9"] = new PassiveUsersSensor(*users); sensors[".1.3.6.1.4.1.38313.1.1.10"] = new CreditUsersSensor(*users); sensors[".1.3.6.1.4.1.38313.1.1.11"] = new FreeMbUsersSensor(*users); +sensors[".1.3.6.1.4.1.38313.1.1.12"] = new TariffChangeUsersSensor(*users); // Tariffs sensors[".1.3.6.1.4.1.38313.1.2.1"] = new TotalTariffsSensor(*tariffs);