We currently have ansible, solarwinds and librenms in our environment but ran into an issue recently where a config setting was lost. I know ansible can check these things but then I’ll have to configure email and stuff I guess to send alerts? What solution are you using?

  • Zeusbottom
    link
    fedilink
    English
    31 year ago

    Rancid for capturing configs, with some custom Python for grabbing changes as they happen and announcing via Slack.

    • SolidGrue
      link
      English
      1
      edit-2
      1 year ago

      Why not track changes configs (derp) in a git repo and post git diff after each change?

      • Zeusbottom
        link
        fedilink
        English
        21 year ago

        That’s how it works, except we use the Rancid default of CVS instead of git. Rancid handles pulling the configs and puts them into a CVS repo, then the diffs are sent to the channel.

        • SolidGrue
          link
          English
          11 year ago

          Ah! Last I looked at Rancid it was backups with optional $REPO. TIL