Skip to content
Snippets Groups Projects

Install webapp icinga checks as static checks

Merged Antoine R. Dumont requested to merge add-static-checks into production
Files
3
@@ -25,15 +25,12 @@ class profile::icinga2::objects::static_checks {
},
}
::icinga2::object::host {'graphql.staging.swh.network':
import => ['generic-host'],
check_command => 'dummy',
address => 'graphql.staging.swh.network',
target => $checks_file,
vars => {
dummy_state => 0, # up
dummy_text => "HTTP-only host",
},
::profile::swh::deploy::webapp::icinga_checks {'archive.softwareheritage.org':
environment => "production",
}
::profile::swh::deploy::webapp::icinga_checks {'webapp.staging.swh.network':
environment => "staging",
}
::icinga2::object::host {'Admin Kubernetes cluster':
Loading