mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add tracing of rest set calls
This commit is contained in:
parent
d8481b5b06
commit
628bdd8994
5 changed files with 30 additions and 0 deletions
|
|
@ -37,5 +37,8 @@ end
|
|||
|
||||
setHostAltName(host_info["host"], custom_name)
|
||||
|
||||
-- TRACKER HOOK
|
||||
tracker.log('set_host_alias', { host = hostinfo2hostkey(host_info), custom_name = custom_name })
|
||||
|
||||
print(rest_utils.rc(rc, res))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue