Page MenuHomeSoftware Heritage

fw: update the monitoring to use the new main ips on vlan440
ClosedPublic

Authored by vsellier on Jun 22 2021, 12:37 PM.

Details

Summary

This is the first step to keep the monitoring green

Related to T1526

Test Plan
  • pergamon:
*******************************************
  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

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vsellier created this revision.
vsellier retitled this revision from fw: update the monitoring to use the new main ips on vlan440 This is the first step to keep the monitoring green to fw: update the monitoring to use the new main ips on vlan440.Jun 22 2021, 12:46 PM
vsellier edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 22 2021, 2:23 PM