mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add example plugin with documentation
This commit is contained in:
parent
ebd1d7ba35
commit
26c80529aa
18 changed files with 1058 additions and 9 deletions
|
|
@ -212,7 +212,7 @@ function alerts_api.trigger(entity_info, type_info, when, cur_alerts)
|
|||
end
|
||||
|
||||
if(type_info.alert_granularity == nil) then
|
||||
alertErrorTraceback("Missing mandatory granularity")
|
||||
alertErrorTraceback("Missing mandatory 'alert_granularity'")
|
||||
return(false)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue