Allow argus-server to send notifications to MS Teams
Project description
This is a plugin to send notifications to MSTeams from Argus
Different levels of incidents have hard-coded icon colors, based on those used in the Argus frontend.
Version 0.5.1 and older can be used by argus-server version 1.9.x to 1.13.x.
Django settings
Add argus_notification_msteams.MSTeamsNotification to MEDIA_PLUGINS:
MEDIA_PLUGINS = [
..
"argus_notification_msteams.MSTeamsNotification",
]
The plugin uses the setting NOTIFICATION_SUBJECT_PREFIX.
Configuration
Create a workflow inside MS Teams to send webhook alerts to a chat or channel. This lets you use “Copy webhook link” to get a long url that needs to be stored in the settings-field.
You can test without invoking the frontend by adding the webhook manually in Django admin.
POST-ing to the API:
/api/v2/notificationprofiles/destinations/, POSTed body:
{
"media": "msteams",
"label": "whatever",
"settings": {
"webhook": "https://msteams.domain/some-very-long-webhook-specific-path"
}
}
GET-ing from the API:
/api/v2/notificationprofiles/destinations/{id}/, received result:
{
"pk": 0,
"media": {
"slug": "msteams",
"name": "MS Teams"
},
"label": "whatever",
"suggested_label": "whatever",
"settings": {
"webhook": "https://msteams.domain/some-very-long-webhook-specific-path"
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file argus_notification_msteams-1.0.0.tar.gz.
File metadata
- Download URL: argus_notification_msteams-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425249f4064f47d505ca8e6dfb1c6249e526f2edcdfe01f834cf6c4df0fb5807
|
|
| MD5 |
f001969ba8a626a299b848310deb7add
|
|
| BLAKE2b-256 |
e972a909d36257c4d7f2351dcb11cf26326ec59cd03176fff1bdc62cd87beecb
|
File details
Details for the file argus_notification_msteams-1.0.0-py3-none-any.whl.
File metadata
- Download URL: argus_notification_msteams-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585c4f3d6f0ae78ad7585f7f83feef54e68aa92342d1ccde964ccc768bae4e09
|
|
| MD5 |
07d9b43414b17cce2c2953a3d016335c
|
|
| BLAKE2b-256 |
4c3f51c558ebe5f3c4b00c430995708aa5e64fe06b6719fe78e6ea6042cc6973
|