Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 583 Bytes

README.rdoc

File metadata and controls

18 lines (12 loc) · 583 Bytes

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 ...]",
}