mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Improved IEC 104 plugin
This commit is contained in:
parent
d8d8ee08ee
commit
8db941c31e
10 changed files with 171 additions and 12 deletions
|
|
@ -538,6 +538,15 @@ function alerts_api.influxdbEntity(dburl)
|
|||
}
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.iec104Entity(flow)
|
||||
return {
|
||||
alert_entity = alert_consts.alert_entities.flow,
|
||||
alert_entity_val = "flow"
|
||||
}
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
-- type_info building functions
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue