mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Ability to Specify the Default SNMP Community for Hosts
Implements #1112
This commit is contained in:
parent
a439d9c2bd
commit
4cade724ab
5 changed files with 34 additions and 4 deletions
|
|
@ -215,6 +215,9 @@ menu_subpages = {
|
|||
toggle_snmp_rrds = {
|
||||
title = i18n("prefs.toggle_snmp_rrds_title"),
|
||||
description = i18n("prefs.toggle_snmp_rrds_description"),
|
||||
}, default_snmp_community = {
|
||||
title = i18n("prefs.default_snmp_community_title"),
|
||||
description = i18n("prefs.default_snmp_community_description"),
|
||||
},
|
||||
}}, {id="nbox", label=i18n("prefs.nbox_integration"), advanced=true, pro_only=true, disabled=false, entries={
|
||||
toggle_nbox_integration = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue