Skip to content

cegeka/puppet-snmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-snmp module

<img src=‘https://jenkins-iac.cegeka.be/job/puppet-snmp/badge/icon’ />

This is the snmp module. Use this module to manage snmp clients. It will install the snmp packages and provides a template configuration.

Recommended use

class { 'snmp':
  syslocation => 'your location goes here',
  syscontact 	=> 'your email address goes here',
  additional_config => {
    "exec"           => "SCRIPT_NAME SCRIPT_FULL_PATH [ARGS ...]",
    "extend"         => "OID COMMAND_FULL_PATH [ARGS ...]",
}