Changeset View
Changeset View
Standalone View
Standalone View
site-modules/profile/manifests/icinga2/objects/static_checks.pp
| Show All 19 Lines | ::icinga2::object::host {'softwareheritage.org': | ||||
| address => 'softwareheritage.org', | address => 'softwareheritage.org', | ||||
| target => $checks_file, | target => $checks_file, | ||||
| vars => { | vars => { | ||||
| dummy_state => 0, # up | dummy_state => 0, # up | ||||
| dummy_text => "HTTP-only host", | dummy_text => "HTTP-only host", | ||||
| }, | }, | ||||
| } | } | ||||
| ::icinga2::object::host {'grapqhl.staging.swh.network': | ::icinga2::object::host {'graphql.staging.swh.network': | ||||
| import => ['generic-host'], | import => ['generic-host'], | ||||
| check_command => 'dummy', | check_command => 'dummy', | ||||
| address => 'grapqhl.staging.swh.network', | address => 'graphql.staging.swh.network', | ||||
| target => $checks_file, | target => $checks_file, | ||||
| vars => { | vars => { | ||||
| dummy_state => 0, # up | dummy_state => 0, # up | ||||
| dummy_text => "HTTP-only host", | dummy_text => "HTTP-only host", | ||||
| }, | }, | ||||
| } | } | ||||
| ::icinga2::object::service {'Software Heritage Homepage': | ::icinga2::object::service {'Software Heritage Homepage': | ||||
| ▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines | |||||