mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix invalid influxdb/lists alert entity
This commit is contained in:
parent
42593fc9ac
commit
c1b114e151
1 changed files with 2 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ end
|
|||
|
||||
function alerts_api.categoryListsEntity(list_name)
|
||||
return {
|
||||
alert_entity = alert_consts.alert_entities.influx_db,
|
||||
alert_entity = alert_consts.alert_entities.category_lists,
|
||||
alert_entity_val = list_name
|
||||
}
|
||||
end
|
||||
|
|
@ -460,7 +460,7 @@ end
|
|||
|
||||
function alerts_api.influxdbEntity(dburl)
|
||||
return {
|
||||
alert_entity = alert_consts.alert_entities.category_lists,
|
||||
alert_entity = alert_consts.alert_entities.influx_db,
|
||||
alert_entity_val = dburl
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue