mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
This commit is contained in:
parent
ff50067a3b
commit
3e13ef3f06
6 changed files with 17 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ if not auth.has_capability(auth.capabilities.alerts) then
|
|||
end
|
||||
|
||||
if not checks.isCheckEnabled("host", "external_host_script") then
|
||||
rest_utils.answer(rest_utils.consts.err.not_enabled)
|
||||
rest_utils.answer(rest_utils.consts.err.not_enabled, { "Please enable external_host_script in behavioural checks"})
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue