add the possibility to incorporate another status page offered by external service
tradexsrl opened this issue Β· comments
π I have found these related issues/pull requests
Hi , will be very helpfull if it will be added the possibility to incorporate a status page from an external company because there is no way to add these monitor since we do not know all server that compose the service offered
an example , i want to incorporate this status page: https://status.opiquad.it/796036916 in my status page because we use their emailbackup solution
π·οΈ Feature Request Type
Status-page
π Feature description
incorporate another status page offered by another company
βοΈ Solution
maybe add a fake monitor just to have the possibility to insert the url and to be able to show this page on the status page of uptime kuma
β Alternatives
an html widget ?
π Additional Context
No response
Why not monitor the api said status page uses with the json-query monitor?
The api behind this is https://status.opiquad.it/api/getMonitor/loMNDsOmAM?m=796036916
thank's fore the reply , since i'm not a developer can you give me an example based on this api page for uptime kuma json query monitor?
i've also asked this because i'm thinking to not "reinvent the wheel" and just use immediately the page as it is by inserting as a frame in my status page
thabk's
can you give me an example based on this api page
query: monitor.statusClass
expect: success
and just use immediately the page as it is by inserting as a frame in my status page
What would you like to achieve?
query:
monitor.statusClass
expect:success
I think this issue is resolved.
We can reopen it if it is not ^^
yes it worked but i think the maintainer can consider the feature request because finding api page is not very simple
finding api page is not very simple
I just went into the network tab and used the one API request.. not really whichcraft
Agree that config templates are something that would be nice. This is tracked in another issue (can't tag issue due to github mobile)
i tried to look into the html source but i cannot find any api reference...i think this is the case that i'm looking for this feature request
at the moment i'm using https keyword
Their api is documented at https://statusio.docs.apiary.io/#reference/status/status-summary/status/summary?console=1 but https://api.status.io/v2/status/summary/58934032243c30490e0009f9 does not seem to work for some reason.
Idk what is the probelm π€·π»
Is not a problem but a feature request as in my original post.
if i can include their page in my status page i have all details that i need , instead now i'm just testing the presence of keyword that say "all system are operational"
Core problem is that this needs to stay maintainable.
We are not a large team and don't have the resources to spend investing in all the status pages out there.
I don't see offering hundreds of monitors for all the differnet status page providers as an option that we can offer. I see #1323 as an approach that does not have such high maintenance effort and has 90% of the utility.
See #4619 (comment) for a more in-depth rationale.
hi , i read these other feature request but this are far more complicated and over my request.
what i'm thinking is much more simple;: in html i know there is a feature like iframe or something else used to incorporate external html page into yours.
this is what i'm thinking without the necessity top make any other manipulation of the data in these external status page.
in this way you just need to add an option in the https monitor , when enable it doesn't check the availability of the page but incorporate and visualize that page into our status page
Don't see how this could fit into our design language.
#1323 can be made to be coherent with the rest of "the product"
i don't understand how config template would fit into my needs...
Why not?
You want to
incorporate another status page offered by another company
=> adding a pre-configured config template how to monitor said service seems like a good choice.
can you elaborate better with a simple example? because i don't understand how a pre configured template can "incorporate" an external status page. Thank's
So you want to monitor another status pages' monitors
If #1323 gets implemented:
- use a pre-configured monitor, fill out a few fields
- create the nessesary setup for monitoring said monitors
- status page incorporated
ok understand