mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
Add Heii On-Call
This commit is contained in:
parent
56aa81e337
commit
93ac212aef
6 changed files with 283 additions and 89 deletions
|
@ -14,6 +14,7 @@ import Gorush from "./Gorush.vue";
|
|||
import Gotify from "./Gotify.vue";
|
||||
import GrafanaOncall from "./GrafanaOncall.vue";
|
||||
import HomeAssistant from "./HomeAssistant.vue";
|
||||
import HeiiOnCall from "./HeiiOnCall.vue";
|
||||
import Kook from "./Kook.vue";
|
||||
import Line from "./Line.vue";
|
||||
import LineNotify from "./LineNotify.vue";
|
||||
|
@ -58,60 +59,61 @@ import Splunk from "./Splunk.vue";
|
|||
* @type { Record<string, any> }
|
||||
*/
|
||||
const NotificationFormList = {
|
||||
"alerta": Alerta,
|
||||
"AlertNow": AlertNow,
|
||||
"AliyunSMS": AliyunSMS,
|
||||
"apprise": Apprise,
|
||||
"Bark": Bark,
|
||||
"clicksendsms": ClickSendSMS,
|
||||
"smsc": SMSC,
|
||||
"DingDing": DingDing,
|
||||
"discord": Discord,
|
||||
"Feishu": Feishu,
|
||||
"FreeMobile": FreeMobile,
|
||||
"GoogleChat": GoogleChat,
|
||||
"gorush": Gorush,
|
||||
"gotify": Gotify,
|
||||
"GrafanaOncall": GrafanaOncall,
|
||||
"HomeAssistant": HomeAssistant,
|
||||
"Kook": Kook,
|
||||
"line": Line,
|
||||
"LineNotify": LineNotify,
|
||||
"lunasea": LunaSea,
|
||||
"matrix": Matrix,
|
||||
"mattermost": Mattermost,
|
||||
"nostr": Nostr,
|
||||
"ntfy": Ntfy,
|
||||
"octopush": Octopush,
|
||||
"OneBot": OneBot,
|
||||
"Opsgenie": Opsgenie,
|
||||
"PagerDuty": PagerDuty,
|
||||
"FlashDuty": FlashDuty,
|
||||
"PagerTree": PagerTree,
|
||||
"promosms": PromoSMS,
|
||||
"pushbullet": Pushbullet,
|
||||
"PushByTechulus": TechulusPush,
|
||||
"PushDeer": PushDeer,
|
||||
"pushover": Pushover,
|
||||
"pushy": Pushy,
|
||||
alerta: Alerta,
|
||||
AlertNow: AlertNow,
|
||||
AliyunSMS: AliyunSMS,
|
||||
apprise: Apprise,
|
||||
Bark: Bark,
|
||||
clicksendsms: ClickSendSMS,
|
||||
smsc: SMSC,
|
||||
DingDing: DingDing,
|
||||
discord: Discord,
|
||||
Feishu: Feishu,
|
||||
FreeMobile: FreeMobile,
|
||||
GoogleChat: GoogleChat,
|
||||
gorush: Gorush,
|
||||
gotify: Gotify,
|
||||
GrafanaOncall: GrafanaOncall,
|
||||
HomeAssistant: HomeAssistant,
|
||||
HeiiOnCall: HeiiOnCall,
|
||||
Kook: Kook,
|
||||
line: Line,
|
||||
LineNotify: LineNotify,
|
||||
lunasea: LunaSea,
|
||||
matrix: Matrix,
|
||||
mattermost: Mattermost,
|
||||
nostr: Nostr,
|
||||
ntfy: Ntfy,
|
||||
octopush: Octopush,
|
||||
OneBot: OneBot,
|
||||
Opsgenie: Opsgenie,
|
||||
PagerDuty: PagerDuty,
|
||||
FlashDuty: FlashDuty,
|
||||
PagerTree: PagerTree,
|
||||
promosms: PromoSMS,
|
||||
pushbullet: Pushbullet,
|
||||
PushByTechulus: TechulusPush,
|
||||
PushDeer: PushDeer,
|
||||
pushover: Pushover,
|
||||
pushy: Pushy,
|
||||
"rocket.chat": RocketChat,
|
||||
"serwersms": SerwerSMS,
|
||||
"signal": Signal,
|
||||
"SMSManager": SMSManager,
|
||||
"slack": Slack,
|
||||
"squadcast": Squadcast,
|
||||
"SMSEagle": SMSEagle,
|
||||
"smtp": STMP,
|
||||
"stackfield": Stackfield,
|
||||
"teams": Teams,
|
||||
"telegram": Telegram,
|
||||
"twilio": Twilio,
|
||||
"Splunk": Splunk,
|
||||
"webhook": Webhook,
|
||||
"WeCom": WeCom,
|
||||
"GoAlert": GoAlert,
|
||||
"ServerChan": ServerChan,
|
||||
"ZohoCliq": ZohoCliq
|
||||
serwersms: SerwerSMS,
|
||||
signal: Signal,
|
||||
SMSManager: SMSManager,
|
||||
slack: Slack,
|
||||
squadcast: Squadcast,
|
||||
SMSEagle: SMSEagle,
|
||||
smtp: STMP,
|
||||
stackfield: Stackfield,
|
||||
teams: Teams,
|
||||
telegram: Telegram,
|
||||
twilio: Twilio,
|
||||
Splunk: Splunk,
|
||||
webhook: Webhook,
|
||||
WeCom: WeCom,
|
||||
GoAlert: GoAlert,
|
||||
ServerChan: ServerChan,
|
||||
ZohoCliq: ZohoCliq,
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue