louislam / uptime-kuma

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

Implement API so that services can be updated from external monitoring solution #778

Closed ThisIsTenou closed 3 years ago

ThisIsTenou commented 3 years ago

Hey there, I'd love to see uptime-kuma feature a restful API through which the status of services can be updated from an external monitoring solution like Zabbix, instead of uptime-kuma doing the monitoring itself.

Currently I'm utilizing Atlassian's Statuspage in combination with the help of this script as a public status page.

What it essentially does is gather all configured services from zabbix, create them on the statuspage and update their status whenever it changes.

Providing an API to allow this way of service creation and updates would be lovely for more advanced setups where a sophisticated monitoring solution is already in place and all that is needed is a nice looking frontend to communicate the systems status to clients/customers. Uptime-kuma is the best looking status page I've seen so far, so I'd love to use it in my environment.

Unfortunately, I'm utter trash at coding, so I can't be of more help than trying my best to explain my request. If things are unclear please let me know and I'll do my best to elaborate.

louislam commented 3 years ago

118