GithubHelp home page GithubHelp logo

Comments (3)

sadsfae avatar sadsfae commented on July 21, 2024 1

Hi @Nklya we do split out nagios and nagios-client, the latter is pulled in when a specific kind of check requires (or is more advantageous to use) NRPE and report the results.

Is this what you mean, or are you referring to splitting out each kind of server/service/host category into its own role? If so I found it easier to maintain by expanding out the jinja2 templates rather than roles.

I could be convinced otherwise however.

from ansible-nagios.

Nklya avatar Nklya commented on July 21, 2024

Yes, I meant split out nagios and nagios-client.
For now, I split them myself for use into my project.

from ansible-nagios.

sadsfae avatar sadsfae commented on July 21, 2024

Ah yes, combining them (when needed) is purposeful. The reason is that I'd rather scale out the service and host checks than explicitly separate NRPE and generic Nagios -> hosts checks.

This is because it's not always manageable at a large scale to check everything outbound (nor can you for some things like internal APIs) for some services or specific types of servers, as a result I'll sometimes use a combination of generic Nagios checks (TCP/port, HTTP, ICMP) but also use internal NRPE checks and batch those up and send the results back. I hope that better explains the reasoning.

If I have 10 servers or even 100 servers I can probably check things directly from the Nagios server, but if I have 1,000 or 5,000 servers it becomes an issue in which case it's better to rely on batched up responses from multiple service checks via one NRPE check-in than rely on Nagios pinging out across a large fleet of servers for each service check.

from ansible-nagios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.