Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066345
D8432.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
801 B
Subscribers
None
D8432.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
@@ -25,6 +25,17 @@
},
}
+ ::icinga2::object::host {'grapqhl.staging.swh.network':
+ import => ['generic-host'],
+ check_command => 'dummy',
+ address => 'grapqhl.staging.swh.network',
+ target => $checks_file,
+ vars => {
+ dummy_state => 0, # up
+ dummy_text => "HTTP-only host",
+ },
+ }
+
::icinga2::object::service {'Software Heritage Homepage':
import => ['generic-service'],
host_name => 'www.softwareheritage.org',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 6:22 AM (8 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219898
Attached To
D8432: Add static check on the staging graphql instance 2/2
Event Timeline
Log In to Comment