Skip to content

bobmaerten/ansible-role-nagios-nrpe-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nagios NRPE Server Installation

Build Status

Installs the Nagios NRPE agent and some custom checks on the target.

Requirements

Currently only tested on Debian Wheezy 64

Role Variables

Theses variables are defined by default, and can be overriden for this role:

nagios_plugins_directory: /usr/lib/nagios/plugins
nagios_server: centreon
nagios_user: nagios
nagios_group: nagios
nrpe_port: 5666
nrpe_pid_file: /var/run/nagios/nrpe.pid

You can and specify other template files for handling specific NRPE commands with:

vars:
  nrpe_extra_commands:
    - <template>

And just put template.cfg files in the role template directory

Usage

ansible-galaxy install bobmaerten.nagios-nrpe-server

Also check the Ansible Galaxy about page.

License

MIT

Author and other Information

By Bob Maerten

GitHub project page

About

Ansible Role to deploy and configure NRPE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published