Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F11023674
D8429.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
796 B
Subscribers
None
D8429.id.diff
View Options
diff --git a/site-modules/profile/manifests/icinga2/objects/static_checks.pp b/site-modules/profile/manifests/icinga2/objects/static_checks.pp
--- a/site-modules/profile/manifests/icinga2/objects/static_checks.pp
+++ b/site-modules/profile/manifests/icinga2/objects/static_checks.pp
@@ -111,4 +111,18 @@
},
}
+ ::icinga2::object::service {'Software Heritage Staging Graphql Instance':
+ import => ['generic-service'],
+ host_name => 'graphql.staging.swh.network',
+ check_command => 'http',
+ target => $checks_file,
+ vars => {
+ http_vhost => 'graphql.staging.swh.network',
+ http_uri => '/',
+ http_ssl => true,
+ http_sni => true,
+ http_string => '<title>GraphQL Playground</title>',
+ },
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 17, 4:56 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218876
Attached To
D8429: Add static check on the staging graphql instance
Event Timeline
Log In to Comment