Skip to content

Instantly share code, notes, and snippets.

@skottler
Created April 25, 2012 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skottler/2486318 to your computer and use it in GitHub Desktop.
Save skottler/2486318 to your computer and use it in GitHub Desktop.
$allowed_hosts = ['localhost', 'nagios.mycompany.com']
$nrpeservice = "nrpe"
$nrpepattern = "nrpe"
$nrpepackage = "nrpe"
$nrpedir = "/etc/nagios"
$nrpeuser = "nrpe"
$nrpegroup = "nrpe"
$pluginsdir = "/usr/local/nagios/libexec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment