mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements MS Teams endpoint (#6023)
This commit is contained in:
parent
f334834705
commit
a0b173c93b
3 changed files with 45 additions and 0 deletions
|
|
@ -1336,6 +1336,7 @@ local known_parameters = {
|
|||
["radius_admin_group"] = validateUnquoted,
|
||||
["ts_post_data_url"] = validateUnquoted, -- URL for influxdb
|
||||
|
||||
["teams_url"] = { webhookCleanup, validateUnquoted },
|
||||
["webhook_url"] = { webhookCleanup, validateUnquoted },
|
||||
["webhook_sharedsecret"] = validateEmptyOr(validateSingleWord),
|
||||
["webhook_username"] = validateEmptyOr(validateSingleWord),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue