Monitoring & Ansible, Part I: NRPE daemon setup

Monitoring servers using icinga usually requires a small setup on the monitored server. From the different choices of agents, the nrpe daemon ontop of xinetd is easy enough to set up, while it can provide any kind of information that is available on the monitored server locally. To automate this setup task and as a learning exercise I wrote up an Ansible playbook, which I describe here. The linux world is big, so you might come here asking: “Why the hell do you use xinetd and nrpe for monitoring? [Read More]