3

Do you people prefer a central tool to manage multiple servers? If so, what are some good opensource ones you'd recommend? is Kibana a thing? I'm a CLI purist, and I'm a little concerned about a large attack surface on something so centralized

Thanks!

Comments
  • 0
    inb4: what do you mean, you people?
  • 2
    A bastian host [or a few of them], a bunch of mapping/routing files and the almighty ssh. That's what I prefer. Others like Ansible or cheff. Or puppet. I prefer the homemade ssh wrapper approach
  • 1
    ansible ftw.
    Nagios, or Prometheus, with a central service point.
    Kibana is a *thing*, but needs an EL, or EF stack along with it, and maybe redis, to collect the logs. gl using ansible, and pure cli for central logging.
  • 0
    @magicMirror will take a look at all of those, thank you
  • 0
    @netikras would you still take this approach with 100+ servers? Legitimately asking
  • 1
    @simonblack I did with 30'000+
  • 0
    . (currently learning Ansible)
Add Comment