Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications Customizability #4313

Closed
1 task done
Stef-00012 opened this issue Jan 3, 2024 · 1 comment
Closed
1 task done

Notifications Customizability #4313

Stef-00012 opened this issue Jan 3, 2024 · 1 comment
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added

Comments

@Stef-00012
Copy link

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

New Notification

🔖 Feature description

Not exactly a new notifications, but would nice to have more customization for the notifications that are already avaible

✔️ Solution

for example on the discord notifications you could add a optional text input where you can put the message JSON, with some placeholder like

{
  "content": "{{ping}} will resolve in the monitor ping",
  "embeds": [{
    "description": "{{url}} will resolve to monitor url",
    "title": "{{status}} will resolve to up/down based on the status of the monitor etc."
  }]
}

if the json is correct use it, if the jsoon has some errors or is empty, use the default one (which may be the one that's hard-coded rn)

something like that also for all other apps currently avaible that allow some kind of customization which is limited cause of the hard-coded messages

❓ Alternatives

Currently only way avaible is to edit the hard-coded messages, but would require to change each one on every update so isn't the best way

📝 Additional Context

this would also include #4242 and #1793 since the user could just remove the {{url}} to hide ip & port for example

@Stef-00012 Stef-00012 added the feature-request Request for new features to be added label Jan 3, 2024
@CommanderStorm CommanderStorm added the area:notifications Everything related to notifications label Jan 3, 2024
@CommanderStorm
Copy link
Collaborator

Duplicate of #646

@CommanderStorm CommanderStorm marked this as a duplicate of #646 Jan 3, 2024
@CommanderStorm CommanderStorm closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

2 participants