louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
56.47k stars 5.07k forks source link

LunaSea Notification #176

Closed lsultana98 closed 3 years ago

lsultana98 commented 3 years ago

Hi,

Quick one regarding LunaSea notifications. I have set it up and when pressing send get these "sent successfully" message. However I never receive the test or any of the down/up notifications. Is there something I am missing?

louislam commented 3 years ago

Their API is always returning OK even the device token is incorrect.

curl -X POST 'https://notify.lunasea.app/v1/custom/device/testhahahah'
{"message":"OK"}

So make sure your token is correct.