Page MenuHomeSoftware Heritage

D8429.id.diff
No OneTemporary

D8429.id.diff

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

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

Event Timeline