We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0643642 commit 71a246dCopy full SHA for 71a246d
1 file changed
app/models/pager_tree/integrations/uptime_robot/v3.rb
@@ -6,6 +6,12 @@ class UptimeRobot::V3 < Integration
6
after_initialize do
7
end
8
9
+ # SPECIAL: override integration endpoint with the get endpoint and the query string starter
10
+ # uptime robot doesn't handle this, so we have to do it ourselves
11
+ def endpoint
12
+ super + "/g?"
13
+ end
14
+
15
def adapter_supports_incoming?
16
true
17
0 commit comments