Giter VIP home page Giter VIP logo

ansible-nagios-server's Introduction

nagios-server

Build Status Ansible Galaxy

Set up nagios in Debian-like systems (server side).

Requirements

None

Variables

None

  • nagios_server_private_keys: [default: []]: Private key declarations

  • nagios_server_private_keys.{n}.owner: [optional, default nagios]: The name of the user that should own the file

  • nagios_server_private_keys .{n}.group: [optional, default owner, nagios]: The name of the group that should own the file

  • nagios_server_private_keys.{n}.mode: [optional, default 0600]: The UNIX permission mode bits of the file

  • nagios_server_private_keys.{n}.src: [required]: The local path of the key

  • nagios_server_private_keys.{n}.dest: [optional, default: default src | basename]: The remote path of the key (relative to home/.ssh/)

  • nagios_server_private_keys.{n}.state: [optional, default: present]: State

  • nagios_server_htpasswd_users: [default: []]: User declarations

  • nagios_server_htpasswd_users.{n}.name: [required]: Username

  • nagios_server_htpasswd_users.{n}.password: [required]: Password

  • nagios_server_user_macros: [default: {}]: User macro declarations

  • nagios_server_user_macros.key: [required]: Identifier of the macro (1 through 32). Nagios supports up to 32 $USERx$ macros ($USER1$ through $USER32$)

  • nagios_server_user_macros.key.value: [default: {}]: Macro value

  • nagios_server_contacts: [default: []]: Contact declarations

  • nagios_server_contacts.{n}.name: [required]: Contact name

  • nagios_server_contacts.{n}.alias: [required]: Contact alias

  • nagios_server_contacts.{n}.service_notification_command: [required]: Service notification command

  • nagios_server_contacts.{n}.host_notification_command: [required]: Host notification command

  • nagios_server_contacts.{n}.email: [optional]: Contact name

  • nagios_server_contactgroups: [default: []]: Contactgroup declarations

  • nagios_server_contactgroups.{n}.name: [required]: Contactgroup name

  • nagios_server_contactgroups.{n}.alias: [required]: Contactgroup alias

  • nagios_server_contactgroups.{n}.members: [required]: List of contactgroup members

  • nagios_server_hostextinfo: [default: []]: Hostextinfo declarations

  • nagios_server_hostextinfo.{n}.hostgroup: [required]: Hostgroup name

  • nagios_server_hostextinfo.{n}.notes: [required]: Notes

  • nagios_server_hostextinfo.{n}.icon_image: [required]: Icon image

  • nagios_server_hostextinfo.{n}.icon_image_alt: [required]: Alternative text for icon image

  • nagios_server_hostextinfo.{n}.vrml_image: [required]: Vrml image

  • nagios_server_hostextinfo.{n}.statusmap_image: [required]: Statusmap image

  • nagios_server_hostgroups: [default: []]: Hostgroup declarations

  • nagios_server_hostgroups.{n}.name: [required]: Hostgroup name

  • nagios_server_hostgroups.{n}.alias: [required]: Hostgroup alias

  • nagios_server_hostgroups.{n}.members: [required]: List of hostgroup members

  • nagios_server_hosts: [default: []]: Host declarations

  • nagios_server_hosts.{n}.name: [required]: Hostname

  • nagios_server_hosts.{n}.alias: [required]: Host alias

  • nagios_server_hosts.{n}.address: [required]: Host address

  • nagios_server_commands_custom: [default: []]: Custom command declarations

  • nagios_server_commands_custom.{n}.name: [required]: Name of command

  • nagios_server_commands_custom.{n}.line: [required]: Command line

  • nagios_server_commands_notification: [default: []]: Notification command declarations

  • nagios_server_commands_notification.{n}.name: [required]: Name of command

  • nagios_server_commands_notification.{n}.line: [required]: Command line

  • nagios_server_commands_performance_data: [default: []]: Performance data command declarations

  • nagios_server_commands_performance_data.{n}.name: [required]: Name of command

  • nagios_server_commands_performance_data.{n}.line: [required]: Command line

  • nagios_server_services: [default: []]: Service declarations

  • nagios_server_services.{n}.hostgroup: [required]: Name of command

  • nagios_server_services.{n}.description: [required]: Command line

  • nagios_server_services.{n}.check_command: [required]: Command line

  • nagios_server_timeperiods: [default: []]: Time period declarations

  • nagios_server_timeperiods.{n}.name: [required]: Name of time period

  • nagios_server_timeperiods.{n}.alias: [required]: Time period alias

  • nagios_server_timeperiods.{n}.periods: [default: []]: Period intervals

  • nagios_server_timeperiods.{n}.periods.key: [required]: Day of the week (eg. monday)

  • nagios_server_timeperiods.{n}.periods.key.value: [required]: Time interval (eg. 08:00-23:00)

Dependencies

None

Example

---
- hosts: all
  roles:
    - nagios-server

License

MIT

Author Information

  • Mark van Driel
  • Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

ansible-nagios-server's People

Contributors

mvdriel avatar tersmitten avatar

Watchers

 avatar James Cloos avatar

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.