Skip to content

wanelo-chef/nad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Use this cookbook to install the Node Agent Daemon (nad) on your system. Nad acts as an extensible agent to report data back to Circonus.

Requirements

We currently support SmartOS only, but it should be easy to add support for other systems. Also requires the ModCloth git and smartos cookbooks.

Attributes

We set an attribute to lock the listening daemon to private interfaces only.

Attributes controlling autofs 'mounts' should be set in a role like this:

override_attributes(
	"autofs" => {
     "shares" => ["/net/filer/export/share0", "/net/filer/export/share1"]
   }
)

Usage

Add the cookbook to your runlist. If you want to have the agent listen on public interfaces, modify the default.rb attributes file.

About

Installs the Circonus Node Agent Daemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.2%
  • Ruby 25.8%