mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added active monitoring checks subdir (#7768)
This commit is contained in:
parent
4fb7fbe83f
commit
2a50965f90
6 changed files with 113 additions and 4 deletions
|
|
@ -71,8 +71,12 @@ local sub_menu_entries = {
|
|||
order = 6,
|
||||
entry = page_utils.menu_entries.scripts_config_system
|
||||
},
|
||||
['syslog'] = {
|
||||
['active_monitoring'] = {
|
||||
order = 7,
|
||||
entry = page_utils.menu_entries.scripts_config_active_monitoring
|
||||
},
|
||||
['syslog'] = {
|
||||
order = 8,
|
||||
entry = page_utils.menu_entries.scripts_config_syslog
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue