Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

mcollective-command-facts

##Overview The facter plugin enables mcollective to use external command as a source for facts about your system. External command should produce output in yaml format.

##Configuration The following options can be set in server.cfg

  • plugin.command - command used to get facts. Default is not defined.
  • plugin.command.timeout - command execution timeout. Default is 10 seconds.

Sample configuration:

plugin.command = "/usr/bin/facter --puppet --yaml"
plugin.command.timeout = 10

About

MCollective Command Fact Source

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages