This is the first step to keep the monitoring green
Related to T1526
Differential D5906
fw: update the monitoring to use the new main ips on vlan440 vsellier on Jun 22 2021, 12:37 PM. Authored by Tags None Subscribers None
Details
This is the first step to keep the monitoring green Related to T1526
******************************************* Concat::Fragment[icinga2::object::Host::glyptotek.internal.softwareheritage.org] => parameters => content => @@ -1,5 +1,5 @@ _ object Host "glyptotek.internal.softwareheritage.org" { - address = "192.168.100.128" + address = "192.168.100.3" display_name = "glyptotek.internal.softwareheritage.org" check_command = "hostalive" ******************************************* Concat::Fragment[icinga2::object::Host::pushkin.internal.softwareheritage.org] => parameters => content => @@ -1,5 +1,5 @@ _ object Host "pushkin.internal.softwareheritage.org" { - address = "192.168.100.129" + address = "192.168.100.2" display_name = "pushkin.internal.softwareheritage.org" check_command = "hostalive" ******************************************* Concat_fragment[icinga2::object::Host::glyptotek.internal.softwareheritage.org] => parameters => content => @@ -1,5 +1,5 @@ _ object Host "glyptotek.internal.softwareheritage.org" { - address = "192.168.100.128" + address = "192.168.100.3" display_name = "glyptotek.internal.softwareheritage.org" check_command = "hostalive" ******************************************* Concat_fragment[icinga2::object::Host::pushkin.internal.softwareheritage.org] => parameters => content => @@ -1,5 +1,5 @@ _ object Host "pushkin.internal.softwareheritage.org" { - address = "192.168.100.129" + address = "192.168.100.2" display_name = "pushkin.internal.softwareheritage.org" check_command = "hostalive" ******************************************* Icinga2::Object::Host[glyptotek.internal.softwareheritage.org] => parameters => address => - 192.168.100.128 + 192.168.100.3 ******************************************* Icinga2::Object::Host[pushkin.internal.softwareheritage.org] => parameters => address => - 192.168.100.129 + 192.168.100.2 ******************************************* Icinga2::Object[icinga2::object::Host::glyptotek.internal.softwareheritage.org] => parameters => attrs => address => - 192.168.100.128 + 192.168.100.3 ******************************************* Icinga2::Object[icinga2::object::Host::pushkin.internal.softwareheritage.org] => parameters => attrs => address => - 192.168.100.129 + 192.168.100.2 ******************************************* Resource_record[glyptotek/A+PTR] => parameters => record => - 128.100.168.192.in-addr.arpa + 3.100.168.192.in-addr.arpa ******************************************* Resource_record[glyptotek/A] => parameters => data => - 192.168.100.128 + 192.168.100.3 ******************************************* Resource_record[pushkin/A+PTR] => parameters => record => - 129.100.168.192.in-addr.arpa + 2.100.168.192.in-addr.arpa ******************************************* Resource_record[pushkin/A] => parameters => data => - 192.168.100.129 + 192.168.100.2 ******************************************* *** End octocatalog-diff on pergamon.softwareheritage.org
Diff Detail
|