Set up New Relic Servers in Debian-like systems.
None
new_relic_servers_license_key
: [required]: License key. 40-character hexadecimal string provided by New Relic. This is required in order for the server monitor to startnew_relic_servers_loglevel
: [optional, defaultinfo
]: Level of detail you want in the log filenew_relic_servers_logfile
: [optional, default/var/log/newrelic/nrsysmond.log
]: Name of the file where the server monitor will store it's log messagenew_relic_servers_ssl
: [optional, defaulttrue
]: If you prefer the daemon to use the secure HTTP (https) protocol when communicating with the New Relic collector serversnew_relic_servers_hostname
: [optional, defaultinventory_hostname
]: Sets the name of the host (max 64 characters) that you wish to use for reportingnew_relic_servers_pidfile
: [optional, default/var/run/newrelic/nrsysmond.pid
]: Name of a file where the server monitoring daemon will store it's process ID (PID)new_relic_servers_disable_nfs
: [optional, defaultfalse
]: Set to true to disable NFS client statistics gatheringnew_relic_servers_disable_docker
: [optional, defaultfalse
]: Set to true to disable Docker container statistics gatheringnew_relic_servers_ignore_reclaimable
: [optional, defaulttrue
]: Set to true if the memory the kernel refers to as "reclaimable slabs" should be ignored when calculating how much RAM is in use
None
---
- hosts: all
roles:
- oefenweb.new-relic-servers
vars:
new_relic_servers_license_key: da39a3ee5e6b4b0d3255bfef95601890afd80709
MIT
- Mischa ter Smitten
Are welcome!